diff options
author | Brett Porter <brett@apache.org> | 2014-08-01 12:22:24 +1000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2014-08-01 12:51:12 +1000 |
commit | 4e9ac1db1ee696aea34d4ef33a6e9d06c6659eec (patch) | |
tree | 554a189aeea26065531a919c1a2a13daecd4da24 /pom.xml | |
parent | 8b1e1ffa7120b6da1cef6e357d99c290014d9d37 (diff) | |
download | archiva-4e9ac1db1ee696aea34d4ef33a6e9d06c6659eec.tar.gz archiva-4e9ac1db1ee696aea34d4ef33a6e9d06c6659eec.zip |
remove duplicate JTA library
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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> |