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/05 08:24:43 UTC

directory-kerby git commit: DIRKRB-446 Failed to start kdcinit tool with SecurityException.

Repository: directory-kerby
Updated Branches:
  refs/heads/pkinit-support 87a9f55cf -> a0db88707


DIRKRB-446 Failed to start kdcinit tool with SecurityException.


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

Branch: refs/heads/pkinit-support
Commit: a0db88707366a3c873649f7e53d5fc9d4aceace9
Parents: 87a9f55
Author: plusplusjiajia <ji...@intel.com>
Authored: Thu Nov 5 15:31:04 2015 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Thu Nov 5 15:31:04 2015 +0800

----------------------------------------------------------------------
 kerby-kerb/kerb-client-api-all/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a0db8870/kerby-kerb/kerb-client-api-all/pom.xml
----------------------------------------------------------------------
diff --git a/kerby-kerb/kerb-client-api-all/pom.xml b/kerby-kerb/kerb-client-api-all/pom.xml
index 2649d5a..0ac4115 100644
--- a/kerby-kerb/kerb-client-api-all/pom.xml
+++ b/kerby-kerb/kerb-client-api-all/pom.xml
@@ -56,6 +56,8 @@
                       <exclude>org.slf4j:slf4j-api</exclude>
                       <exclude>org.slf4j:slf4j-log4j12</exclude>
                       <exclude>org.apache.kerby:kerby-asn1</exclude>
+                      <exclude>org.bouncycastle:bcprov-jdk15</exclude>
+                      <exclude>org.bouncycastle:bcmail-jdk15</exclude>
                     </excludes>
                   </artifactSet>
                 </configuration>