|
@ -588,16 +588,17 @@
|
|
|
<artifactId>commons-web</artifactId>
|
|
|
<version>${version.ehr}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.hos</groupId>
|
|
|
<artifactId>common-rest-model</artifactId>
|
|
|
<version>${version.eip}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>commons-cat</artifactId>
|
|
|
<version>${version.ehr}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.hos</groupId>
|
|
|
<artifactId>common-rest-model</artifactId>
|
|
|
<version>${version.eip}</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|
|
@ -639,27 +640,6 @@
|
|
|
</distributionManagement>
|
|
|
|
|
|
<build>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
</plugin>
|
|
|
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
<version>${version.spring-boot}</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<goals>
|
|
|
<goal>repackage</goal>
|
|
|
</goals>
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
</plugins>
|
|
|
<pluginManagement>
|
|
|
<plugins>
|
|
|
<!--用于编译Maven项目的Java源代码-->
|
|
@ -741,6 +721,18 @@
|
|
|
</plugin>
|
|
|
|
|
|
<!--生成可spring boot jar-->
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
<version>${version.spring-boot}</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<goals>
|
|
|
<goal>repackage</goal>
|
|
|
</goals>
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|