Skip to content

Commit

Permalink
Remove hadoop dependency (#949)
Browse files Browse the repository at this point in the history
* Remove hadoop dependency

* Bump RC version

* Experiment test failures

* Exclude hadoop file

Co-authored-by: rkashyap <[email protected]>
  • Loading branch information
rakeshkashyap123 and rkashyap authored Jan 10, 2023
1 parent be81c3f commit bf01f24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jar {
}
exclude 'META-INF/*.RSA', 'META-INF/*.SF','META-INF/*.DSA'

// Explicitly exclude com/linkedin/data files from the final jar. They can cause issues in other downstream applications.
// Explicitly exclude com/linkedin/data and org/apache/hadoop files from the final jar. They can cause issues in other downstream applications.
exclude 'com/linkedin/data/**'
exclude 'org/apache/hadoop/**'
zip64 = true
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=0.10.3-rc7
version=0.10.3-rc8
SONATYPE_AUTOMATIC_RELEASE=true
POM_ARTIFACT_ID=feathr_2.12

0 comments on commit bf01f24

Please sign in to comment.