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
2d37443f
Commit
2d37443f
authored
Aug 18, 2022
by
s_guodong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pom文件调整
parent
106236e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
pom.xml
be-esb-plugin-socket/pom.xml
+2
-6
pom.xml
pom.xml
+6
-0
No files found.
be-esb-plugin-socket/pom.xml
View file @
2d37443f
...
...
@@ -17,12 +17,8 @@
<artifactId>
mina-core
</artifactId>
</dependency>
<dependency>
<groupId>
commons-logging
</groupId>
<artifactId>
commons-logging
</artifactId>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-jexl
</artifactId>
<groupId>
javax.resource
</groupId>
<artifactId>
javax.resource-api
</artifactId>
</dependency>
</dependencies>
...
...
pom.xml
View file @
2d37443f
...
...
@@ -27,6 +27,7 @@
<xstream.version>
1.4.5
</xstream.version>
<dom4j.version>
1.6.1
</dom4j.version>
<mina.version>
2.0.13
</mina.version>
<resource-api.version>
1.7.1
</resource-api.version>
<io.version>
2.4
</io.version>
<javamail.version>
1.8.3
</javamail.version>
<jms.version>
2.0.1
</jms.version>
...
...
@@ -119,6 +120,11 @@
<artifactId>
mina-core
</artifactId>
<version>
${mina.version}
</version>
</dependency>
<dependency>
<groupId>
javax.resource
</groupId>
<artifactId>
javax.resource-api
</artifactId>
<version>
${resource-api.version}
</version>
</dependency>
<!--commons类包-->
<dependency>
<groupId>
commons-io
</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