You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-commits@hadoop.apache.org by to...@apache.org on 2012/08/15 21:28:53 UTC

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

Author: tomwhite
Date: Wed Aug 15 19:28:51 2012
New Revision: 1373594

URL: http://svn.apache.org/viewvc?rev=1373594&view=rev
Log:
Merge -r 1373573:1373574 from trunk to branch-2. Fixes: HADOOP-8278 - Make sure components declare correct set of dependencies

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

Modified: hadoop/common/branches/branch-2/hadoop-yarn-project/hadoop-yarn/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-yarn-project/hadoop-yarn/pom.xml?rev=1373594&r1=1373593&r2=1373594&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-yarn-project/hadoop-yarn/pom.xml (original)
+++ hadoop/common/branches/branch-2/hadoop-yarn-project/hadoop-yarn/pom.xml Wed Aug 15 19:28:51 2012
@@ -125,6 +125,10 @@
       <artifactId>jersey-server</artifactId>
     </dependency>
     <dependency>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-json</artifactId>
+    </dependency>
+    <dependency>
       <groupId>com.sun.jersey.contribs</groupId>
       <artifactId>jersey-guice</artifactId>
     </dependency>