We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b7c12 commit dea98caCopy full SHA for dea98ca
mllib/pom.xml
@@ -110,9 +110,19 @@
110
<scope>test</scope>
111
</dependency>
112
<dependency>
113
- <groupId>org.jpmml</groupId>
114
- <artifactId>pmml-model</artifactId>
115
- <version>1.1.15</version>
+ <groupId>org.jpmml</groupId>
+ <artifactId>pmml-model</artifactId>
+ <version>1.1.15</version>
116
+ <exclusions>
117
+ <exclusion>
118
+ <groupId>com.sun.xml.fastinfoset</groupId>
119
+ <artifactId>FastInfoset</artifactId>
120
+ </exclusion>
121
122
+ <groupId>com.sun.istack</groupId>
123
+ <artifactId>istack-commons-runtime</artifactId>
124
125
+ </exclusions>
126
127
</dependencies>
128
<profiles>
0 commit comments