Commit 6bdbb7e6 by shuhu.hou@freemud.cn

Merge branch 'feature/20200423_订单oms逆向流程'

# Conflicts:
#	order-application-service/pom.xml
parents bbc23cc4 d57afda9
...@@ -97,6 +97,11 @@ ...@@ -97,6 +97,11 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>cn.freemud</groupId> <groupId>cn.freemud</groupId>
<artifactId>order-management</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>cn.freemud</groupId>
<artifactId>monitor-tools</artifactId> <artifactId>monitor-tools</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</dependency> </dependency>
...@@ -323,11 +328,6 @@ ...@@ -323,11 +328,6 @@
<version>2.5.2-RELEASE</version> <version>2.5.2-RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>cn.freemud</groupId>
<artifactId>order-management</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.rocketmq</groupId> <groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-starter</artifactId> <artifactId>rocketmq-spring-boot-starter</artifactId>
<version>2.0.4</version> <version>2.0.4</version>
......
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