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
69180429
Commit
69180429
authored
Aug 12, 2022
by
s_guodong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jar整理
parent
d95e5241
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
pom.xml
be-esb-plugin-http/pom.xml
+6
-4
pom.xml
pom.xml
+6
-5
No files found.
be-esb-plugin-http/pom.xml
View file @
69180429
...
...
@@ -41,12 +41,13 @@
<artifactId>
httpcore
</artifactId>
</dependency>
<dependency>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-
server
</artifactId>
<groupId>
org.eclipse.jetty
.aggregate
</groupId>
<artifactId>
jetty-
all
</artifactId>
</dependency>
<dependency>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
j
etty-servlet
</artifactId>
<groupId>
javax.servlet
</groupId>
<artifactId>
j
avax.servlet-api
</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
pom.xml
View file @
69180429
...
...
@@ -48,6 +48,7 @@
<ibm.mq.allclient.version>
9.1.5.0
</ibm.mq.allclient.version>
<wss4j.version>
1.6.11
</wss4j.version>
<jetty.version>
8.1.15.v20140411
</jetty.version>
<servlet-api.version>
4.0.1
</servlet-api.version>
<rocketmq-client.version>
4.4.0
</rocketmq-client.version>
<ons-client.version>
1.8.0.Final
</ons-client.version>
<commons-httpclient.version>
3.1
</commons-httpclient.version>
...
...
@@ -356,14 +357,14 @@
</dependency>
<!--httpServer中-->
<dependency>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-
server
</artifactId>
<groupId>
org.eclipse.jetty
.aggregate
</groupId>
<artifactId>
jetty-
all
</artifactId>
<version>
${jetty.version}
</version>
</dependency>
<dependency>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
j
etty-servlet
</artifactId>
<version>
${
jetty
.version}
</version>
<groupId>
javax.servlet
</groupId>
<artifactId>
j
avax.servlet-api
</artifactId>
<version>
${
servlet-api
.version}
</version>
</dependency>
<!--htm2xml-->
<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