Skip to content

Commit 87bc3c5

Browse files
committed
Fix jsonb-api export package naming
Signed-off-by: Gaurav Gupta <gaurav.gupta@payara.fish>
1 parent 599481c commit 87bc3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
<Specification-Version>${spec.specification.version}</Specification-Version>
349349
<Specification-Vendor>${vendor.name}</Specification-Vendor>
350350
<_nodefaultversion>false</_nodefaultversion>
351-
<Export-Package>javax.json.bind.*; version=${spec.version}</Export-Package>
351+
<Export-Package>jakarta.json.bind.*; version=${spec.version}</Export-Package>
352352
<_noee>true</_noee>
353353
</instructions>
354354
</configuration>

0 commit comments

Comments
 (0)