You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/02/26 07:50:50 UTC

svn commit: r1293751 - /karaf/trunk/manual/pom.xml

Author: jbonofre
Date: Sun Feb 26 06:50:50 2012
New Revision: 1293751

URL: http://svn.apache.org/viewvc?rev=1293751&view=rev
Log:
Use the slf4j version from the main POM in the manual

Modified:
    karaf/trunk/manual/pom.xml

Modified: karaf/trunk/manual/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/manual/pom.xml?rev=1293751&r1=1293750&r2=1293751&view=diff
==============================================================================
--- karaf/trunk/manual/pom.xml (original)
+++ karaf/trunk/manual/pom.xml Sun Feb 26 06:50:50 2012
@@ -90,7 +90,6 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
-            <version>1.6.0</version>
         </dependency>
         <dependency>
             <groupId>org.scala-lang</groupId>