зеркало из https://github.com/github/vitess-gh.git
java: Update dependencies.
* Get rid of transitive dependency on commons-collections 3.2.1 by updating hadoop version. * Move hadoop dependency from `client` project to `hadoop` project.
This commit is contained in:
Родитель
98054b7b0f
Коммит
f3937d4833
|
@ -16,17 +16,9 @@
|
|||
<version>2.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-client</artifactId>
|
||||
<version>2.5.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-mapreduce-client-jobclient</artifactId>
|
||||
<version>2.5.1</version>
|
||||
<!-- Include the test jar to reuse Hadoop testing utils -->
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
<groupId>com.google.code.findbugs</groupId>
|
||||
<artifactId>jsr305</artifactId>
|
||||
<version>3.0.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -22,10 +22,15 @@
|
|||
<artifactId>grpc-client</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-client</artifactId>
|
||||
<version>2.7.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-mapreduce-client-jobclient</artifactId>
|
||||
<version>2.5.1</version>
|
||||
<version>2.7.2</version>
|
||||
<!-- Include the test jar to reuse Hadoop testing utils -->
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
|
|
Загрузка…
Ссылка в новой задаче