Skip to content

Commit

Permalink
Bump version and update shadeJar to exclude guava dependencies (#258)
Browse files Browse the repository at this point in the history
* Bump version and update shadeJar to exclude guava dependencies

* comment
  • Loading branch information
Keqiu Hu authored Apr 25, 2019
1 parent 70b1132 commit 9143f6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ext.deps = [

allprojects {
group = "com.linkedin.tony"
project.version = "0.3.2"
project.version = "0.3.3"
}

task sourcesJar(type: Jar) {
Expand Down Expand Up @@ -108,6 +108,7 @@ subprojects {
shadowJar {
mergeServiceFiles()
dependencies {
exclude(dependency('com.google.guava:'))
exclude(dependency('com.sun.jersey:'))
exclude(dependency('com.sun.jersey.contribs:'))
exclude(dependency('org.apache.hadoop:'))
Expand Down

0 comments on commit 9143f6e

Please sign in to comment.