This is an automated email from the ASF dual-hosted git repository. emergentorder pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/predictionio.git
commit 22e3d6d1e91fe8bdce382104ebb34d358a0110a8 Author: Alex Merritt <[email protected]> AuthorDate: Sat Oct 6 19:59:20 2018 -0500 Revert build.sbt change --- common/build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/common/build.sbt b/common/build.sbt index 89b578d..19e4f04 100644 --- a/common/build.sbt +++ b/common/build.sbt @@ -22,7 +22,6 @@ name := "apache-predictionio-common" libraryDependencies ++= Seq( "io.spray" %% "spray-can" % "1.3.3", "io.spray" %% "spray-routing" % "1.3.3", - "org.apache.commons" % "commons-lang3" % "3.5", "com.typesafe.akka" %% "akka-actor" % akkaVersion.value, "com.typesafe.akka" %% "akka-slf4j" % akkaVersion.value)
