Skip to content

Commit

Permalink
tweak dependencies for EE 10 and 11
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Jun 28, 2024
1 parent 97f05e5 commit 930574a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion wsit/bundles/webservices-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,13 @@
!META-INF.*,
*
</Export-Package>
<!-- explicit API & grizzly to build against EE 11
and run on EE 10 at the same time -->
<Import-Package>
jakarta.annotation*;version=!,
jakarta.annotation*;version="[2.1,4)",
jakarta.security.auth.message*;version="[3.0,4)",
jakarta.servlet*;version="[6.0,7)",
org.glassfish.grizzly*;version="[4.0,5)",
com.sun.enterprise.webservice;resolution:=optional,
com.sun.net.httpserver;resolution:=optional,
com.sun.security.auth.callback;resolution:=optional,
Expand Down

0 comments on commit 930574a

Please sign in to comment.