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 2015/01/09 16:12:33 UTC

karaf git commit: [KARAF-3432] Use slf4j-api dependency instead of pax-logging-api

Repository: karaf
Updated Branches:
  refs/heads/karaf-3.0.x 54bd50f8e -> ea3040f0f


[KARAF-3432] Use slf4j-api dependency instead of pax-logging-api


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/ea3040f0
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/ea3040f0
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/ea3040f0

Branch: refs/heads/karaf-3.0.x
Commit: ea3040f0f0df716c56ca2ff40afe45d80555942e
Parents: 54bd50f
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Fri Jan 9 16:11:53 2015 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Fri Jan 9 16:11:53 2015 +0100

----------------------------------------------------------------------
 util/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/ea3040f0/util/pom.xml
----------------------------------------------------------------------
diff --git a/util/pom.xml b/util/pom.xml
index b971db5..256e855 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -44,8 +44,8 @@
             <artifactId>org.apache.felix.utils</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.ops4j.pax.logging</groupId>
-            <artifactId>pax-logging-api</artifactId>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
         </dependency>
     </dependencies>