You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by tu...@apache.org on 2013/08/13 02:28:00 UTC

svn commit: r1513309 - /hadoop/common/branches/branch-2/hadoop-project/pom.xml

Author: tucu
Date: Tue Aug 13 00:27:59 2013
New Revision: 1513309

URL: http://svn.apache.org/r1513309
Log:
HADOOP-9848. Create a MiniKDC for use with security testing. (ywskycn via tucu)

Modified:
    hadoop/common/branches/branch-2/hadoop-project/pom.xml

Modified: hadoop/common/branches/branch-2/hadoop-project/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-project/pom.xml?rev=1513309&r1=1513308&r2=1513309&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-project/pom.xml (original)
+++ hadoop/common/branches/branch-2/hadoop-project/pom.xml Tue Aug 13 00:27:59 2013
@@ -289,6 +289,12 @@
       </dependency>
 
       <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-minikdc</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
         <version>11.0.2</version>