|
@ -4,17 +4,16 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<parent>
|
|
|
<groupId>com.yihu.hos</groupId>
|
|
|
<artifactId>commons</artifactId>
|
|
|
<version>1.3.0</version>
|
|
|
<relativePath>..</relativePath>
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>ehr-cloud-parent</artifactId>
|
|
|
<version>1.13.1</version>
|
|
|
</parent>
|
|
|
|
|
|
<artifactId>hos-arbiter</artifactId>
|
|
|
<artifactId>svr-eip-arbiter</artifactId>
|
|
|
<version>1.3.0</version>
|
|
|
<packaging>jar</packaging>
|
|
|
<name>hos-arbiter</name>
|
|
|
<description>ESB服务状态协调模块</description>
|
|
|
<name>svr-eip-arbiter</name>
|
|
|
<description>EIP服务状态协调模块</description>
|
|
|
|
|
|
<properties>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
@ -84,9 +83,8 @@
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.hos</groupId>
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>hos-web-framework</artifactId>
|
|
|
<version>${hos-version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@ -109,7 +107,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>
|