Skip to content

Commit 5a461c9

Browse files
authored
Merge pull request #242 from jGauravGupta/jsonb-api-export
Fix jsonb-api export package naming
2 parents 599481c + 87bc3c5 commit 5a461c9

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)