You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2009/10/13 12:24:52 UTC

svn commit: r824667 - /directory/studio/trunk/test-integration-ui/pom.xml

Author: seelmann
Date: Tue Oct 13 10:24:52 2009
New Revision: 824667

URL: http://svn.apache.org/viewvc?rev=824667&view=rev
Log:
Removed nlog4j dependency, use slf4j+log4j instead

Modified:
    directory/studio/trunk/test-integration-ui/pom.xml

Modified: directory/studio/trunk/test-integration-ui/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/test-integration-ui/pom.xml?rev=824667&r1=824666&r2=824667&view=diff
==============================================================================
--- directory/studio/trunk/test-integration-ui/pom.xml (original)
+++ directory/studio/trunk/test-integration-ui/pom.xml Tue Oct 13 10:24:52 2009
@@ -331,7 +331,15 @@
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>nlog4j</artifactId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
     </dependency>
     
     <dependency>