Skip to content

Commit

Permalink
remove unused guice dependency (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jul 24, 2017
1 parent fdf0e3b commit a14bca2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ lazy val root = Project(id = "sbt-testng-interface", base = file("."))
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.1"),
libraryDependencies ++= Seq(
"org.scala-sbt" % "test-interface" % "1.0" % "provided",
"org.testng" % "testng" % "6.9.13.6" % "provided",
"com.google.inject" % "guice" % "4.1.0" % "provided"))
"org.testng" % "testng" % "6.9.13.6" % "provided"))

lazy val testNGPlugin = Project(id = "sbt-testng-plugin", base = file("plugin"))
.settings(commonSettings: _*)
Expand Down

0 comments on commit a14bca2

Please sign in to comment.