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
166fdcef
Commit
166fdcef
authored
Jul 01, 2022
by
s_guodong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加rabbitmq的坐标
parent
558637e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
+14
-3
pom.xml
pom.xml
+14
-3
No files found.
pom.xml
View file @
166fdcef
...
...
@@ -74,6 +74,9 @@
<hessian.version>
4.0.66
</hessian.version>
<snmp4j.version>
2.5.0
</snmp4j.version>
<ojdbc6.version>
11.2.0.3
</ojdbc6.version>
<amqp-client.version>
5.14.2
</amqp-client.version>
<rabbitmq-jms.version>
2.4.0
</rabbitmq-jms.version>
<!-- 日志 -->
<slf4j-api_version>
1.7.25
</slf4j-api_version>
<jul-to-slf4j_version>
1.7.30
</jul-to-slf4j_version>
...
...
@@ -182,6 +185,17 @@
<artifactId>
ons-client
</artifactId>
<version>
${ons-client.version}
</version>
</dependency>
<!--rabbitmq-->
<dependency>
<groupId>
com.rabbitmq
</groupId>
<artifactId>
amqp-client
</artifactId>
<version>
${amqp-client.version}
</version>
</dependency>
<dependency>
<groupId>
com.rabbitmq.jms
</groupId>
<artifactId>
rabbitmq-jms
</artifactId>
<version>
${rabbitmq-jms.version}
</version>
</dependency>
<!--activemq-->
<dependency>
<groupId>
org.apache.activemq
</groupId>
...
...
@@ -429,19 +443,16 @@
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-core
</artifactId>
<version>
${log4j2_version}
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-api
</artifactId>
<version>
${log4j2_version}
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-slf4j-impl
</artifactId>
<version>
${log4j2_version}
</version>
<scope>
provided
</scope>
</dependency>
<!-- logback-->
<dependency>
...
...
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