[jboss-cvs] JBossAS SVN: r94946 - trunk/component-matrix.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Oct 15 09:24:50 EDT 2009
Author: alessio.soldano at jboss.com
Date: 2009-10-15 09:24:50 -0400 (Thu, 15 Oct 2009)
New Revision: 94946
Modified:
trunk/component-matrix/pom.xml
Log:
Restoring commit 94937
Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml 2009-10-15 13:01:12 UTC (rev 94945)
+++ trunk/component-matrix/pom.xml 2009-10-15 13:24:50 UTC (rev 94946)
@@ -722,7 +722,17 @@
<dependency>
<groupId>jboss.jaxbintros</groupId>
<artifactId>jboss-jaxb-intros</artifactId>
- <version>1.0.0.GA</version>
+ <version>1.0.1.GA</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
More information about the jboss-cvs-commits
mailing list