[jboss-svn-commits] JBoss Common SVN: r2500 - common-logging-spi/trunk and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Aug 16 15:14:11 EDT 2007


Author: pgier
Date: 2007-08-16 15:14:10 -0400 (Thu, 16 Aug 2007)
New Revision: 2500

Modified:
   common-logging-log4j/trunk/pom-jdk14.xml
   common-logging-spi/trunk/pom-jdk14.xml
Log:
Adding retro-rt and backport-concurrent as runtime dependencies.

Modified: common-logging-log4j/trunk/pom-jdk14.xml
===================================================================
--- common-logging-log4j/trunk/pom-jdk14.xml	2007-08-16 19:10:45 UTC (rev 2499)
+++ common-logging-log4j/trunk/pom-jdk14.xml	2007-08-16 19:14:10 UTC (rev 2500)
@@ -126,6 +126,19 @@
       <artifactId>log4j</artifactId>
       <version>1.2.14</version>
     </dependency>    
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-backport-concurrent</artifactId>
+      <version>2.1.0.GA</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-retro</artifactId>
+      <version>1.1.2</version>
+      <classifier>rt</classifier>
+      <scope>runtime</scope>
+    </dependency>
   </dependencies>  
   
   <profiles>

Modified: common-logging-spi/trunk/pom-jdk14.xml
===================================================================
--- common-logging-spi/trunk/pom-jdk14.xml	2007-08-16 19:10:45 UTC (rev 2499)
+++ common-logging-spi/trunk/pom-jdk14.xml	2007-08-16 19:14:10 UTC (rev 2500)
@@ -112,6 +112,22 @@
     </repository>
   </repositories>
   
+  <dependencies>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-backport-concurrent</artifactId>
+      <version>2.1.0.GA</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-retro</artifactId>
+      <version>1.1.2</version>
+      <classifier>rt</classifier>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+  
   <profiles>
     <!-- Note: to run the jdk14 tests, the surefire plugin must be called outside
       -  of the lifecycle.  In other words it should be called directly from the command




More information about the jboss-svn-commits mailing list