[jboss-cvs] JBossAS SVN: r94937 - trunk/component-matrix.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Oct 15 06:18:33 EDT 2009
Author: alessio.soldano at jboss.com
Date: 2009-10-15 06:18:33 -0400 (Thu, 15 Oct 2009)
New Revision: 94937
Modified:
trunk/component-matrix/pom.xml
Log:
[JBAS-7318] Move to jaxbintros 1.0.1.GA
Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml 2009-10-15 09:54:34 UTC (rev 94936)
+++ trunk/component-matrix/pom.xml 2009-10-15 10:18:33 UTC (rev 94937)
@@ -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