Skip to content
Snippets Groups Projects
Commit 6d506c9a authored by Villu Ruusmann's avatar Villu Ruusmann Committed by Sean Owen
Browse files

[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.
parent e451f7f0
No related branches found
No related tags found
No related merge requests found
......@@ -137,9 +137,8 @@ parquet-generator-1.7.0.jar
parquet-hadoop-1.7.0.jar
parquet-hadoop-bundle-1.6.0.jar
parquet-jackson-1.7.0.jar
pmml-agent-1.2.7.jar
pmml-model-1.2.7.jar
pmml-schema-1.2.7.jar
pmml-model-1.2.15.jar
pmml-schema-1.2.15.jar
protobuf-java-2.5.0.jar
py4j-0.10.1.jar
pyrolite-4.9.jar
......
......@@ -144,9 +144,8 @@ parquet-generator-1.7.0.jar
parquet-hadoop-1.7.0.jar
parquet-hadoop-bundle-1.6.0.jar
parquet-jackson-1.7.0.jar
pmml-agent-1.2.7.jar
pmml-model-1.2.7.jar
pmml-schema-1.2.7.jar
pmml-model-1.2.15.jar
pmml-schema-1.2.15.jar
protobuf-java-2.5.0.jar
py4j-0.10.1.jar
pyrolite-4.9.jar
......
......@@ -144,9 +144,8 @@ parquet-generator-1.7.0.jar
parquet-hadoop-1.7.0.jar
parquet-hadoop-bundle-1.6.0.jar
parquet-jackson-1.7.0.jar
pmml-agent-1.2.7.jar
pmml-model-1.2.7.jar
pmml-schema-1.2.7.jar
pmml-model-1.2.15.jar
pmml-schema-1.2.15.jar
protobuf-java-2.5.0.jar
py4j-0.10.1.jar
pyrolite-4.9.jar
......
......@@ -152,9 +152,8 @@ parquet-generator-1.7.0.jar
parquet-hadoop-1.7.0.jar
parquet-hadoop-bundle-1.6.0.jar
parquet-jackson-1.7.0.jar
pmml-agent-1.2.7.jar
pmml-model-1.2.7.jar
pmml-schema-1.2.7.jar
pmml-model-1.2.15.jar
pmml-schema-1.2.15.jar
protobuf-java-2.5.0.jar
py4j-0.10.1.jar
pyrolite-4.9.jar
......
......@@ -153,9 +153,8 @@ parquet-generator-1.7.0.jar
parquet-hadoop-1.7.0.jar
parquet-hadoop-bundle-1.6.0.jar
parquet-jackson-1.7.0.jar
pmml-agent-1.2.7.jar
pmml-model-1.2.7.jar
pmml-schema-1.2.7.jar
pmml-model-1.2.15.jar
pmml-schema-1.2.15.jar
protobuf-java-2.5.0.jar
py4j-0.10.1.jar
pyrolite-4.9.jar
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment