[jboss-cvs] JBossAS SVN: r81985 - trunk/component-matrix.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Dec 2 16:30:07 EST 2008
Author: pgier
Date: 2008-12-02 16:30:07 -0500 (Tue, 02 Dec 2008)
New Revision: 81985
Modified:
trunk/component-matrix/pom.xml
Log:
[JBAS-6055] Exclude duplicate FastInfoset jar.
Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml 2008-12-02 21:22:58 UTC (rev 81984)
+++ trunk/component-matrix/pom.xml 2008-12-02 21:30:07 UTC (rev 81985)
@@ -121,6 +121,7 @@
<exclude>javax.servlet.jsp:jsp-api</exclude>
<exclude>javax.servlet:servlet-api</exclude>
<exclude>xml-apis:xml-apis</exclude>
+ <exclude>com.sun.xml.fastinfoset:FastInfoset</exclude>
</excludes>
</bannedDependencies>
</rules>
@@ -820,6 +821,10 @@
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-tools</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.fastinfoset</groupId>
+ <artifactId>FastInfoset</artifactId>
+ </exclusion>
</exclusions>
</dependency>
More information about the jboss-cvs-commits
mailing list