You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2012/03/31 19:07:57 UTC

svn commit: r1307850 - /bval/sandbox/bval-jsr303-dynamic/extval-shared-tests/pom.xml

Author: mbenson
Date: Sat Mar 31 17:07:56 2012
New Revision: 1307850

URL: http://svn.apache.org/viewvc?rev=1307850&view=rev
Log:
lose slf4j

Modified:
    bval/sandbox/bval-jsr303-dynamic/extval-shared-tests/pom.xml

Modified: bval/sandbox/bval-jsr303-dynamic/extval-shared-tests/pom.xml
URL: http://svn.apache.org/viewvc/bval/sandbox/bval-jsr303-dynamic/extval-shared-tests/pom.xml?rev=1307850&r1=1307849&r2=1307850&view=diff
==============================================================================
--- bval/sandbox/bval-jsr303-dynamic/extval-shared-tests/pom.xml (original)
+++ bval/sandbox/bval-jsr303-dynamic/extval-shared-tests/pom.xml Sat Mar 31 17:07:56 2012
@@ -59,14 +59,6 @@
       <artifactId>commons-lang3</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
       <scope>compile</scope>