aboutsummaryrefslogtreecommitdiff
path: root/mllib/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mllib/pom.xml')
-rw-r--r--mllib/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/mllib/pom.xml b/mllib/pom.xml
index 5dfab36c76..a3c57ae260 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -109,6 +109,21 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.jpmml</groupId>
+ <artifactId>pmml-model</artifactId>
+ <version>1.1.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>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
<profiles>
<profile>