Github user gnodet commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1307#discussion_r119382149
--- Diff: artemis-features/src/main/resources/features.xml ---
@@ -54,8 +54,8 @@
<bundle
dependency="true">mvn:org.jboss.logging/jboss-logging/${jboss.logging.version}</bundle>
<bundle
dependency="true">mvn:org.jgroups/jgroups/${jgroups.version}</bundle>
- <bundle
dependency="true">mvn:org.apache.geronimo.specs/geronimo-json_1.0_spec/${json-p.spec.version}</bundle>
- <bundle
dependency="true">mvn:org.apache.johnzon/johnzon-core/${johnzon.version}</bundle>
+ <bundle
dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.json-api-1.1/2.8-SNAPSHOT</bundle>
--- End diff --
In karaf, we usually use the servicemix specs versions. They do work on
their own, while the geronimo ones need an additional bundle.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---