Skip to content

Commit

Permalink
Feature/pm 62906 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok-6point6 authored Mar 19, 2024
1 parent c6e0c8e commit 2e5cb69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data-quality-profiler/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ libraryDependencies += "org.apache.hadoop" % "hadoop-aws" % sparkVersion % "prov

libraryDependencies += "com.crealytics" %% "spark-excel" % "0.14.0"

dependencyOverrides += "org.apache.commons" % "commons-compress" % "1.26.0"
dependencyOverrides += "commons-io" % "commons-io" % "2.8.0"


libraryDependencies += "org.rogach" %% "scallop" % "4.0.4"

libraryDependencies += "org.apache.logging.log4j" % "log4j" % "2.16.0"
Expand Down

0 comments on commit 2e5cb69

Please sign in to comment.