summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-08 13:52:43 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-08 13:52:43 +0000
commit240b78962567c85ebb5308a369ec64c51144c015 (patch)
treed5485310af0d80d0a4b86191b50d7524ba018261 /sca-java-2.x/trunk
parentff2965734e537ec9480d8048987390c54b0c8559 (diff)
Exclude opensaml which seems to be sneaking in when it didn't used to.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005827 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
index 0a9d258335..bb3e736990 100644
--- a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
+++ b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
@@ -238,6 +238,10 @@
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>opensaml</groupId>
+ <artifactId>opensaml</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -302,6 +306,10 @@
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>opensaml</groupId>
+ <artifactId>opensaml</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -360,7 +368,15 @@
<version>2.0-SNAPSHOT</version>
<type>pom</type>
<scope>test</scope>
- </dependency>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-jetty</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+
<!--
<dependency>
<groupId>org.apache.geronimo.specs</groupId>