Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
joram
joram
Commits
e0bcd228
Commit
e0bcd228
authored
Feb 26, 2021
by
Andre Freyssinet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes unused dependency to Apache commons-dbcp and mysql-connector.
parent
6d292c7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
joram/pom.xml
joram/pom.xml
+2
-12
No files found.
joram/pom.xml
View file @
e0bcd228
...
...
@@ -221,6 +221,7 @@
<properties>
<!-- joram protocol -->
<joram.protocol>
59
</joram.protocol>
<!-- dependencies versions -->
<ow2.version>
1.5
</ow2.version>
<mail.version>
1.4.1
</mail.version>
...
...
@@ -233,8 +234,6 @@
<org.osgi.core.version>
6.0.0
</org.osgi.core.version>
<!-- /!\ Be careful, we may need 1.1-osgi version from fusesource (see assembly pom.xml) -->
<activation.version>
1.1.1
</activation.version>
<commons-dbcp.version>
1.2.2
</commons-dbcp.version>
<mysql-connector-java.version>
5.1.6
</mysql-connector-java.version>
<connector.version>
1.0.3
</connector.version>
<felix.main.version>
6.0.3
</felix.main.version>
<felix.shell.version>
1.4.3
</felix.shell.version>
...
...
@@ -346,16 +345,6 @@
<artifactId>
ow2-connector-1.5-spec
</artifactId>
<version>
${connector.version}
</version>
</dependency>
<dependency>
<groupId>
commons-dbcp
</groupId>
<artifactId>
commons-dbcp
</artifactId>
<version>
${commons-dbcp.version}
</version>
</dependency>
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
${mysql-connector-java.version}
</version>
</dependency>
<dependency>
<groupId>
org.ow2
</groupId>
<artifactId>
ow2
</artifactId>
...
...
@@ -374,6 +363,7 @@
<version>
${stomp.version}
</version>
<type>
jar
</type>
</dependency>
<!-- Needed by AMQP service joram-mom-extensions-amqp at execution (needs to be in bundle list) -->
<dependency>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
...
...
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