Github user vruusmann commented on a diff in the pull request:

    https://github.com/apache/spark/pull/9972#discussion_r45872359
  
    --- Diff: mllib/pom.xml ---
    @@ -109,7 +109,7 @@
         <dependency>
           <groupId>org.jpmml</groupId>
           <artifactId>pmml-model</artifactId>
    -      <version>1.1.15</version>
    +      <version>1.2.7</version>
    --- End diff --
    
    The `jpmml-model` is the top-level (ie. project) artifact. It provides 
"cover" for a list of modules, such as `pmml-model`, `pmml-schema`, 
`pmml-agent` etc.
    
    If you want to include PMML class model then a single `pmml-model` 
dependency will suffice. If you declared `jpmml-model` dependency, then you 
would get a bunch of unnecessary modules included in your build. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to