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
c47417e5
Commit
c47417e5
authored
Jul 07, 2022
by
s_guodong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改pom
parent
370164cd
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
36 deletions
+16
-36
pom.xml
be-esb-plugin-base/pom.xml
+0
-7
pom.xml
be-esb-plugin-http/pom.xml
+0
-7
pom.xml
be-esb-plugin-jms/pom.xml
+0
-7
pom.xml
be-esb-plugin-socket/pom.xml
+0
-7
pom.xml
be-esb-plugin-third/pom.xml
+0
-7
be-esb-core-2.0.jar
lib/be-esb-core-2.0.jar
+0
-0
pom.xml
pom.xml
+16
-1
No files found.
be-esb-plugin-base/pom.xml
View file @
c47417e5
...
@@ -13,13 +13,6 @@
...
@@ -13,13 +13,6 @@
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
com.brilliance
</groupId>
<artifactId>
be-esb-core
</artifactId>
<version>
2.0
</version>
<scope>
system
</scope>
<systemPath>
${basedir}/../lib/be-esb-core-2.0.jar
</systemPath>
</dependency>
<dependency>
<groupId>
commons-collections
</groupId>
<groupId>
commons-collections
</groupId>
<artifactId>
commons-collections
</artifactId>
<artifactId>
commons-collections
</artifactId>
</dependency>
</dependency>
...
...
be-esb-plugin-http/pom.xml
View file @
c47417e5
...
@@ -13,13 +13,6 @@
...
@@ -13,13 +13,6 @@
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
com.brilliance
</groupId>
<artifactId>
be-esb-core
</artifactId>
<version>
2.0
</version>
<scope>
system
</scope>
<systemPath>
${basedir}/../lib/be-esb-core-2.0.jar
</systemPath>
</dependency>
<dependency>
<groupId>
commons-httpclient
</groupId>
<groupId>
commons-httpclient
</groupId>
<artifactId>
commons-httpclient
</artifactId>
<artifactId>
commons-httpclient
</artifactId>
</dependency>
</dependency>
...
...
be-esb-plugin-jms/pom.xml
View file @
c47417e5
...
@@ -13,13 +13,6 @@
...
@@ -13,13 +13,6 @@
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
com.brilliance
</groupId>
<artifactId>
be-esb-core
</artifactId>
<version>
2.0
</version>
<scope>
system
</scope>
<systemPath>
${basedir}/../lib/be-esb-core-2.0.jar
</systemPath>
</dependency>
<dependency>
<groupId>
javax.jms
</groupId>
<groupId>
javax.jms
</groupId>
<artifactId>
javax.jms-api
</artifactId>
<artifactId>
javax.jms-api
</artifactId>
</dependency>
</dependency>
...
...
be-esb-plugin-socket/pom.xml
View file @
c47417e5
...
@@ -13,13 +13,6 @@
...
@@ -13,13 +13,6 @@
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
com.brilliance
</groupId>
<artifactId>
be-esb-core
</artifactId>
<version>
2.0
</version>
<scope>
system
</scope>
<systemPath>
${basedir}/../lib/be-esb-core-2.0.jar
</systemPath>
</dependency>
<dependency>
<groupId>
org.apache.mina
</groupId>
<groupId>
org.apache.mina
</groupId>
<artifactId>
mina-core
</artifactId>
<artifactId>
mina-core
</artifactId>
</dependency>
</dependency>
...
...
be-esb-plugin-third/pom.xml
View file @
c47417e5
...
@@ -13,13 +13,6 @@
...
@@ -13,13 +13,6 @@
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
com.brilliance
</groupId>
<artifactId>
be-esb-core
</artifactId>
<version>
2.0
</version>
<scope>
system
</scope>
<systemPath>
${basedir}/../lib/be-esb-core-2.0.jar
</systemPath>
</dependency>
<dependency>
<groupId>
com.cmds
</groupId>
<groupId>
com.cmds
</groupId>
<artifactId>
CMDSAPI
</artifactId>
<artifactId>
CMDSAPI
</artifactId>
<version>
1.0
</version>
<version>
1.0
</version>
...
...
lib/be-esb-core-2.0.jar
deleted
100644 → 0
View file @
370164cd
File deleted
pom.xml
View file @
c47417e5
...
@@ -541,7 +541,11 @@
...
@@ -541,7 +541,11 @@
<groupId>
org.apache.logging.log4j
</groupId>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-slf4j-impl
</artifactId>
<artifactId>
log4j-slf4j-impl
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
com.brilliance
</groupId>
<artifactId>
be-esb-core
</artifactId>
<version>
2.0
</version>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
@@ -584,5 +588,15 @@
...
@@ -584,5 +588,15 @@
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
<repositories>
<repository>
<id>
be-esb-core
</id>
<name>
be-esb-core
</name>
<url>
http://192.168.0.110:18082/artifactory/core-release/
</url>
<releases>
<enabled>
true
</enabled>
</releases>
</repository>
</repositories>
</project>
</project>
\ No newline at end of file
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