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/servicemix-bundles.git
The following commit(s) were added to refs/heads/master by this push:
new 7d87f08 Fix pulsar-client bundle import
7d87f08 is described below
commit 7d87f080c1f5a7d7bc77a816e8243797b755174b
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Jan 7 11:07:50 2021 +0100
Fix pulsar-client bundle import
---
pulsar-client-2.7.0/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pulsar-client-2.7.0/pom.xml b/pulsar-client-2.7.0/pom.xml
index d6531d4..b192662 100644
--- a/pulsar-client-2.7.0/pom.xml
+++ b/pulsar-client-2.7.0/pom.xml
@@ -57,9 +57,9 @@
javax.security.cert,
org.slf4j,
javax.naming,javax.net.ssl,
- net.jpountz.lz4,
+ net.jpountz.lz4;resolution:=optional,
org.w3c.dom,
- io.airlift.compress.*
+ io.airlift.compress.*;resolution:=optional
</servicemix.osgi.import.pkg>
</properties>