This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch activemq-5.15.x in repository https://gitbox.apache.org/repos/asf/activemq.git
commit 359ae4b1985d9d4272411363cefc6308ea0741e0 Author: jbonofre <[email protected]> AuthorDate: Tue Feb 11 21:28:11 2020 +0100 [AMQ-7400] Fix OSGi headers for 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 53d8f79..3992b3f 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,
