Skip to content
Snippets Groups Projects
Commit 827ed03a authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Add missing jaxb dependency

The package has been removed in JavaSE-11.

Issue-Ref: 3620
Issue-Url: https://af3-developer.fortiss.org/issues/3620


Signed-off-by: default avatarAlexander Diewald <diewald@fortiss.org>
parent 110f057b
No related branches found
No related tags found
No related merge requests found
......@@ -22,9 +22,9 @@
<unit id="org.eclipse.sdk.feature.group" version="4.10.0.v20181206-1038"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.fx.runtime.feature.feature.group" version="3.5.0.201901310700"/>
<unit id="org.eclipse.fx.runtime.feature.feature.group" version="3.5.0.201902040700"/>
<repository location="https://download.eclipse.org/efxclipse/runtime-nightly/site"/>
<unit id="org.eclipse.fx.target.rcp.feature.feature.group" version="3.5.0.201901310700"/>
<unit id="org.eclipse.fx.target.rcp.feature.feature.group" version="3.5.0.201902040700"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="openjfx.standard.feature.feature.group" version="11.0.0.201901231300"/>
......@@ -38,6 +38,7 @@
<unit id="javax.servlet" version="3.1.0.v201410161800"/>
<unit id="javax.servlet.jsp" version="2.2.0.v201112011158"/>
<unit id="javax.xml.stream" version="1.0.1.v201004272200"/>
<unit id="com.sun.xml.bind" version="2.2.0.v201505121915"/>
</location>
</locations>
<launcherArgs>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment