|
@ -12,28 +12,28 @@
|
|
|
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-fegin</artifactId>
|
|
|
<version>${parent.version}</version>
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-exception</artifactId>
|
|
|
<version>${parent.version}</version>
|
|
|
<version>${project.parent.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-rest-model</artifactId>
|
|
|
<version>${parent.version}</version>
|
|
|
<version>${project.parent.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-request-mapping</artifactId>
|
|
|
<version>${parent.version}</version>
|
|
|
<version>${project.parent.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-rest-model-es</artifactId>
|
|
|
<version>${parent.version}</version>
|
|
|
<version>${project.parent.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|