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 2010/12/31 15:23:12 UTC

svn commit: r1054114 - /karaf/branches/karaf-2.1.x/pom.xml

Author: jbonofre
Date: Fri Dec 31 14:23:11 2010
New Revision: 1054114

URL: http://svn.apache.org/viewvc?rev=1054114&view=rev
Log:
[KARAF-349] Upgrade to SLF4J 1.5.8.

Modified:
    karaf/branches/karaf-2.1.x/pom.xml

Modified: karaf/branches/karaf-2.1.x/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/pom.xml?rev=1054114&r1=1054113&r2=1054114&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/pom.xml Fri Dec 31 14:23:11 2010
@@ -141,6 +141,7 @@
         <pax.url.version>1.2.1</pax.url.version>
         <pax.web.version>0.7.4</pax.web.version>
         <servlet.api.version>2.5</servlet.api.version>
+        <slf4j.version>1.5.8</slf4j.version>
         <spring.osgi.version>1.2.0</spring.osgi.version>
         <spring2.version>2.5.6.SEC01</spring2.version>
         <spring.version>3.0.5.RELEASE</spring.version>
@@ -659,22 +660,22 @@
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
-                <version>1.4.3</version>
+                <version>${slf4j.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-jdk14</artifactId>
-                <version>1.4.3</version>
+                <version>${slf4j.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-nop</artifactId>
-                <version>1.4.3</version>
+                <version>${slf4j.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-simple</artifactId>
-                <version>1.4.3</version>
+                <version>${slf4j.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.logging</groupId>