You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ff...@apache.org on 2016/05/16 02:34:03 UTC

karaf git commit: fix build failure

Repository: karaf
Updated Branches:
  refs/heads/karaf-3.0.x 6e06a607a -> b02011ee9


fix build failure


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

Branch: refs/heads/karaf-3.0.x
Commit: b02011ee937e6e5bdf13f505b70b057e26027025
Parents: 6e06a60
Author: Freeman Fang <fr...@gmail.com>
Authored: Mon May 16 10:33:06 2016 +0800
Committer: Freeman Fang <fr...@gmail.com>
Committed: Mon May 16 10:33:06 2016 +0800

----------------------------------------------------------------------
 management/server/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/b02011ee/management/server/pom.xml
----------------------------------------------------------------------
diff --git a/management/server/pom.xml b/management/server/pom.xml
index dc5d04b..854043f 100644
--- a/management/server/pom.xml
+++ b/management/server/pom.xml
@@ -73,6 +73,7 @@
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
             <scope>test</scope>
+            <version>${slf4j.version}</version>
         </dependency>
     </dependencies>