[jboss-cvs] JBossAS SVN: r100243 - trunk/component-matrix.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Feb 2 02:10:13 EST 2010
Author: richard.opalka at jboss.com
Date: 2010-02-02 02:10:12 -0500 (Tue, 02 Feb 2010)
New Revision: 100243
Modified:
trunk/component-matrix/pom.xml
Log:
[JBAS-7685] Removed hacky com.sun.xml.ws:jaxws-rt:pom.xml and com.sun.xml.ws:policy:pom.xml from our repository and provided original versions
Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml 2010-02-02 06:29:47 UTC (rev 100242)
+++ trunk/component-matrix/pom.xml 2010-02-02 07:10:12 UTC (rev 100243)
@@ -2639,6 +2639,18 @@
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.stream.buffer</groupId>
+ <artifactId>streambuffer</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.jvnet</groupId>
+ <artifactId>mimepull</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.glassfish.gmbal</groupId>
+ <artifactId>gmbal-api-only</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -2652,6 +2664,28 @@
<groupId>com.sun.xml.ws</groupId>
<artifactId>policy</artifactId>
<version>${version.sun-policy}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.txw2</groupId>
+ <artifactId>txw2</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.istack</groupId>
+ <artifactId>istack-commons-runtime</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
More information about the jboss-cvs-commits
mailing list