Skip to content

Commit

Permalink
Merge pull request #189 from ing-bank/fix/vulnerabilities
Browse files Browse the repository at this point in the history
exclude avro dependency from hadoop common
  • Loading branch information
kr7ysztof committed Nov 15, 2023
2 parents 47b992c + 1bf502c commit b70acde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ libraryDependencies ++= Seq(
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.470",
"org.apache.kafka" % "kafka-clients" % "3.4.0",
"org.apache.ranger" % "ranger-plugins-common" % "2.4.0" exclude("org.eclipse.jetty", "jetty-io") exclude("com.amazonaws", "aws-java-sdk-bundle") exclude("org.elasticsearch", "elasticsearch-x-content") exclude("org.elasticsearch", "elasticsearch") exclude("org.apache.hadoop", "hadoop-common"),
"org.apache.hadoop" % "hadoop-common" % "3.3.5" exclude("org.apache.hadoop.thirdparty", "hadoop-shaded-protobuf_3_7") exclude("org.eclipse.jetty", "jetty-io") exclude("org.apache.zookeeper", "zookeeper") exclude("com.google.protobuf", "protobuf-java"), //needed for ranger 2.3.0 - if vulnerabilities are fixed remove this
"org.apache.hadoop" % "hadoop-common" % "3.3.6" exclude("org.apache.hadoop.thirdparty", "hadoop-shaded-protobuf_3_7") exclude("org.eclipse.jetty", "jetty-io") exclude("org.apache.zookeeper", "zookeeper") exclude("com.google.protobuf", "protobuf-java") exclude("org.apache.avro", "avro"), //needed for ranger 2.3.0 - if vulnerabilities are fixed remove this
"com.lightbend.akka" %% "akka-stream-alpakka-xml"% "3.0.4",
"io.dropwizard.metrics" % "metrics-core" % metricVersion,
"io.dropwizard.metrics" % "metrics-jmx" % metricVersion,
Expand Down

0 comments on commit b70acde

Please sign in to comment.