Add JAXB as library (since JDK 9 does no longer include it by default)
This commit is contained in:
parent
6743c93ee1
commit
61614e4d3e
|
@ -2,7 +2,11 @@
|
|||
<classpath>
|
||||
<classpathentry kind="src" path="source"/>
|
||||
<classpathentry kind="src" path="test"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
||||
<attributes>
|
||||
<attribute name="module" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="lib" path="lib/ivy/bundle/args4j.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jars/jacksum.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jars/simmetrics.jar"/>
|
||||
|
@ -37,5 +41,8 @@
|
|||
<classpathentry kind="lib" path="lib/ivy/jar/metadata-extractor.jar" sourcepath="lib/ivy/source/metadata-extractor.jar"/>
|
||||
<classpathentry kind="lib" path="lib/ivy/jar/xmpcore.jar"/>
|
||||
<classpathentry kind="lib" path="lib/ivy/jar/glazedlists_java16.jar"/>
|
||||
<classpathentry kind="lib" path="lib/ivy/jar/jaxb-api.jar"/>
|
||||
<classpathentry kind="lib" path="lib/ivy/jar/jaxb-impl.jar"/>
|
||||
<classpathentry kind="lib" path="lib/ivy/jar/activation.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
1
ivy.xml
1
ivy.xml
|
@ -11,6 +11,7 @@
|
|||
<dependency rev="59.1" org="com.ibm.icu" name="icu4j" />
|
||||
<dependency rev="1.10.2" org="org.jsoup" name="jsoup" />
|
||||
<dependency rev="1.6" org="org.tukaani" name="xz" />
|
||||
<dependency rev="2.3.0" org="javax.xml.bind" name="jaxb-api" />
|
||||
<dependency rev="4.9.12" org="com.cedarsoftware" name="json-io" />
|
||||
<dependency rev="2.5" org="commons-io" name="commons-io" />
|
||||
<dependency rev="3.6" org="commons-net" name="commons-net" />
|
||||
|
|
Loading…
Reference in New Issue