You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2020/02/11 20:24:20 UTC

[activemq] 02/03: [AMQ-7400] Fix OSGi statement about sun.rmi

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git

commit b7dca5e0738639f2bffe7f97b9c782372fc2188e
Author: jbonofre <jb...@apache.org>
AuthorDate: Tue Feb 11 21:22:28 2020 +0100

    [AMQ-7400] Fix OSGi statement about sun.rmi
---
 activemq-osgi/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index 2c31c4b..f0158b6 100644
--- a/activemq-osgi/pom.xml
+++ b/activemq-osgi/pom.xml
@@ -41,6 +41,7 @@
       !com.google.j2objc.annotations,
       sun.misc*;resolution:=optional,
       sun.nio*;resolution:=optional,
+      sun.rmi*;resolution:=optional,
       javax.jmdns*;resolution:=optional,
       javax.resource*;resolution:=optional,
       javax.servlet*;resolution:=optional,