summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-12-11 09:40:45 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-12-11 09:40:45 +0000
commit89b15c802ddfcc2a2d8eb78ae27631a2612be574 (patch)
tree75e2b25fe4224b1867fa7f57bdb187cf2d446e60 /sca-java-2.x/trunk
parenta453ccfbf51c79e3c151bed85e529230a69a24a0 (diff)
Exclude activation dependency thats in base java
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044609 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml
index 5c8d4fb4ca..ce88df7efc 100644
--- a/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml
@@ -121,6 +121,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -141,6 +145,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ </exclusion>
</exclusions>
</dependency>