[project] fixes exclusions in JAXB-runtime lib

This commit is contained in:
Roman Shevchenko
2019-01-05 11:43:25 +01:00
parent 8ff9289aeb
commit ea64baf8c8
+1 -1
View File
@@ -2,7 +2,7 @@
<library name="jaxb-runtime" type="repository">
<properties maven-id="org.glassfish.jaxb:jaxb-runtime:2.3.1">
<exclude>
<dependency maven-id="javax.activation-api" />
<dependency maven-id="javax.activation:javax.activation-api" />
<dependency maven-id="javax.xml.bind:jaxb-api" />
</exclude>
</properties>