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 su...@apache.org on 2013/02/26 23:02:30 UTC

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

Author: suresh
Date: Tue Feb 26 22:02:30 2013
New Revision: 1450475

URL: http://svn.apache.org/r1450475
Log:
HADOOP-9334. Merge change 1450463 from trunk

Modified:
    hadoop/common/branches/branch-2/hadoop-yarn-project/hadoop-yarn/pom.xml
    hadoop/common/branches/branch-2/hadoop-yarn-project/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=1450475&r1=1450474&r2=1450475&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 Tue Feb 26 22:02:30 2013
@@ -85,7 +85,7 @@
       <artifactId>guice-servlet</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.netty</groupId>
+      <groupId>io.netty</groupId>
       <artifactId>netty</artifactId>
     </dependency>
     <dependency>

Modified: hadoop/common/branches/branch-2/hadoop-yarn-project/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-yarn-project/pom.xml?rev=1450475&r1=1450474&r2=1450475&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-yarn-project/pom.xml (original)
+++ hadoop/common/branches/branch-2/hadoop-yarn-project/pom.xml Tue Feb 26 22:02:30 2013
@@ -59,7 +59,7 @@
           <artifactId>ant</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.jboss.netty</groupId>
+          <groupId>io.netty</groupId>
           <artifactId>netty</artifactId>
         </exclusion>
         <exclusion>
@@ -149,7 +149,7 @@
       <artifactId>junit</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.netty</groupId>
+      <groupId>io.netty</groupId>
       <artifactId>netty</artifactId>
     </dependency>
     <dependency>