Skip to content

Commit 21c6d8b

Browse files
committed
Change library dependency to provided
1 parent 3ad7472 commit 21c6d8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ object MyBuild extends Build {
2525
"amateras-repo" at "http://amateras.sourceforge.jp/mvn/"
2626
),
2727
libraryDependencies ++= Seq(
28-
"gitbucket" % "gitbucket-assembly" % "3.1.1",
29-
"com.typesafe.play" %% "twirl-compiler" % "1.0.2",
28+
"gitbucket" % "gitbucket-assembly" % "3.1.1" % "provided",
29+
"com.typesafe.play" %% "twirl-compiler" % "1.0.2" % "provided",
3030
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
3131
),
3232
javacOptions in compile ++= Seq("-target", "7", "-source", "7")

0 commit comments

Comments
 (0)