You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/10/08 15:52:44 UTC

svn commit: r1005827 - /tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml

Author: slaws
Date: Fri Oct  8 13:52:43 2010
New Revision: 1005827

URL: http://svn.apache.org/viewvc?rev=1005827&view=rev
Log:
Exclude opensaml which seems to be sneaking in when it didn't used to. 

Modified:
    tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml?rev=1005827&r1=1005826&r2=1005827&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml Fri Oct  8 13:52:43 2010
@@ -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>