|
@ -10,7 +10,6 @@
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
<artifactId>svr-resource</artifactId>
|
|
<artifactId>svr-resource</artifactId>
|
|
<!--<packaging>${packaging.type}</packaging>-->
|
|
|
|
<packaging>war</packaging>
|
|
<packaging>war</packaging>
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
@ -28,17 +27,14 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-feign</artifactId>
|
|
<artifactId>spring-cloud-starter-feign</artifactId>
|
|
<scope>${dependency.scope}</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-config</artifactId>
|
|
<artifactId>spring-cloud-starter-config</artifactId>
|
|
<scope>${dependency.scope}</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-eureka</artifactId>
|
|
<artifactId>spring-cloud-starter-eureka</artifactId>
|
|
<scope>${dependency.scope}</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
@ -47,43 +43,35 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>javax.servlet</groupId>
|
|
<groupId>javax.servlet</groupId>
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
<scope>${dependency.scope}</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<artifactId>commons-ehr-constants</artifactId>
|
|
<artifactId>commons-ehr-constants</artifactId>
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<artifactId>commons-util</artifactId>
|
|
<artifactId>commons-util</artifactId>
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<artifactId>commons-data-mysql</artifactId>
|
|
<artifactId>commons-data-mysql</artifactId>
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<artifactId>commons-rest-model</artifactId>
|
|
<artifactId>commons-rest-model</artifactId>
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<artifactId>commons-data-redis</artifactId>
|
|
<artifactId>commons-data-redis</artifactId>
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<artifactId>commons-ui-swagger</artifactId>
|
|
<artifactId>commons-ui-swagger</artifactId>
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<artifactId>commons-web</artifactId>
|
|
<artifactId>commons-web</artifactId>
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
@ -92,22 +80,18 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<artifactId>commons-profile-core</artifactId>
|
|
<artifactId>commons-profile-core</artifactId>
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<artifactId>commons-data-hbase</artifactId>
|
|
<artifactId>commons-data-hbase</artifactId>
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<artifactId>commons-data-query</artifactId>
|
|
<artifactId>commons-data-query</artifactId>
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<artifactId>commons-data-fastdfs</artifactId>
|
|
<artifactId>commons-data-fastdfs</artifactId>
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
@ -116,7 +100,6 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
<artifactId>quartz</artifactId>
|
|
<artifactId>quartz</artifactId>
|
|
<scope>${dependency.scope}</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<groupId>com.alibaba</groupId>
|
|
@ -127,6 +110,7 @@
|
|
<artifactId>commons-cat</artifactId>
|
|
<artifactId>commons-cat</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
<build>
|
|
<plugins>
|
|
<plugins>
|
|
<plugin>
|
|
<plugin>
|