Author: vinodkv
Date: Mon Jan 13 18:34:39 2014
New Revision: 1557802
URL: http://svn.apache.org/r1557802
Log:
YARN-888. Cleaned up POM files so that non-leaf modules don't include any
dependencies and thus compact the dependency list for leaf modules. Contributed
by Alejandro Abdelnur.
svn merge --ignore-ancestry -c 1557801 ../../trunk/
Modified:
hadoop/common/branches/branch-2/hadoop-project/pom.xml
Modified: hadoop/common/branches/branch-2/hadoop-project/pom.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-project/pom.xml?rev=1557802&r1=1557801&r2=1557802&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-project/pom.xml (original)
+++ hadoop/common/branches/branch-2/hadoop-project/pom.xml Mon Jan 13 18:34:39
2014
@@ -754,7 +754,28 @@
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>1.3.9</version>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.2.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.jettison</groupId>
+ <artifactId>jettison</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.jersey</groupId>
+ <artifactId>jersey-client</artifactId>
+ <version>${jersey.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.glassfish.grizzly</groupId>
+ <artifactId>grizzly-http-servlet</artifactId>
+ <version>2.1.2</version>
+ </dependency>
</dependencies>
</dependencyManagement>