Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

SQOOP-3443: Bump Apache Avro to 1.9.1 #82

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

javaSourceCompatibilityVersion=1.8

avroVersion=1.8.1
avroVersion=1.9.1
parquetVersion=1.9.0
hadoopVersion=2.9.2
aspectjVersion=1.7.4
Expand Down
2 changes: 1 addition & 1 deletion gradle/sqoop-package.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down