We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5691a commit 95e526cCopy full SHA for 95e526c
build.sbt
@@ -112,8 +112,7 @@ lazy val sparkUtils = (project in file("util-spark")).
112
"org.apache.hadoop" % "hadoop-aws" % "2.6.0",
113
"com.indix" % "dfs-datastores" % "2.0.21" excludeAll(
114
ExclusionRule(organization = "org. apache.hadoop"),
115
- ExclusionRule(organization = "org.eclipse.jetty"),
116
- ExclusionRule(organization = "com.hadoop.gplcompression")
+ ExclusionRule(organization = "org.eclipse.jetty")
117
),
118
"org.apache.parquet" % "parquet-avro" % "1.8.1",
119
"org.bdgenomics.utils" %% "utils-misc" % "0.2.13"
0 commit comments