Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jenkins
order-group
Commits
5f086fa0
Commit
5f086fa0
authored
Dec 03, 2019
by
姜海波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新最新master代码
parent
406d05fb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
assortment-ordercenter-sdk/pom.xml
+1
-1
order-application-service/pom.xml
+7
-8
No files found.
assortment-ordercenter-sdk/pom.xml
View file @
5f086fa0
...
...
@@ -61,7 +61,7 @@
<dependency>
<groupId>
cn.freemud.commons
</groupId>
<artifactId>
commons-amqp
</artifactId>
<version>
1.4.12
-release
</version>
<version>
2.1.0
-release
</version>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
...
...
order-application-service/pom.xml
View file @
5f086fa0
...
...
@@ -99,6 +99,12 @@
<dependency>
<groupId>
cn.freemud.commons
</groupId>
<artifactId>
commons-dao
</artifactId>
<exclusions>
<exclusion>
<artifactId>
mybatis-spring-boot-starter
</artifactId>
<groupId>
org.mybatis.spring.boot
</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<artifactId>
assortment-data-manager
</artifactId>
...
...
@@ -124,7 +130,7 @@
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
druid
</artifactId>
<version>
1.1.
10
</version>
<version>
1.1.
2
</version>
</dependency>
<dependency>
<groupId>
com.github.pagehelper
</groupId>
...
...
@@ -245,12 +251,6 @@
<artifactId>
springfox-swagger-ui
</artifactId>
<version>
2.7.0
</version>
</dependency>
<!-- rabbitMq-->
<dependency>
<groupId>
cn.freemud.commons
</groupId>
<artifactId>
commons-amqp
</artifactId>
<version>
1.4.1-release
</version>
</dependency>
<!-- 券码SDK -->
<dependency>
<groupId>
com.freemud.card.sdk
</groupId>
...
...
@@ -315,7 +315,6 @@
<dependency>
<groupId>
tk.mybatis
</groupId>
<artifactId>
mapper-spring-boot-starter
</artifactId>
<version>
2.0.2
</version>
</dependency>
<dependency>
<groupId>
com.ctrip.framework.apollo
</groupId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment