Skip to content

Commit

Permalink
Update commons-io which is needed for apk
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Nov 18, 2024
1 parent dd690f6 commit bf2bfcb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions platform/frontends/jimple2cpg/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dependsOn(Projects.dataflowengineoss, Projects.x2cpg % "compile->compile;test->t

libraryDependencies ++= Seq(
"io.appthreat" %% "cpg2" % Versions.cpg,
"commons-io" % "commons-io" % "2.17.0",
"org.soot-oss" % "soot" % "4.6.0",
"org.scala-lang.modules" % "scala-asm" % "9.7.0-scala-2",
"org.ow2.asm" % "asm" % "9.7.1",
Expand All @@ -13,10 +14,6 @@ libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % Versions.scalatest % Test
)

excludeDependencies ++= Seq(
ExclusionRule("commons-io", "commons-io")
)

enablePlugins(JavaAppPackaging, LauncherJarPlugin)
trapExit := false
Test / fork := true
Expand Down

0 comments on commit bf2bfcb

Please sign in to comment.