mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[project] gets rid of duplicated JAF library (IDEA-CR-42576)
This commit is contained in:
Generated
+6
-4
@@ -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>
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user