5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-02 15:49:24 +08:00

SQOOP-3443: Bump Apache Avro to 1.9.0

This commit is contained in:
Fokko Driesprong 2019-06-27 13:52:02 +02:00
parent cee4ab15c7
commit d4e473526c
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
javaSourceCompatibilityVersion=1.8
avroVersion=1.8.1
avroVersion=1.9.0
parquetVersion=1.9.0
hadoopVersion=2.9.2
aspectjVersion=1.7.4

View File

@ -29,7 +29,7 @@ dependencies {
exclude module: 'netty'
exclude group: 'org.apache.velocity', module: 'velocity'
}
redist(group: 'org.apache.avro', name: 'avro-mapred', version: avroVersion, classifier: 'hadoop2') {
redist(group: 'org.apache.avro', name: 'avro-mapred', version: avroVersion) {
exclude group: 'org.slf4j', module: 'slf4j-api'
exclude group: 'org.mortbay.jetty', module: 'jetty'
exclude group: 'org.mortbay.jetty', module: 'jetty-util'