Commit 17d3e4fd by zhiheng.zhang

购物车引入灰度jar

parent 28fbc8ae
......@@ -288,7 +288,24 @@
<groupId>org.apache.skywalking</groupId>
<artifactId>apm-toolkit-logback-1.x</artifactId>
</dependency>
<dependency>
<groupId>com.freemud.nepxion</groupId>
<artifactId>discovery-plugin-starter-eureka</artifactId>
<version>5.5.11-SNAPSHOT</version>
</dependency>
<!--服务需要依赖-->
<dependency>
<groupId>com.freemud.nepxion</groupId>
<artifactId>discovery-plugin-strategy-starter-service</artifactId>
<version>5.5.11-SNAPSHOT</version>
</dependency>
<!--所有应用都需要-->
<dependency>
<groupId>com.freemud.nepxion</groupId>
<artifactId>discovery-plugin-config-center-starter-apollo</artifactId>
<version>5.5.11-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
<plugins>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment