Author: stevel
Date: Wed Dec 18 11:14:30 2013
New Revision: 1551915
URL: http://svn.apache.org/r1551915
Log:
HADOOP-9611 mvn-rpmbuild against google-guice > 3.0 yields missing cglib
dependency
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=1551915&r1=1551914&r2=1551915&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
Dec 18 11:14:30 2013
@@ -112,6 +112,11 @@
<artifactId>guice</artifactId>
</dependency>
<dependency>
+ <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>com.sun.jersey.jersey-test-framework</groupId>
<artifactId>jersey-test-framework-core</artifactId>
<scope>test</scope>
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=1551915&r1=1551914&r2=1551915&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-yarn-project/pom.xml (original)
+++ hadoop/common/branches/branch-2/hadoop-yarn-project/pom.xml Wed Dec 18
11:14:30 2013
@@ -133,6 +133,10 @@
<artifactId>guice</artifactId>
</dependency>
<dependency>
+ <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
</dependency>