[jboss-cvs] JBossAS SVN: r81987 - in trunk: thirdparty and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Dec 2 17:02:13 EST 2008
Author: pgier
Date: 2008-12-02 17:02:13 -0500 (Tue, 02 Dec 2008)
New Revision: 81987
Modified:
trunk/component-matrix/pom.xml
trunk/thirdparty/pom.xml
Log:
[JBAS-6055] Exclude duplicate FastInfoset jar.
Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml 2008-12-02 21:47:34 UTC (rev 81986)
+++ trunk/component-matrix/pom.xml 2008-12-02 22:02:13 UTC (rev 81987)
@@ -122,6 +122,7 @@
<exclude>javax.servlet:servlet-api</exclude>
<exclude>xml-apis:xml-apis</exclude>
<exclude>com.sun.xml.fastinfoset:FastInfoset</exclude>
+ <exclude>sun-jaxws:FastInfoset</exclude>
</excludes>
</bannedDependencies>
</rules>
@@ -1938,12 +1939,6 @@
<dependency>
<groupId>sun-jaxws</groupId>
- <artifactId>FastInfoset</artifactId>
- <version>${version.sun-jaxws}</version>
- </dependency>
-
- <dependency>
- <groupId>sun-jaxws</groupId>
<artifactId>jaxws-rt</artifactId>
<version>${version.sun-jaxws}</version>
</dependency>
Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml 2008-12-02 21:47:34 UTC (rev 81986)
+++ trunk/thirdparty/pom.xml 2008-12-02 22:02:13 UTC (rev 81987)
@@ -835,11 +835,6 @@
</dependency>
<dependency>
<groupId>sun-jaxws</groupId>
- <artifactId>FastInfoset</artifactId>
- <exportArtifact>false</exportArtifact>
- </dependency>
- <dependency>
- <groupId>sun-jaxws</groupId>
<artifactId>jaxws-rt</artifactId>
<exportArtifact>false</exportArtifact>
</dependency>
@@ -1796,13 +1791,8 @@
<groupId>com.sun.facelets</groupId>
<artifactId>jsf-facelets</artifactId>
</dependency>
-
<dependency>
<groupId>sun-jaxws</groupId>
- <artifactId>FastInfoset</artifactId>
- </dependency>
- <dependency>
- <groupId>sun-jaxws</groupId>
<artifactId>jaxws-rt</artifactId>
</dependency>
<dependency>
More information about the jboss-cvs-commits
mailing list