|
@ -5,7 +5,7 @@
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<parent>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<groupId>com.yihu.ehr</groupId>
|
|
<artifactId>ehr-ms-parent</artifactId>
|
|
|
|
|
|
<artifactId>ehr-cloud-parent</artifactId>
|
|
<version>1.13.0</version>
|
|
<version>1.13.0</version>
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
@ -34,17 +34,14 @@
|
|
<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.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>
|
|
@ -60,12 +57,10 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
<scope>${dependency.scope}</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>redis.clients</groupId>
|
|
<groupId>redis.clients</groupId>
|
|
<artifactId>jedis</artifactId>
|
|
<artifactId>jedis</artifactId>
|
|
<scope>${dependency.scope}</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<!-- Redis -->
|
|
<!-- Redis -->
|
|
|
|
|
|
@ -88,23 +83,23 @@
|
|
<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-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-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-rest-model</artifactId>
|
|
<artifactId>commons-rest-model</artifactId>
|
|
<scope>compile</scope>
|
|
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
|
<artifactId>commons-cat</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|