From d30b623b6caa78a6ca6089b282dd5ce94358829d Mon Sep 17 00:00:00 2001 From: Emily Jiang Date: Mon, 7 Nov 2022 22:26:55 +0000 Subject: [PATCH] Update bnd.bnd to allow this bundle manifest to work with EE 10 --- api/bnd.bnd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/bnd.bnd b/api/bnd.bnd index 2aad193a..e55a3021 100644 --- a/api/bnd.bnd +++ b/api/bnd.bnd @@ -2,4 +2,5 @@ org.eclipse.microprofile.* Bundle-SymbolicName: org.eclipse.microprofile.jwt Bundle-Name: MicroProfile JWT Auth Bundle -Bundle-License: Apache License, Version 2.0 \ No newline at end of file +Bundle-License: Apache License, Version 2.0 +Import-Package: jakarta.enterprise.util;version="[3.0,5)",jakarta.inject;version="[2.0,3)",jakarta.json;version="[2.0,3)" \ No newline at end of file