Skip to content

Commit

Permalink
[SPARK-1406] Exclude transitive dependency for pmml model
Browse files Browse the repository at this point in the history
  • Loading branch information
selvinsource committed Apr 21, 2015
1 parent 66b7c12 commit dea98ca
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions mllib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,19 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-model</artifactId>
<version>1.1.15</version>
<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>
Expand Down

0 comments on commit dea98ca

Please sign in to comment.