mirror of
https://github.com/apache/sqoop.git
synced 2025-05-03 03:59:18 +08:00
SQOOP-3443: Bump Apache Avro to 1.9.0
This commit is contained in:
parent
cee4ab15c7
commit
d4e473526c
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
javaSourceCompatibilityVersion=1.8
|
javaSourceCompatibilityVersion=1.8
|
||||||
|
|
||||||
avroVersion=1.8.1
|
avroVersion=1.9.0
|
||||||
parquetVersion=1.9.0
|
parquetVersion=1.9.0
|
||||||
hadoopVersion=2.9.2
|
hadoopVersion=2.9.2
|
||||||
aspectjVersion=1.7.4
|
aspectjVersion=1.7.4
|
||||||
|
@ -29,7 +29,7 @@ dependencies {
|
|||||||
exclude module: 'netty'
|
exclude module: 'netty'
|
||||||
exclude group: 'org.apache.velocity', module: 'velocity'
|
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.slf4j', module: 'slf4j-api'
|
||||||
exclude group: 'org.mortbay.jetty', module: 'jetty'
|
exclude group: 'org.mortbay.jetty', module: 'jetty'
|
||||||
exclude group: 'org.mortbay.jetty', module: 'jetty-util'
|
exclude group: 'org.mortbay.jetty', module: 'jetty-util'
|
||||||
|
Loading…
Reference in New Issue
Block a user