Skip to content

Commit

Permalink
Updated JPMML-SparkML dependency. Fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Jun 25, 2017
1 parent 59b73b6 commit e44ebf9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-sparkml</artifactId>
<version>1.1.10</version>
<version>1.1.11</version>
<exclusions>
<exclusion>
<groupId>com.beust</groupId>
Expand Down Expand Up @@ -53,6 +53,10 @@
</filter>
</filters>
<relocations>
<relocation>
<pattern>com.google.common</pattern>
<shadedPattern>com.shaded.google.common</shadedPattern>
</relocation>
<relocation>
<pattern>org.dmg.pmml</pattern>
<shadedPattern>org.shaded.dmg.pmml</shadedPattern>
Expand Down

0 comments on commit e44ebf9

Please sign in to comment.