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 om...@apache.org on 2013/12/20 01:25:43 UTC

svn commit: r1552462 - /hadoop/common/trunk/hadoop-project/pom.xml

Author: omalley
Date: Fri Dec 20 00:25:42 2013
New Revision: 1552462

URL: http://svn.apache.org/r1552462
Log:
HADOOP-10141. Create KeyProvider API to separate encryption key storage
from the applications. (omalley)

Modified:
    hadoop/common/trunk/hadoop-project/pom.xml

Modified: hadoop/common/trunk/hadoop-project/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-project/pom.xml?rev=1552462&r1=1552461&r2=1552462&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-project/pom.xml (original)
+++ hadoop/common/trunk/hadoop-project/pom.xml Fri Dec 20 00:25:42 2013
@@ -318,6 +318,11 @@
         <version>11.0.2</version>
       </dependency>
       <dependency>
+        <groupId>com.google.code.gson</groupId>
+        <artifactId>gson</artifactId>
+        <version>2.2.4</version>
+      </dependency>
+      <dependency>
         <groupId>commons-cli</groupId>
         <artifactId>commons-cli</artifactId>
         <version>1.2</version>