Repository: incubator-predictionio Updated Branches: refs/heads/release/0.10.0 01f5bef5a -> 5db129aa9
Changed provided to optional scope Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/5db129aa Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/5db129aa Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/5db129aa Branch: refs/heads/release/0.10.0 Commit: 5db129aa94bb82674eb9c85c197cd6bb0afaea83 Parents: 01f5bef Author: Donald Szeto <[email protected]> Authored: Fri Sep 30 23:46:14 2016 -0700 Committer: Donald Szeto <[email protected]> Committed: Fri Sep 30 23:46:14 2016 -0700 ---------------------------------------------------------------------- data/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/5db129aa/data/build.sbt ---------------------------------------------------------------------- diff --git a/data/build.sbt b/data/build.sbt index 0c33851..4526c39 100644 --- a/data/build.sbt +++ b/data/build.sbt @@ -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",
