[jboss-svn-commits] JBoss Common SVN: r2219 - common-core/trunk

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Dec 12 22:35:27 EST 2006


Author: scott.stark at jboss.org
Date: 2006-12-12 22:35:25 -0500 (Tue, 12 Dec 2006)
New Revision: 2219

Modified:
   common-core/trunk/.classpath
   common-core/trunk/pom.xml
Log:
Add jboss-test dependencies

Modified: common-core/trunk/.classpath
===================================================================
--- common-core/trunk/.classpath	2006-12-13 03:34:58 UTC (rev 2218)
+++ common-core/trunk/.classpath	2006-12-13 03:35:25 UTC (rev 2219)
@@ -10,5 +10,7 @@
 	<classpathentry kind="var" path="M2_REPO/apache-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar"/>
 	<classpathentry kind="var" path="M2_REPO/apache-log4j/log4j/1.2.8/log4j-1.2.8.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/common-logging-spi"/>
+	<classpathentry kind="var" path="M2_REPO/jboss/jboss-test/1.0.0.GA/jboss-test-1.0.0.GA.jar" sourcepath="/M2_REPO/jboss/jboss-test/1.0.0.GA/jboss-test-1.0.0.GA-sources.jar"/>
+	<classpathentry kind="var" path="M2_REPO/jboss/jboss-logging-log4j/2.0.2.GA/jboss-logging-log4j-2.0.2.GA.jar"/>
 	<classpathentry kind="output" path="target/eclipse-classes"/>
 </classpath>

Modified: common-core/trunk/pom.xml
===================================================================
--- common-core/trunk/pom.xml	2006-12-13 03:34:58 UTC (rev 2218)
+++ common-core/trunk/pom.xml	2006-12-13 03:35:25 UTC (rev 2219)
@@ -106,6 +106,20 @@
       <version>(,2.0.2.GA]</version>
     </dependency>
     <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-logging-log4j</artifactId>
+      <!-- v >= 2.0.2.GA -->
+      <version>(,2.0.2.GA]</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-test</artifactId>
+      <!-- v >= 1.0.0.GA -->
+      <version>(,1.0.0.GA]</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>




More information about the jboss-svn-commits mailing list