Skip to content

Commit 6f65d1f

Browse files
stheppistheppi
andauthored
Remove Hadoop protobuf shaded (lensesio#202)
* Remove Hadoop protobuf shaded * Apply the linter --------- Co-authored-by: stheppi <jenkins@lenses.io>
1 parent 9bd04f7 commit 6f65d1f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

project/Dependencies.scala

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ object Dependencies {
138138
val jedisVersion = "5.1.5"
139139
val gsonVersion = "2.11.0"
140140

141-
val classGraphVersion = "4.8.179"
142-
val nimbusJoseJwtVersion = "9.47"
143-
val hadoopVersion = "3.4.0"
144-
val hadoopShadedProtobufVersion = "1.2.0"
141+
val classGraphVersion = "4.8.179"
142+
val nimbusJoseJwtVersion = "9.47"
143+
val hadoopVersion = "3.4.0"
144+
//val hadoopShadedProtobufVersion = "1.2.0"
145145

146146
val airCompressorVersion = "2.0.2"
147147
val zstdVersion = "1.5.6-8"
@@ -276,9 +276,9 @@ object Dependencies {
276276
hiveExcludes("org.apache.hadoop" % "hadoop-mapreduce-client" % hadoopVersion)
277277
lazy val hadoopMapReduceClientCore: ModuleID =
278278
hiveExcludes("org.apache.hadoop" % "hadoop-mapreduce-client-core" % hadoopVersion)
279-
lazy val hadoopShadedProtobuf: ModuleID =
279+
/* lazy val hadoopShadedProtobuf: ModuleID =
280280
hiveExcludes("org.apache.hadoop.thirdparty" % "hadoop-shaded-protobuf_3_21" % hadoopShadedProtobufVersion)
281-
281+
*/
282282
lazy val calciteCore = hiveExcludes("org.apache.calcite" % "calcite-core" % calciteVersion)
283283
.excludeAll(ExclusionRule(organization = "io.swagger"))
284284
.excludeAll(ExclusionRule(organization = "io.netty"))
@@ -493,7 +493,7 @@ trait Dependencies {
493493
hadoopMapReduce,
494494
hadoopMapReduceClient,
495495
hadoopMapReduceClientCore,
496-
hadoopShadedProtobuf,
496+
//hadoopShadedProtobuf,
497497
commonsConfig,
498498
openCsv,
499499
jacksonCore,

0 commit comments

Comments
 (0)