You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ac...@apache.org on 2020/02/18 14:51:23 UTC

[servicemix-bundles] 01/02: [SM-4311] servicemix bundle for apache-pulsar 2.4.2 missing imports and exports

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git

commit 07fc05457ae89f0fd6752b95223c9d0fe1dd7d72
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 18 15:45:01 2020 +0100

    [SM-4311] servicemix bundle for apache-pulsar 2.4.2 missing imports and exports
---
 pom.xml                     |  1 +
 pulsar-client-2.4.2/pom.xml | 10 ++++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 630b98e..553383e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
     <modules>
         <module>spring-batch-core-4.0.2.RELEASE</module>
         <module>spring-batch-core-3.0.10.RELEASE</module>
+        <module>pulsar-client-2.4.2</module>
     </modules>
 
 </project>
diff --git a/pulsar-client-2.4.2/pom.xml b/pulsar-client-2.4.2/pom.xml
index 9ec3dc6..49197ea 100644
--- a/pulsar-client-2.4.2/pom.xml
+++ b/pulsar-client-2.4.2/pom.xml
@@ -47,10 +47,16 @@
         <pkgArtifactId>pulsar-client</pkgArtifactId>
         <pkgVersion>2.4.2</pkgVersion>
         <servicemix.osgi.export.pkg>
-            org.apache.pulsar
+            com.scurrilous.circe.*,
+            org.apache.pulsar,
+            org.apache.pulsar.*
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-
+            javax.security.cert,
+            org.slf4j,
+            javax.naming,javax.net.ssl,
+            net.jpountz.lz4,
+            org.w3c.dom
         </servicemix.osgi.import.pkg>
     </properties>