-
Task
-
Resolution: Done
-
Blocker
-
None
-
None
-
---
-
---
In the client/shade/pom.xml:
<!-- Required by the artemis-jms-client -->
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
</dependency>
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
</dependency>
But wildfly-client-all shades artemis-commons, and it shades the JSONP API and Johnzon.
ehugonne1@redhat.com If I'm wrong about this, just reject this. It's also possible the comment is out of date but some other lib we shade in needs JSONP. I don't think so though.