Author: stevel
Date: Wed Nov 13 20:46:54 2013
New Revision: 1541702

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

Modified:
    hadoop/common/trunk/   (props changed)
    hadoop/common/trunk/hadoop-tools/hadoop-archives/pom.xml
    hadoop/common/trunk/hadoop-tools/hadoop-datajoin/pom.xml
    hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml
    hadoop/common/trunk/hadoop-tools/hadoop-extras/pom.xml
    hadoop/common/trunk/hadoop-tools/hadoop-gridmix/pom.xml
    hadoop/common/trunk/hadoop-tools/hadoop-rumen/pom.xml
    hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml

Propchange: hadoop/common/trunk/
------------------------------------------------------------------------------
  Merged /hadoop/common/branches/branch-2:r1541699

Modified: hadoop/common/trunk/hadoop-tools/hadoop-archives/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-tools/hadoop-archives/pom.xml?rev=1541702&r1=1541701&r2=1541702&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-tools/hadoop-archives/pom.xml (original)
+++ hadoop/common/trunk/hadoop-tools/hadoop-archives/pom.xml Wed Nov 13 
20:46:54 2013
@@ -36,6 +36,11 @@
 
   <dependencies>
     <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-annotations</artifactId>
       <scope>provided</scope>

Modified: hadoop/common/trunk/hadoop-tools/hadoop-datajoin/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-tools/hadoop-datajoin/pom.xml?rev=1541702&r1=1541701&r2=1541702&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-tools/hadoop-datajoin/pom.xml (original)
+++ hadoop/common/trunk/hadoop-tools/hadoop-datajoin/pom.xml Wed Nov 13 
20:46:54 2013
@@ -33,6 +33,11 @@
 
   <dependencies>
     <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-annotations</artifactId>
       <scope>provided</scope>

Modified: hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml?rev=1541702&r1=1541701&r2=1541702&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml (original)
+++ hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml Wed Nov 13 20:46:54 
2013
@@ -38,6 +38,11 @@
 
   <dependencies>
     <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
       <scope>provided</scope>

Modified: hadoop/common/trunk/hadoop-tools/hadoop-extras/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-tools/hadoop-extras/pom.xml?rev=1541702&r1=1541701&r2=1541702&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-tools/hadoop-extras/pom.xml (original)
+++ hadoop/common/trunk/hadoop-tools/hadoop-extras/pom.xml Wed Nov 13 20:46:54 
2013
@@ -36,6 +36,11 @@
 
   <dependencies>
     <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-annotations</artifactId>
       <scope>provided</scope>

Modified: hadoop/common/trunk/hadoop-tools/hadoop-gridmix/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-tools/hadoop-gridmix/pom.xml?rev=1541702&r1=1541701&r2=1541702&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-tools/hadoop-gridmix/pom.xml (original)
+++ hadoop/common/trunk/hadoop-tools/hadoop-gridmix/pom.xml Wed Nov 13 20:46:54 
2013
@@ -33,6 +33,11 @@
 
   <dependencies>
     <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-annotations</artifactId>
       <scope>provided</scope>

Modified: hadoop/common/trunk/hadoop-tools/hadoop-rumen/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-tools/hadoop-rumen/pom.xml?rev=1541702&r1=1541701&r2=1541702&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-tools/hadoop-rumen/pom.xml (original)
+++ hadoop/common/trunk/hadoop-tools/hadoop-rumen/pom.xml Wed Nov 13 20:46:54 
2013
@@ -36,6 +36,11 @@
 
   <dependencies>
     <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-annotations</artifactId>
       <scope>provided</scope>

Modified: hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml?rev=1541702&r1=1541701&r2=1541702&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml (original)
+++ hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml Wed Nov 13 
20:46:54 2013
@@ -37,6 +37,11 @@
 
   <dependencies>
     <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-annotations</artifactId>
       <scope>provided</scope>


Reply via email to