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