[
https://issues.apache.org/jira/browse/PIO-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16611837#comment-16611837
]
ASF GitHub Bot commented on PIO-164:
------------------------------------
GitHub user takezoe opened a pull request:
https://github.com/apache/predictionio-sdk-java/pull/7
PIO-164 Fix dependency and package name in examples
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/takezoe/predictionio-sdk-java
PIO-164_fix_examples
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/predictionio-sdk-java/pull/7.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #7
----
commit 98970c87f788f030d118c095549455a704306d65
Author: Naoki Takezoe <takezoe@...>
Date: 2018-09-12T09:42:37Z
PIO-164 Fix dependency and package name in examples
----
> Update JavaSDK's examples correctly
> -----------------------------------
>
> Key: PIO-164
> URL: https://issues.apache.org/jira/browse/PIO-164
> Project: PredictionIO
> Issue Type: Bug
> Components: Java SDK
> Reporter: Naoki Takezoe
> Assignee: Naoki Takezoe
> Priority: Major
>
> Dependency to java-sdk in examples is now as below:
> {code:xml}
> <dependency>
> <groupId>org.apache.predictionio</groupId>
> <artifactId>client</artifactId>
> <version>0.13.0</version>
> </dependency>
> {code}
> But I guess correct one is below:
> {code:xml}
> <dependency>
> <groupId>org.apache.predictionio</groupId>
> <artifactId>predictionio-sdk-java-client</artifactId>
> <version>0.13.0</version>
> </dependency>
> {code}
> Also a package name in source code is wrong. They need to be updated
> correctly.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)