Skip to content

Commit dea98ca

Browse files
committed
[SPARK-1406] Exclude transitive dependency for pmml model
1 parent 66b7c12 commit dea98ca

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

mllib/pom.xml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,19 @@
110110
<scope>test</scope>
111111
</dependency>
112112
<dependency>
113-
<groupId>org.jpmml</groupId>
114-
<artifactId>pmml-model</artifactId>
115-
<version>1.1.15</version>
113+
<groupId>org.jpmml</groupId>
114+
<artifactId>pmml-model</artifactId>
115+
<version>1.1.15</version>
116+
<exclusions>
117+
<exclusion>
118+
<groupId>com.sun.xml.fastinfoset</groupId>
119+
<artifactId>FastInfoset</artifactId>
120+
</exclusion>
121+
<exclusion>
122+
<groupId>com.sun.istack</groupId>
123+
<artifactId>istack-commons-runtime</artifactId>
124+
</exclusion>
125+
</exclusions>
116126
</dependency>
117127
</dependencies>
118128
<profiles>

0 commit comments

Comments
 (0)