|
@@ -35,35 +35,25 @@
|
|
|
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
- <artifactId>ssj-aijia-api</artifactId>
|
|
|
+ <artifactId>spring-cloud-dependencies</artifactId>
|
|
|
<version>${spring-cloud.version}</version>
|
|
|
<type>pom</type>
|
|
|
<scope>import</scope>
|
|
|
</dependency>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
- <artifactId>ssj-aijia-common-config</artifactId>
|
|
|
+ <artifactId>spring-cloud-alibaba-dependencies</artifactId>
|
|
|
<version>${alibaba-spring-cloud.version}</version>
|
|
|
<type>pom</type>
|
|
|
<scope>import</scope>
|
|
|
</dependency>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
|
<version>${nacos.version}</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
<!-- swagger集成 -->
|
|
|
<dependency>
|
|
|
<groupId>io.springfox</groupId>
|