Author: asankha
Date: Thu May 10 10:16:10 2007
New Revision: 536941

URL: http://svn.apache.org/viewvc?view=rev&rev=536941
Log:
remove invalid woodstox and xmlsec dependencies from sandesha2 (which become 
transitive dependencies)

Modified:
    webservices/synapse/trunk/java/pom.xml

Modified: webservices/synapse/trunk/java/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/pom.xml?view=diff&rev=536941&r1=536940&r2=536941
==============================================================================
--- webservices/synapse/trunk/java/pom.xml (original)
+++ webservices/synapse/trunk/java/pom.xml Thu May 10 10:16:10 2007
@@ -441,6 +441,14 @@
                     <groupId>org.apache.woden</groupId>
                     <artifactId>woden</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.codehaus.woodstox</groupId>
+                    <artifactId>wstx-asl</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xml-security</groupId>
+                    <artifactId>xmlsec</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -458,6 +466,14 @@
                 <exclusion>
                     <groupId>org.apache.woden</groupId>
                     <artifactId>woden</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.codehaus.woodstox</groupId>
+                    <artifactId>wstx-asl</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xml-security</groupId>
+                    <artifactId>xmlsec</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to