Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 4627a61

Browse files
authored
make commons-lang3 a direct dependency (so we can drop it in cpg) (#229)
1 parent f329cbc commit 4627a61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ libraryDependencies ++= Seq(
1212
"io.shiftleft" %% "codepropertygraph" % cpgVersion,
1313
"io.shiftleft" %% "codepropertygraph-protos" % cpgVersion,
1414
"io.shiftleft" %% "semanticcpg" % cpgVersion,
15+
"org.apache.commons" % "commons-lang3" % "3.5",
1516

1617
"commons-cli" % "commons-cli" % "1.4",
1718
"com.github.pathikrit" %% "better-files" % "3.8.0",

0 commit comments

Comments
 (0)