Toggle navigation
Toggle navigation
This project
Loading...
Sign in
zhengyouwei
/
parent
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chunhua
9 years ago
Commit
214ec8cc3744bd1935514b60efd90a07fe54db8e
1 parent
768961cc
master
...
patch-1
2016-4-6_1.0.6.release
add
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
pom.xml
pom.xml
View file @
214ec8c
...
...
@@ -234,6 +234,22 @@
<artifactId>
spring-rabbit
</artifactId>
<version>
1.5.1.RELEASE
</version>
</dependency>
<dependency>
<groupId>
org.springframework.amqp
</groupId>
<artifactId>
spring-amqp
</artifactId>
<version>
1.5.1.RELEASE
</version>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-messaging
</artifactId>
<version>
${spring.version}
</version>
</dependency>
<dependency>
<groupId>
org.springframework.integration
</groupId>
<artifactId>
spring-integration-core
</artifactId>
<version>
${spring.version}
</version>
</dependency>
<!-- mybatis核心包 -->
<dependency>
<groupId>
org.mybatis
</groupId>
...
...
Please
register
or
login
to post a comment