aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2014-08-01 12:22:24 +1000
committerBrett Porter <brett@apache.org>2014-08-01 12:51:12 +1000
commit4e9ac1db1ee696aea34d4ef33a6e9d06c6659eec (patch)
tree554a189aeea26065531a919c1a2a13daecd4da24 /pom.xml
parent8b1e1ffa7120b6da1cef6e357d99c290014d9d37 (diff)
downloadarchiva-4e9ac1db1ee696aea34d4ef33a6e9d06c6659eec.tar.gz
archiva-4e9ac1db1ee696aea34d4ef33a6e9d06c6659eec.zip
remove duplicate JTA library
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2b64c1253..e70d09f1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -491,6 +491,12 @@
<groupId>org.apache.archiva.redback.components</groupId>
<artifactId>spring-jdo2</artifactId>
<version>2.2</version>
+ <exclusions>
+ <exclusion>
+ <groupId>geronimo-spec</groupId>
+ <artifactId>geronimo-spec-jta</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -1602,6 +1608,7 @@
<exclude>velocity:velocity</exclude>
<exclude>classworlds:classworlds</exclude>
<exclude>javax.transaction:jta</exclude>
+ <exclude>*:geronimo-spec-jta</exclude>
<exclude>javax.sql:jdbc-stdext</exclude>
<exclude>ant:ant-optional</exclude>
<exclude>xom:xom</exclude>
@@ -1619,7 +1626,6 @@
<exclude>org.codehaus.plexus.registry:plexus-registry-commons</exclude>
<exclude>org.codehaus.plexus:plexus-taskqueue</exclude>
-
<exclude>commons-logging:commons-logging-api</exclude>
<exclude>log4j:log4j</exclude>