You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2015/11/04 09:25:47 UTC

[21/48] directory-kerby git commit: DIRKRB-427 Add appropriate SLF4J binding in kerby-config module.

DIRKRB-427 Add appropriate SLF4J binding in kerby-config module.


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

Branch: refs/heads/pkinit-support
Commit: bbed4ef533dea4376ecbe015683a40e404f1e4e4
Parents: b301875
Author: plusplusjiajia <ji...@intel.com>
Authored: Wed Sep 30 13:50:51 2015 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Wed Sep 30 13:50:51 2015 +0800

----------------------------------------------------------------------
 kerby-config/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/bbed4ef5/kerby-config/pom.xml
----------------------------------------------------------------------
diff --git a/kerby-config/pom.xml b/kerby-config/pom.xml
index 41b7dc1..46b90b5 100644
--- a/kerby-config/pom.xml
+++ b/kerby-config/pom.xml
@@ -30,6 +30,12 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
+      <version>${slf4j.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>${slf4j.version}</version>
+   </dependency>
   </dependencies>
 </project>