Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2022-01-10 18:56:14 +0000
committerThomas Watson2022-01-10 21:20:17 +0000
commit810982621ef2c8dbae0e9fac77cbb86eba483122 (patch)
treebd6da49b535b2e867cc3c9d3775cb8dd66b11834
parent0e25c9c81ddbda7f332080076b8f28629480b02d (diff)
downloadrt.equinox.framework-810982621ef2c8dbae0e9fac77cbb86eba483122.tar.gz
rt.equinox.framework-810982621ef2c8dbae0e9fac77cbb86eba483122.tar.xz
rt.equinox.framework-810982621ef2c8dbae0e9fac77cbb86eba483122.zip
Bug 578138 - Framework should optionally require jdk.unsupportedI20220110-1800
Change-Id: Ide50576f7ac5e171fecaf9b54d4d04dcb00a16b3 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/189445
-rw-r--r--bundles/org.eclipse.osgi/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/pom.xml b/bundles/org.eclipse.osgi/pom.xml
index 3ee2061e9..0df0bf2c3 100644
--- a/bundles/org.eclipse.osgi/pom.xml
+++ b/bundles/org.eclipse.osgi/pom.xml
@@ -50,6 +50,7 @@
<moduleInfoSource>
open module org.eclipse.osgi {
requires java.xml;
+ requires static jdk.unsupported;
exports org.eclipse.equinox.log;
exports org.eclipse.osgi.container;

Back to the top