Skip to content

Commit

Permalink
fix: commons-codec becomes unnecessary for commons-compress 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Mar 9, 2024
1 parent 3d77464 commit 6d2d975
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,5 @@ testFrameworks += new TestFramework("wvlet.airspec.Framework")
libraryDependencies ++= Seq(
"org.wvlet.airframe" %% "airspec" % "24.3.0" % Test,
"org.apache.commons" % "commons-compress" % "1.26.1",
// commons-codec is necessary for commons-compress
"commons-codec" % "commons-codec" % "1.16.1",
"org.tukaani" % "xz" % "1.9"
)

0 comments on commit 6d2d975

Please sign in to comment.