We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2baa0 commit 0f8d753Copy full SHA for 0f8d753
media/json-jettison/pom.xml
@@ -53,7 +53,14 @@
53
<extensions>true</extensions>
54
<configuration>
55
<instructions>
56
+ <!-- Explicitly set versions for packages from GlassFish to allow future uptake of GlassFish 7.x-->
57
+ <Import-Package>
58
+ jakarta.xml.bind.*;version="[3.0,5)",
59
+ *
60
+ </Import-Package>
61
+
62
<Export-Package>org.glassfish.jersey.jettison.*</Export-Package>
63
64
<!--<Import-Package>
65
com.sun.xml.bind.annotation;resolution:=optional,com.sun.xml.bind.v2.*;resolution:=optional, *
66
</Import-Package>-->
0 commit comments