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:07:44 UTC

[03/50] [abbrv] incubator-predictionio git commit: Fix integration tests

Fix integration tests


Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/a2301b98
Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/a2301b98
Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/a2301b98

Branch: refs/heads/master
Commit: a2301b986f3f6460c0768b758f0e50513bcdfbb6
Parents: 6620784
Author: Donald Szeto <do...@apache.org>
Authored: Sun Sep 18 12:01:15 2016 -0700
Committer: Donald Szeto <do...@apache.org>
Committed: Sun Sep 18 12:01:15 2016 -0700

----------------------------------------------------------------------
 tests/pio_tests/engines/recommendation-engine/build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/a2301b98/tests/pio_tests/engines/recommendation-engine/build.sbt
----------------------------------------------------------------------
diff --git a/tests/pio_tests/engines/recommendation-engine/build.sbt b/tests/pio_tests/engines/recommendation-engine/build.sbt
index 7650e15..52e8742 100644
--- a/tests/pio_tests/engines/recommendation-engine/build.sbt
+++ b/tests/pio_tests/engines/recommendation-engine/build.sbt
@@ -24,6 +24,6 @@ name := "template-scala-parallel-recommendation"
 organization := "org.apache.predictionio"
 
 libraryDependencies ++= Seq(
-  "org.apache.predictionio" %% "predictionio-core" % pioVersion.value % "provided",
+  "org.apache.predictionio" %% "apache-predictionio-core" % pioVersion.value % "provided",
   "org.apache.spark"        %% "spark-core"        % "1.3.0" % "provided",
   "org.apache.spark"        %% "spark-mllib"       % "1.3.0" % "provided")