|
@@ -4,7 +4,7 @@
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
- <artifactId>microservice-alibaba-sentinel</artifactId>
|
|
|
|
|
|
+ <artifactId>ssj-aijia-api</artifactId>
|
|
<packaging>jar</packaging>
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
<parent>
|
|
<parent>
|
|
@@ -38,6 +38,7 @@
|
|
<groupId>net.sf.json-lib</groupId>
|
|
<groupId>net.sf.json-lib</groupId>
|
|
<artifactId>json-lib-ext-spring</artifactId>
|
|
<artifactId>json-lib-ext-spring</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
|
@@ -50,5 +51,6 @@
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
|
|
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
</dependencies>
|
|
</dependencies>
|
|
</project>
|
|
</project>
|