You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2016/10/07 22:08:30 UTC

[49/50] [abbrv] incubator-predictionio git commit: Changed provided to optional scope

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/master
Commit: 5db129aa94bb82674eb9c85c197cd6bb0afaea83
Parents: 01f5bef
Author: Donald Szeto <do...@apache.org>
Authored: Fri Sep 30 23:46:14 2016 -0700
Committer: Donald Szeto <do...@apache.org>
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",