Skip to content

Commit

Permalink
Changed provided to optional scope
Browse files Browse the repository at this point in the history
  • Loading branch information
dszeto committed Oct 1, 2016
1 parent 01f5bef commit 5db129a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libraryDependencies ++= Seq(
"io.spray" %% "spray-can" % "1.3.3",
"io.spray" %% "spray-routing" % "1.3.3",
"io.spray" %% "spray-testkit" % "1.3.3" % "test",
"mysql" % "mysql-connector-java" % "5.1.37" % "provided",
"mysql" % "mysql-connector-java" % "5.1.37" % "optional",
"org.apache.hadoop" % "hadoop-common" % "2.6.2"
exclude("javax.servlet", "servlet-api"),
"org.apache.hbase" % "hbase-common" % "0.98.5-hadoop2",
Expand Down

0 comments on commit 5db129a

Please sign in to comment.