Merge pull request #8529 from KonduitAI/ab_jackson

nd4j-jackson: exclude java.xml.stream.XML*Factory from service loader
master
Alex Black 2019-12-13 22:13:47 +11:00 committed by GitHub
commit 4bcc1eee11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -240,6 +240,17 @@
</relocation> </relocation>
</relocations> </relocations>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/services/javax.xml.stream.XMLOutputFactory</exclude>
<exclude>META-INF/services/javax.xml.stream.XMLInputFactory</exclude>
<exclude>META-INF/services/javax.xml.stream.XMLEventFactory</exclude>
</excludes>
</filter>
</filters>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>