You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by dr...@apache.org on 2015/07/13 22:17:55 UTC

directory-kerby git commit: DIRKRB-355 Kerby-kdc module should avoid netty-all

Repository: directory-kerby
Updated Branches:
  refs/heads/master 142f4df58 -> 79e5591e3


DIRKRB-355 Kerby-kdc module should avoid netty-all


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

Branch: refs/heads/master
Commit: 79e5591e38c258d072adfa5cc9f48b242139ce37
Parents: 142f4df
Author: drankye <ka...@intel.com>
Authored: Tue Jul 14 04:17:37 2015 +0800
Committer: Drankye <dr...@gmail.com>
Committed: Tue Jul 14 04:17:37 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/79e5591e/kerby-kdc/pom.xml
----------------------------------------------------------------------
diff --git a/kerby-kdc/pom.xml b/kerby-kdc/pom.xml
index 3f35ee7..02587af 100644
--- a/kerby-kdc/pom.xml
+++ b/kerby-kdc/pom.xml
@@ -43,9 +43,13 @@
     </dependency>
     <dependency>
       <groupId>io.netty</groupId>
-      <artifactId>netty-all</artifactId> <!-- TODO: limited -->
-      <version>4.0.0.Final</version>
-      <scope>compile</scope>
+      <artifactId>netty-transport</artifactId>
+      <version>4.0.29.Final</version>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-handler</artifactId>
+      <version>4.0.29.Final</version>
     </dependency>
   </dependencies>