[jboss-cvs] JBossAS SVN: r94297 - trunk/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 2 16:50:27 EDT 2009


Author: pgier
Date: 2009-10-02 16:50:27 -0400 (Fri, 02 Oct 2009)
New Revision: 94297

Modified:
   trunk/component-matrix/pom.xml
Log:
[JBBUILD-540] Exclude duplicate streambuffer

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2009-10-02 20:13:01 UTC (rev 94296)
+++ trunk/component-matrix/pom.xml	2009-10-02 20:50:27 UTC (rev 94297)
@@ -2144,6 +2144,10 @@
             <groupId>javax.xml.bind</groupId>
             <artifactId>jaxb-api</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>com.sun.xml.stream.buffer</groupId>
+            <artifactId>streambuffer</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
 
@@ -2324,6 +2328,7 @@
                         <exclude>wutka-dtdparser:dtdparser121</exclude>
                         <exclude>sun-jaxws:jaxws-rt</exclude>
                         <exclude>sun-jaxb:jaxb-xjc</exclude>
+                        <exclude>com.sun.xml.stream.buffer:streambuffer</exclude>
                       </excludes>
                     </bannedDependencies>
                   </rules>




More information about the jboss-cvs-commits mailing list