|
@ -6,7 +6,7 @@
|
|
|
<parent>
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>ehr-cloud-parent</artifactId>
|
|
|
<version>1.13.1</version>
|
|
|
<version>1.13.0</version>
|
|
|
</parent>
|
|
|
|
|
|
<artifactId>svr-eip-broker</artifactId>
|
|
@ -21,7 +21,6 @@
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-eureka</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- spring-boot -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
@ -50,15 +49,19 @@
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>hos-web-framework</artifactId>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@ -114,11 +117,17 @@
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.camel</groupId>
|
|
|
<artifactId>camel-quartz</artifactId>
|
|
|
<artifactId>camel-quartz2</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.camel</groupId>
|
|
|
<artifactId>camel-xmljson</artifactId>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
<groupId>commons-lang</groupId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.camel</groupId>
|
|
@ -145,6 +154,20 @@
|
|
|
<dependency>
|
|
|
<groupId>net.sf.json-lib</groupId>
|
|
|
<artifactId>json-lib</artifactId>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
<groupId>commons-lang</groupId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>commons-ui-swagger</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<build>
|