You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@predictionio.apache.org by "Donald Szeto (JIRA)" <ji...@apache.org> on 2018/09/17 17:20:00 UTC

[jira] [Reopened] (PIO-164) Update JavaSDK's examples correctly

     [ https://issues.apache.org/jira/browse/PIO-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Szeto reopened PIO-164:
------------------------------

> 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
>             Fix For: 0.13.0 (Java SDK)
>
>
> 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)