|
@ -6,19 +6,19 @@
|
|
|
<parent>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>svr-lib-parent-pom</artifactId>
|
|
|
<version>1.0.0</version>
|
|
|
<version>${version.wlyy2.0}</version>
|
|
|
<relativePath>../../svr-lib-parent-pom/pom.xml</relativePath>
|
|
|
</parent>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>svr-base</artifactId>
|
|
|
<version>1.0.0</version>
|
|
|
<version>${parent.version}</version>
|
|
|
<packaging>war</packaging>
|
|
|
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu</groupId>
|
|
|
<artifactId>admin-client-starter</artifactId>
|
|
|
<version>1.1.0</version>
|
|
|
<version>${version.yihu.admin}</version>
|
|
|
</dependency>
|
|
|
<!--公共的 start-->
|
|
|
<dependency>
|
|
@ -34,6 +34,7 @@
|
|
|
<artifactId>common-data-es</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
<version>1.0.2</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!--<dependency>-->
|
|
@ -44,18 +45,22 @@
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-request-mapping</artifactId>
|
|
|
<version>1.0.2</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-exception</artifactId>
|
|
|
<version>1.0.2</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-util</artifactId>
|
|
|
<version>1.0.2</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-rest-model</artifactId>
|
|
|
<version>1.0.2</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.base</groupId>
|
|
@ -180,11 +185,6 @@
|
|
|
<!--<groupId>org.springframework.boot</groupId>-->
|
|
|
<!--<artifactId>spring-boot-starter-data-redis</artifactId>-->
|
|
|
<!--</dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-rest-model</artifactId>
|
|
|
<version>1.0.0</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<build>
|
|
|
<finalName>svr-base</finalName>
|