Hi Bansari, For production template, please used release artifacts on the central Maven repository: http://search.maven.org/#artifactdetails%7Corg.apache.predictionio%7Capache-predictionio-core_2.10%7C0.10.0-incubating%7Cjar
In your case, please use "org.apache.predictionio" %% "apache-predictionio-core" % "0.10.0-incubating" % "provided" in your template's build.sbt. Regards, Donald On Tue, Oct 11, 2016 at 1:11 PM, Bansari Shah <[email protected]> wrote: > Hi, > I have cloned incubator-predictionIO_0.10.0, and did > ./make-distribution.sh, it generated PredictionIO_0.11.0-SNAPSHOT > directory. > > My template is running properly with predictionIO-0.9.7Snapshot in that > case, > > build.sbt contains: > > "org.apache.predictionio" %% "core" % "0.9.7-SNAPSHOT" % "provided" > > I am trying to build this template with new artifacts. In that case i changed > > build.sbt by: > > "org.apache.predictionio" %% "core" % "0.10.0" % "provided", > > or > > "org.apache.predictionio" %% "core" % "0.11.0-SNAPSHOT" % "provided", > > and > > *sbt.version = 0.13.12* > > In all of above cases while building with new artifacts, it shows error: > > [error] (*:update) sbt.ResolveException: unresolved dependency: > org.apache.predictionio#core_2.10;0.10.0: not found > > [error] (*:ssExtractDependencies) sbt.ResolveException: unresolved > dependency: org.apache.predictionio#core_2.10;0.10.0: not found > same in other case of 0.11.0-SNAPSHOT > > Please guide me how to solve this dependency issue. > > Thank you > > Regards, > > Bansari > > > >
