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 2017/12/21 08:12:07 UTC

directory-kerby git commit: Add LDAP backend dependency in kdc-dist pom.xml

Repository: directory-kerby
Updated Branches:
  refs/heads/trunk 1e5a37060 -> c22be36bd


Add LDAP backend dependency in kdc-dist pom.xml


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

Branch: refs/heads/trunk
Commit: c22be36bdf565c4b37f9bc74ae5405d0e7ee040b
Parents: 1e5a370
Author: plusplusjiajia <ji...@intel.com>
Authored: Thu Dec 21 16:08:03 2017 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Thu Dec 21 16:08:03 2017 +0800

----------------------------------------------------------------------
 kerby-dist/kdc-dist/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/c22be36b/kerby-dist/kdc-dist/pom.xml
----------------------------------------------------------------------
diff --git a/kerby-dist/kdc-dist/pom.xml b/kerby-dist/kdc-dist/pom.xml
index f25271b..1766d28 100644
--- a/kerby-dist/kdc-dist/pom.xml
+++ b/kerby-dist/kdc-dist/pom.xml
@@ -69,6 +69,13 @@
     </dependency>
     -->
 
+    <!-- For LDAP backend
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>ldap-backend</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    -->
 
     <!-- For json backend -->
     <dependency>