[jboss-cvs] JBossAS SVN: r105079 - branches/JBPAPP_5_0/component-matrix.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu May 20 19:25:11 EDT 2010
Author: fnasser at redhat.com
Date: 2010-05-20 19:25:11 -0400 (Thu, 20 May 2010)
New Revision: 105079
Modified:
branches/JBPAPP_5_0/component-matrix/pom.xml
Log:
Remove yet another indirect reference to sun-jaxb
Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml 2010-05-20 22:29:55 UTC (rev 105078)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml 2010-05-20 23:25:11 UTC (rev 105079)
@@ -1484,6 +1484,10 @@
<version>${version.org.jboss.jbossxb}</version>
<exclusions>
<exclusion>
+ <groupId>sun-jaxb</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>jboss</groupId>
<artifactId>jboss-common-core</artifactId>
</exclusion>
More information about the jboss-cvs-commits
mailing list