Skip to content

Commit 95e526c

Browse files
committed
Revert "Excluding hadoop gpl-compression dep to fix build"
This reverts commit 45085ef.
1 parent ec5691a commit 95e526c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

+1-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ lazy val sparkUtils = (project in file("util-spark")).
112112
"org.apache.hadoop" % "hadoop-aws" % "2.6.0",
113113
"com.indix" % "dfs-datastores" % "2.0.21" excludeAll(
114114
ExclusionRule(organization = "org. apache.hadoop"),
115-
ExclusionRule(organization = "org.eclipse.jetty"),
116-
ExclusionRule(organization = "com.hadoop.gplcompression")
115+
ExclusionRule(organization = "org.eclipse.jetty")
117116
),
118117
"org.apache.parquet" % "parquet-avro" % "1.8.1",
119118
"org.bdgenomics.utils" %% "utils-misc" % "0.2.13"

0 commit comments

Comments
 (0)