From 0b4af606e0db058854ceb1209e610ba7a431b89f Mon Sep 17 00:00:00 2001 From: Andrew Pielage Date: Tue, 10 Jan 2023 11:57:05 +0000 Subject: [PATCH] Increase jakarta.enterprise.util OSGi version range to encompass Jakarta EE 9.1 and 10 Signed-off-by: Andrew Pielage --- api/bnd.bnd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/bnd.bnd b/api/bnd.bnd index 7a80f412..97d04a98 100644 --- a/api/bnd.bnd +++ b/api/bnd.bnd @@ -1,7 +1,7 @@ -exportcontents: \ org.eclipse.microprofile.* Import-Package: \ - jakarta.enterprise.util;version="[2.0,3)", \ + jakarta.enterprise.util;version="[3.0,5)", \ * Bundle-SymbolicName: org.eclipse.microprofile.fault.tolerance # For reproducible builds