1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Ensure correct version of javax.activation and JAXB end up in final repo

This commit is contained in:
Jonah Graham 2023-11-20 13:54:07 -05:00
parent ddc8470df6
commit 83f09f72d1
2 changed files with 5 additions and 2 deletions

View file

@ -22,8 +22,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.cdt.debug.core,
org.eclipse.ui.workbench,
org.eclipse.orbit.xml-apis-ext,
jakarta.activation-api,
jakarta.xml.bind-api
jakarta.activation-api;bundle-version="[1.2.2,2.0.0)",
jakarta.xml.bind-api;bundle-version="[2.3.3,3.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy

View file

@ -185,6 +185,9 @@
<bundle id="org.eclipse.cdt.remote.core" version="0.0.0"/>
<bundle id="org.eclipse.cdt.remote.core.source" version="0.0.0"/>
<bundle id="com.sun.xml.bind" version="0.0.0"/>
<bundle id="org.eclipse.orbit.xml-apis-ext" version="0.0.0"/>
<bundle id="jakarta.activation-api" version="1.2.2"/>
<bundle id="jakarta.xml.bind-api" version="2.3.3"/>
<bundle id="com.google.gson" version="0.0.0"/>
<bundle id="org.freemarker.freemarker" version="2.3.32.stable"/>
<bundle id="org.yaml.snakeyaml" version="0.0.0"/>