Author: saminda
Date: Mon Dec 17 22:52:44 2007
New Revision: 11322
Log:
Excluding woden
Modified:
trunk/wsas/java/pom.xml
Modified: trunk/wsas/java/pom.xml
==============================================================================
--- trunk/wsas/java/pom.xml (original)
+++ trunk/wsas/java/pom.xml Mon Dec 17 22:52:44 2007
@@ -1085,6 +1085,10 @@
<groupId>org.apache.neethi</groupId>
<artifactId>neethi</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.woden</groupId>
+ <artifactId>woden</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -1123,6 +1127,10 @@
<groupId>org.apache.neethi</groupId>
<artifactId>neethi</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.woden</groupId>
+ <artifactId>woden</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -1161,6 +1169,10 @@
<groupId>org.apache.neethi</groupId>
<artifactId>neethi</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.woden</groupId>
+ <artifactId>woden</artifactId>
+ </exclusion>
</exclusions>
</dependency>
_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev