aboutsummaryrefslogtreecommitdiff
path: root/mllib/pom.xml
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2015-12-05 15:52:52 +0000
committerSean Owen <sowen@cloudera.com>2015-12-05 15:52:52 +0000
commit7da674851928ed23eb651a3e2f8233e7a684ac41 (patch)
treea13741bb5dc3766ee8a76a1635927defa1c85357 /mllib/pom.xml
parente9c9ae22b96e08e5bb40a029e84d342efb1aec0c (diff)
downloadspark-7da674851928ed23eb651a3e2f8233e7a684ac41.tar.gz
spark-7da674851928ed23eb651a3e2f8233e7a684ac41.tar.bz2
spark-7da674851928ed23eb651a3e2f8233e7a684ac41.zip
[SPARK-11988][ML][MLLIB] Update JPMML to 1.2.7
Update JPMML pmml-model to 1.2.7 Author: Sean Owen <sowen@cloudera.com> Closes #9972 from srowen/SPARK-11988.
Diffstat (limited to 'mllib/pom.xml')
-rw-r--r--mllib/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mllib/pom.xml b/mllib/pom.xml
index 70139121d8..df50aca1a3 100644
--- a/mllib/pom.xml
+++ b/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>
<exclusions>
<exclusion>
<groupId>com.sun.xml.fastinfoset</groupId>