|
|
@@ -37,10 +37,6 @@
|
|
|
</licenses>
|
|
|
|
|
|
<properties>
|
|
|
- <hadoop.version>${cdh.hadoop.version}</hadoop.version>
|
|
|
- <slf4j.version>1.6.1</slf4j.version>
|
|
|
- <commons-logging.version>1.0.4</commons-logging.version>
|
|
|
- <thrift.version>0.9.0</thrift.version>
|
|
|
<minJavaVersion>1.7</minJavaVersion>
|
|
|
<maxJavaVersion>10.0</maxJavaVersion>
|
|
|
<sourceJavaVersion>1.7</sourceJavaVersion>
|
|
|
@@ -118,66 +114,6 @@
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
|
|
- <dependencyManagement>
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.hadoop</groupId>
|
|
|
- <artifactId>hadoop-client</artifactId>
|
|
|
- <version>${hadoop.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.slf4j</groupId>
|
|
|
- <artifactId>slf4j-api</artifactId>
|
|
|
- <version>${slf4j.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.slf4j</groupId>
|
|
|
- <artifactId>slf4j-log4j12</artifactId>
|
|
|
- <version>${slf4j.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>junit</groupId>
|
|
|
- <artifactId>junit</artifactId>
|
|
|
- <version>4.8.1</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>commons-logging</groupId>
|
|
|
- <artifactId>commons-logging</artifactId>
|
|
|
- <version>${commons-logging.version}</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>avalon-framework</groupId>
|
|
|
- <artifactId>avalon-framework</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>logkit</groupId>
|
|
|
- <artifactId>logkit</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>javax.servlet</groupId>
|
|
|
- <artifactId>servlet-api</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>commons-logging</groupId>
|
|
|
- <artifactId>commons-logging-api</artifactId>
|
|
|
- <version>${commons-logging.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.thrift</groupId>
|
|
|
- <artifactId>libthrift</artifactId>
|
|
|
- <version>${thrift.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.thrift</groupId>
|
|
|
- <artifactId>libfb303</artifactId>
|
|
|
- <version>${thrift.version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- </dependencies>
|
|
|
- </dependencyManagement>
|
|
|
-
|
|
|
<repositories>
|
|
|
<repository>
|
|
|
<id>cdh.releases.repo</id>
|