aboutsummaryrefslogtreecommitdiff
path: root/mllib/pom.xml
diff options
context:
space:
mode:
authorVillu Ruusmann <villu.ruusmann@gmail.com>2016-05-26 08:11:34 -0500
committerSean Owen <sowen@cloudera.com>2016-05-26 08:11:34 -0500
commit6d506c9ae9a2519d1a93e788ae5316d4f942d35d (patch)
treeb5cfd3acb4a909d4b772d5d6a9894af84e49a71e /mllib/pom.xml
parente451f7f0c3857cdbbca98e66928a97f797f2fc6b (diff)
downloadspark-6d506c9ae9a2519d1a93e788ae5316d4f942d35d.tar.gz
spark-6d506c9ae9a2519d1a93e788ae5316d4f942d35d.tar.bz2
spark-6d506c9ae9a2519d1a93e788ae5316d4f942d35d.zip
[SPARK-15523][ML][MLLIB] Update JPMML to 1.2.15
## What changes were proposed in this pull request? See https://issues.apache.org/jira/browse/SPARK-15523 This PR replaces PR #13293. It's isolated to a new branch, and contains some more squashed changes. ## How was this patch tested? 1. Executed `mvn clean package` in `mllib` directory 2. Executed `dev/test-dependencies.sh --replace-manifest` in the root directory. Author: Villu Ruusmann <villu.ruusmann@gmail.com> Closes #13297 from vruusmann/update-jpmml.
Diffstat (limited to 'mllib/pom.xml')
-rw-r--r--mllib/pom.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/mllib/pom.xml b/mllib/pom.xml
index c324afb2a2..2a59fcdff7 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -102,15 +102,11 @@
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-model</artifactId>
- <version>1.2.7</version>
+ <version>1.2.15</version>
<exclusions>
<exclusion>
- <groupId>com.sun.xml.fastinfoset</groupId>
- <artifactId>FastInfoset</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.istack</groupId>
- <artifactId>istack-commons-runtime</artifactId>
+ <groupId>org.jpmml</groupId>
+ <artifactId>pmml-agent</artifactId>
</exclusion>
</exclusions>
</dependency>