Skip to content

Commit

Permalink
fix provider lookup issue found via tck
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Jan 21, 2022
1 parent e567700 commit 2f8a47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/jakarta.json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<target>
<replace file="${project.build.directory}/generated-sources/dependencies/jakarta/json/spi/JsonProvider.java">
<replacefilter>
<replacetoken><![CDATA[org.glassfish.json.JsonProviderImpl]]></replacetoken>
<replacetoken><![CDATA[org.eclipse.jsonp.JsonProviderImpl]]></replacetoken>
<replacevalue><![CDATA[org.eclipse.parsson.JsonProviderImpl]]></replacevalue>
</replacefilter>
</replace>
Expand Down

0 comments on commit 2f8a47a

Please sign in to comment.