summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/distribution
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.3/distribution')
-rw-r--r--branches/sca-java-1.3/distribution/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-java-1.3/distribution/pom.xml b/branches/sca-java-1.3/distribution/pom.xml
index 202b5f028a..1386fb50e0 100644
--- a/branches/sca-java-1.3/distribution/pom.xml
+++ b/branches/sca-java-1.3/distribution/pom.xml
@@ -229,6 +229,11 @@
<groupId>mx4j</groupId>
<artifactId>mx4j-remote</artifactId>
</exclusion>
+ <exclusion>
+ <!-- exclude backport-util-concurrent-2.2.jar since we are using version 3.0 -->
+ <groupId>backport-util-concurrent</groupId>
+ <artifactId>backport-util-concurrent</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>