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 st...@apache.org on 2013/11/13 21:43:05 UTC

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

Author: stevel
Date: Wed Nov 13 20:43:04 2013
New Revision: 1541699

URL: http://svn.apache.org/r1541699
Log:
MAPREDUCE-6524 Move grizzly-test and junit dependencies to test scope

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=1541699&r1=1541698&r2=1541699&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 Nov 13 20:43:04 2013
@@ -119,6 +119,7 @@
     <dependency>
       <groupId>com.sun.jersey.jersey-test-framework</groupId>
       <artifactId>jersey-test-framework-grizzly2</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>com.sun.jersey</groupId>