Commit 8fbc01f9 by shuhu.hou

升级订单分发器sdk

parent 50316835
......@@ -31,21 +31,6 @@
<artifactId>commons-amqp</artifactId>
<version>2.2.0-release</version>
</dependency>
<!--<dependency>-->
<!--<groupId>cn.freemud</groupId>-->
<!--<artifactId>monitor-tools</artifactId>-->
<!--<version>1.0-SNAPSHOT</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>cn.freemud.commons</groupId>-->
<!--<artifactId>commons-base</artifactId>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>cn.freemud.commons</groupId>-->
<!--<artifactId>data-manager-redis</artifactId>-->
<!--</dependency>-->
<dependency>
<groupId>cn.freemud.commons</groupId>
<artifactId>commons-security</artifactId>
......@@ -54,38 +39,11 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-eureka</artifactId>
</dependency>
<!--<dependency>-->
<!--<groupId>org.springframework.boot</groupId>-->
<!--<artifactId>spring-boot-starter-jdbc</artifactId>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>com.alibaba</groupId>-->
<!--<artifactId>druid</artifactId>-->
<!--<version>1.1.8</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>com.github.pagehelper</groupId>-->
<!--<artifactId>pagehelper-spring-boot-starter</artifactId>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>mysql</groupId>-->
<!--<artifactId>mysql-connector-java</artifactId>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>tk.mybatis</groupId>-->
<!--<artifactId>mapper-spring-boot-starter</artifactId>-->
<!--</dependency>-->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<!--<dependency>-->
<!--<groupId>com.github.ulisesbocchio</groupId>-->
<!--<artifactId>jasypt-spring-boot-starter</artifactId>-->
<!--</dependency>-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
......@@ -100,12 +58,6 @@
<artifactId>jasypt</artifactId>
<version>1.9.2</version>
</dependency>
<!-- 使用Apache HttpClient替换Feign原生httpclient -->
<!--<dependency>-->
<!--<groupId>io.github.openfeign</groupId>-->
<!--<artifactId>feign-httpclient</artifactId>-->
<!--<version>9.4.0</version>-->
<!--</dependency>-->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-hystrix</artifactId>
......@@ -119,7 +71,7 @@
<dependency>
<groupId>com.freemud.sdk.api.assortment</groupId>
<artifactId>assortment-orderdistributor-sdk</artifactId>
<version>2.3.RELEASE</version>
<version>2.4.RELEASE</version>
</dependency>
<dependency>
<groupId>com.freemud.sdk.api.assortment</groupId>
......
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