[jboss-svn-commits] JBoss Common SVN: r2897 - jbossxb/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Aug 8 04:27:06 EDT 2008


Author: alex.loubyansky at jboss.com
Date: 2008-08-08 04:27:06 -0400 (Fri, 08 Aug 2008)
New Revision: 2897

Modified:
   jbossxb/trunk/.classpath
   jbossxb/trunk/pom.xml
Log:
JBXB-149

Modified: jbossxb/trunk/.classpath
===================================================================
--- jbossxb/trunk/.classpath	2008-08-07 13:30:38 UTC (rev 2896)
+++ jbossxb/trunk/.classpath	2008-08-08 08:27:06 UTC (rev 2897)
@@ -9,7 +9,7 @@
 	<classpathentry kind="var" path="M2_REPO/apache-xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar"/>
 	<classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14.jar"/>
 	<classpathentry kind="var" path="M2_REPO/wutka-dtdparser/dtdparser121/1.2.1/dtdparser121-1.2.1.jar"/>
-	<classpathentry kind="var" path="M2_REPO/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/sun-jaxb/jaxb-api/2.1.4/jaxb-api-2.1.4.jar"/>
 	<classpathentry kind="var" path="M2_REPO/jboss/jboss-common-logging-spi/2.0.4.GA/jboss-common-logging-spi-2.0.4.GA.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/jboss/test/jboss-test/1.1.0.GA/jboss-test-1.1.0.GA.jar" sourcepath="/M2_REPO/org/jboss/jboss-test/1.0.4.GA/jboss-test-1.0.4.GA-sources.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/jboss/jboss-reflect/2.0.0.Beta11/jboss-reflect-2.0.0.Beta11.jar" sourcepath="/M2_REPO/org/jboss/jboss-reflect/2.0.0.Beta11/jboss-reflect-2.0.0.Beta11-sources.jar"/>

Modified: jbossxb/trunk/pom.xml
===================================================================
--- jbossxb/trunk/pom.xml	2008-08-07 13:30:38 UTC (rev 2896)
+++ jbossxb/trunk/pom.xml	2008-08-08 08:27:06 UTC (rev 2897)
@@ -119,9 +119,9 @@
     </dependency>
     
     <dependency>
-      <groupId>javax.xml.bind</groupId>
+      <groupId>sun-jaxb</groupId>
       <artifactId>jaxb-api</artifactId>
-      <version>2.1</version>
+      <version>2.1.4</version>
       <scope>compile</scope>
     </dependency>
     




More information about the jboss-svn-commits mailing list