|
@ -6,7 +6,7 @@
|
|
<parent>
|
|
<parent>
|
|
<groupId>com.yihu.jw</groupId>
|
|
<groupId>com.yihu.jw</groupId>
|
|
<artifactId>wlyy-parent-pom</artifactId>
|
|
<artifactId>wlyy-parent-pom</artifactId>
|
|
<version>2.0.0</version>
|
|
|
|
|
|
<version>2.4.0</version>
|
|
<relativePath>../../wlyy-parent-pom/pom.xml</relativePath>
|
|
<relativePath>../../wlyy-parent-pom/pom.xml</relativePath>
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
@ -42,19 +42,6 @@
|
|
</dependency>
|
|
</dependency>
|
|
<!-- 支持Tomcat启动 -->
|
|
<!-- 支持Tomcat启动 -->
|
|
|
|
|
|
<!--<dependency>-->
|
|
|
|
<!--<groupId>org.springframework.cloud</groupId>-->
|
|
|
|
<!--<artifactId>spring-cloud-starter-eureka</artifactId>-->
|
|
|
|
<!--</dependency>-->
|
|
|
|
<!--注释掉就不会读取git的配置,只会读取yml中的配置-->
|
|
|
|
<!--<dependency>-->
|
|
|
|
<!--<groupId>org.springframework.cloud</groupId>-->
|
|
|
|
<!--<artifactId>spring-cloud-starter-config</artifactId>-->
|
|
|
|
<!--</dependency>-->
|
|
|
|
<!--<dependency>-->
|
|
|
|
<!--<groupId>org.springframework.cloud</groupId>-->
|
|
|
|
<!--<artifactId>spring-cloud-starter-zipkin</artifactId>-->
|
|
|
|
<!--</dependency>-->
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-activemq</artifactId>
|
|
<artifactId>spring-boot-starter-activemq</artifactId>
|
|
@ -102,7 +89,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.jw</groupId>
|
|
<groupId>com.yihu.jw</groupId>
|
|
<artifactId>im-service</artifactId>
|
|
<artifactId>im-service</artifactId>
|
|
<version>2.0.0</version>
|
|
|
|
|
|
<version>${version.wlyy-common}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.jw</groupId>
|
|
<groupId>com.yihu.jw</groupId>
|
|
@ -110,9 +97,9 @@
|
|
</dependency>
|
|
</dependency>
|
|
<!-- Jzkl Starter -->
|
|
<!-- Jzkl Starter -->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu</groupId>
|
|
|
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
<artifactId>swagger-starter</artifactId>
|
|
<artifactId>swagger-starter</artifactId>
|
|
<version>2.0.0</version>
|
|
|
|
|
|
<version>${version.wlyy-common}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.jw</groupId>
|
|
<groupId>com.yihu.jw</groupId>
|
|
@ -132,12 +119,12 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.jw</groupId>
|
|
<groupId>com.yihu.jw</groupId>
|
|
<artifactId>base-service</artifactId>
|
|
<artifactId>base-service</artifactId>
|
|
<version>2.0.0</version>
|
|
|
|
|
|
<version>${version.wlyy-common}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.yihu.jw</groupId>
|
|
<groupId>com.yihu.jw</groupId>
|
|
<artifactId>sms-service</artifactId>
|
|
<artifactId>sms-service</artifactId>
|
|
<version>2.0.0</version>
|
|
|
|
|
|
<version>${version.wlyy-common}</version>
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@ -152,12 +139,6 @@
|
|
<version>1.0</version>
|
|
<version>1.0</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.github.swagger2markup</groupId>
|
|
|
|
<artifactId>swagger2markup</artifactId>
|
|
|
|
<version>1.3.2</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>xom</groupId>
|
|
<groupId>xom</groupId>
|
|
<artifactId>xom</artifactId>
|
|
<artifactId>xom</artifactId>
|