gtully commented on code in PR #4706:
URL: https://github.com/apache/activemq-artemis/pull/4706#discussion_r1420238748
##########
artemis-core-client-osgi/pom.xml:
##########
@@ -74,6 +74,7 @@
<Embed-Dependency>*;scope=compile|runtime;groupId=org.apache.activemq</Embed-Dependency>
<Import-Package>
org.glassfish.json*;resolution:=optional,
+ de.dentrassi.crypto.pem;resolution:=optional,
Review Comment:
I want the broker and broker client to be able to work out of the box with
out additional deps when the PEM type is configured. In karaf container land,
it is java focused so the need for raw pem may never arise. If the features
need to be updated in the future we can wrap the dependencies etc, at the
moment there are no osgi bundles in central.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]