[project] gets rid of duplicated JAF library (IDEA-CR-42576)

This commit is contained in:
Roman Shevchenko
2019-01-29 11:28:25 +01:00
parent 2bc6e2b57d
commit 1920e87dfe
3 changed files with 8 additions and 4 deletions
+6 -4
View File
@@ -1,14 +1,16 @@
<component name="libraryTable">
1<component name="libraryTable">
<library name="jaxb-api" type="repository">
<properties maven-id="javax.xml.bind:jaxb-api:2.3.1" />
<properties maven-id="javax.xml.bind:jaxb-api:2.3.1">
<exclude>
<dependency maven-id="javax.activation:javax.activation-api" />
</exclude>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0-sources.jar!/" />
</SOURCES>
</library>
</component>
+1
View File
@@ -60,6 +60,7 @@
</library>
</orderEntry>
<orderEntry type="library" name="jaxb-api" level="project" />
<orderEntry type="library" name="javax.activation" level="project" />
<orderEntry type="library" scope="RUNTIME" name="jaxb-runtime" level="project" />
</component>
<component name="copyright">
+1
View File
@@ -37,6 +37,7 @@
<orderEntry type="library" name="ini4j" level="project" />
<orderEntry type="library" name="OroMatcher" level="project" />
<orderEntry type="library" name="jaxb-api" level="project" />
<orderEntry type="library" name="javax.activation" level="project" />
<orderEntry type="library" scope="RUNTIME" name="jaxb-runtime" level="project" />
</component>
</module>