|
@@ -36,25 +36,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<hadoop.common.build.dir>${basedir}/../../../../../hadoop-common-project/hadoop-common/target</hadoop.common.build.dir>
|
|
|
</properties>
|
|
|
|
|
|
- <dependencyManagement>
|
|
|
- <dependencies>
|
|
|
- <!-- This is a really old version of netty, that gets privatized
|
|
|
- via shading and hence it is not managed via a parent pom -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.jboss.netty</groupId>
|
|
|
- <artifactId>netty</artifactId>
|
|
|
- <version>3.2.4.Final</version>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
- </dependencyManagement>
|
|
|
-
|
|
|
<dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>org.jboss.netty</groupId>
|
|
|
- <artifactId>netty</artifactId>
|
|
|
- <scope>compile</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>commons-logging</groupId>
|
|
|
<artifactId>commons-logging</artifactId>
|