You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ai...@apache.org on 2008/08/05 11:28:10 UTC

svn commit: r682644 - /incubator/qpid/trunk/qpid/java/junit-toolkit/pom.xml

Author: aidan
Date: Tue Aug  5 02:28:09 2008
New Revision: 682644

URL: http://svn.apache.org/viewvc?rev=682644&view=rev
Log:
Add slf4j deps to perftests, we should move all this to ant

Modified:
    incubator/qpid/trunk/qpid/java/junit-toolkit/pom.xml

Modified: incubator/qpid/trunk/qpid/java/junit-toolkit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/junit-toolkit/pom.xml?rev=682644&r1=682643&r2=682644&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/junit-toolkit/pom.xml (original)
+++ incubator/qpid/trunk/qpid/java/junit-toolkit/pom.xml Tue Aug  5 02:28:09 2008
@@ -52,6 +52,18 @@
                 <version>1.2.12</version>
             </dependency>
         
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-api</artifactId>
+                <version>1.4.0</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-log4j12</artifactId>
+                <version>1.4.0</version>
+            </dependency>
+
         </dependencies>
     </dependencyManagement>
 
@@ -65,6 +77,19 @@
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
         </dependency>
+
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-api</artifactId>
+                <version>1.4.0</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-log4j12</artifactId>
+                <version>1.4.0</version>
+            </dependency>
+
     </dependencies>
 
     <build>