|
@ -4,18 +4,18 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<parent>
|
|
|
<groupId>com.yihu.hos</groupId>
|
|
|
<artifactId>ehr-eip</artifactId>
|
|
|
<version>1.3.0</version>
|
|
|
<relativePath>../../pom.xml</relativePath><!-- lookup parent from repository -->
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>ehr-cloud-parent</artifactId>
|
|
|
<version>1.13.1</version>
|
|
|
</parent>
|
|
|
|
|
|
<artifactId>hos-rest</artifactId>
|
|
|
|
|
|
<artifactId>svr-eip-rest</artifactId>
|
|
|
<version>1.3.0</version>
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
<name>hos-rest</name>
|
|
|
<description>ESB业务服务模块,实现ESB基础业务逻辑</description>
|
|
|
<name>svr-eip-rest</name>
|
|
|
<description>EIP业务服务模块,实现ETL基础业务逻辑</description>
|
|
|
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
@ -43,9 +43,8 @@
|
|
|
<!-- test end -->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.hos</groupId>
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>hos-web-framework</artifactId>
|
|
|
<version>${hos-version}</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
@ -120,7 +119,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
<version>${spring-boot-version}</version>
|
|
|
<version>${version.spring-boot}</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<goals>
|