Author: objectiser
Date: 2012-03-27 09:10:24 -0400 (Tue, 27 Mar 2012)
New Revision: 1509
Modified:
branches/RiftSaw-2.3.x/runtime/engine/pom.xml
Log:
Added further exclusions.
Modified: branches/RiftSaw-2.3.x/runtime/engine/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/runtime/engine/pom.xml 2012-03-27 10:54:37 UTC (rev 1508)
+++ branches/RiftSaw-2.3.x/runtime/engine/pom.xml 2012-03-27 13:10:24 UTC (rev 1509)
@@ -140,6 +140,26 @@
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-common</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-spi</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-rt</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-tools</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.jboss.remoting</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ </exclusion>
</exclusions>
</dependency>
Show replies by date