Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
be-esb-plugin
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
be-esb-ecosystem-maven
be-esb-plugin
Commits
2ff433cd
Commit
2ff433cd
authored
Aug 12, 2022
by
s_guodong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jar整理
parent
69180429
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
pom.xml
be-esb-plugin-jms/pom.xml
+4
-0
pom.xml
pom.xml
+6
-0
No files found.
be-esb-plugin-jms/pom.xml
View file @
2ff433cd
...
...
@@ -102,6 +102,10 @@
<groupId>
org.springframework
</groupId>
<artifactId>
spring-jms
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-messaging
</artifactId>
</dependency>
</dependencies>
...
...
pom.xml
View file @
2ff433cd
...
...
@@ -77,6 +77,7 @@
<spring.context.version>
5.3.21
</spring.context.version>
<spring.beans.version>
5.3.21
</spring.beans.version>
<spring.jms.version>
5.3.21
</spring.jms.version>
<messaging.version>
5.3.22
</messaging.version>
<active.client.version>
5.9.0
</active.client.version>
<active.broker.version>
5.9.0
</active.broker.version>
<hawtbuf.version>
1.11
</hawtbuf.version>
...
...
@@ -196,6 +197,11 @@
<version>
${jms.version}
</version>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-messaging
</artifactId>
<version>
${messaging.version}
</version>
</dependency>
<dependency>
<groupId>
com.ibm.mq
</groupId>
<artifactId>
com.ibm.mq.allclient
</artifactId>
<version>
${ibm.mq.allclient.version}
</version>
...
...
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