[jboss-cvs] JBossAS SVN: r70957 - in projects/jboss-deployers/trunk: deployers-impl and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 18 13:03:29 EDT 2008


Author: adrian at jboss.org
Date: 2008-03-18 13:03:29 -0400 (Tue, 18 Mar 2008)
New Revision: 70957

Modified:
   projects/jboss-deployers/trunk/deployers-client-spi/pom.xml
   projects/jboss-deployers/trunk/deployers-impl/.classpath
   projects/jboss-deployers/trunk/deployers-structure-spi/.classpath
   projects/jboss-deployers/trunk/deployers-vfs-spi/pom.xml
Log:
Don't let JBossXB choose the version of jboss-reflect

Modified: projects/jboss-deployers/trunk/deployers-client-spi/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-client-spi/pom.xml	2008-03-18 16:54:59 UTC (rev 70956)
+++ projects/jboss-deployers/trunk/deployers-client-spi/pom.xml	2008-03-18 17:03:29 UTC (rev 70957)
@@ -20,6 +20,12 @@
     <dependency>
       <groupId>org.jboss.man</groupId>
       <artifactId>jboss-managed</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>org.jboss</groupId>
+          <artifactId>jboss-reflect</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
   </dependencies>  
 </project>

Modified: projects/jboss-deployers/trunk/deployers-impl/.classpath
===================================================================
--- projects/jboss-deployers/trunk/deployers-impl/.classpath	2008-03-18 16:54:59 UTC (rev 70956)
+++ projects/jboss-deployers/trunk/deployers-impl/.classpath	2008-03-18 17:03:29 UTC (rev 70957)
@@ -10,7 +10,7 @@
 	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/cl/jboss-classloader/2.0.0-SNAPSHOT/jboss-classloader-2.0.0-SNAPSHOT.jar"/>
 	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/cl/jboss-classloading/2.0.0-SNAPSHOT/jboss-classloading-2.0.0-SNAPSHOT.jar"/>
 	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/microcontainer/jboss-kernel/2.0.0-SNAPSHOT/jboss-kernel-2.0.0-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/jboss-reflect/2.0.0.Beta11/jboss-reflect-2.0.0.Beta11.jar"/>
+	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/jboss-reflect/2.0.0-SNAPSHOT/jboss-reflect-2.0.0-SNAPSHOT.jar"/>
 	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/aop/jboss-aop/2.0.0.CR3/jboss-aop-2.0.0.CR3.jar"/>
 	<classpathentry exported="true" kind="var" path="M2_REPO/trove/trove/2.1.1//trove-2.1.1.jar"/>
 	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/javassist/3.6.0.GA/javassist-3.6.0.GA.jar"/>

Modified: projects/jboss-deployers/trunk/deployers-structure-spi/.classpath
===================================================================
--- projects/jboss-deployers/trunk/deployers-structure-spi/.classpath	2008-03-18 16:54:59 UTC (rev 70956)
+++ projects/jboss-deployers/trunk/deployers-structure-spi/.classpath	2008-03-18 17:03:29 UTC (rev 70957)
@@ -7,6 +7,6 @@
 	<classpathentry exported="true" kind="src" path="/jboss-deployers-core"/>
 	<classpathentry exported="true" kind="src" path="/jboss-deployers-client"/>
 	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/microcontainer/jboss-dependency/2.0.0-SNAPSHOT/jboss-dependency-2.0.0-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/jboss-mdr/2.0.0.Beta11/jboss-mdr-2.0.0.Beta11.jar"/>
+	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/jboss-mdr/2.0.0-SNAPSHOT/jboss-mdr-2.0.0-SNAPSHOT.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: projects/jboss-deployers/trunk/deployers-vfs-spi/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-vfs-spi/pom.xml	2008-03-18 16:54:59 UTC (rev 70956)
+++ projects/jboss-deployers/trunk/deployers-vfs-spi/pom.xml	2008-03-18 17:03:29 UTC (rev 70957)
@@ -38,6 +38,12 @@
     <dependency>
       <groupId>org.jboss</groupId>
       <artifactId>jbossxb</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>org.jboss</groupId>
+          <artifactId>jboss-reflect</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
   </dependencies>  
 </project>




More information about the jboss-cvs-commits mailing list