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 44c7cc7 [SM-4528] Add azure storage internal packages as private
package of azure-storage-blob bundle
44c7cc7 is described below
commit 44c7cc7bc8ee0fdd18f3b8c58a81629563b99e71
Author: jbonofre <[email protected]>
AuthorDate: Wed Sep 16 09:57:29 2020 +0200
[SM-4528] Add azure storage internal packages as private package of
azure-storage-blob bundle
---
azure-storage-blob-12.8.0/pom.xml | 4 ++++
pom.xml | 2 ++
2 files changed, 6 insertions(+)
diff --git a/azure-storage-blob-12.8.0/pom.xml
b/azure-storage-blob-12.8.0/pom.xml
index 9bf306e..f3595c5 100644
--- a/azure-storage-blob-12.8.0/pom.xml
+++ b/azure-storage-blob-12.8.0/pom.xml
@@ -51,10 +51,14 @@
</servicemix.osgi.export.pkg>
<servicemix.osgi.import.pkg>
!com.azure.storage.blob*,
+ !com.azure.storage.internal*,
com.fasterxml.jackson*;version="[2.9,3)",
reactor*;version="[3,4)",
*
</servicemix.osgi.import.pkg>
+ <servicemix.osgi.private.pkg>
+ com.azure.storage.internal*
+ </servicemix.osgi.private.pkg>
</properties>
<dependencies>
diff --git a/pom.xml b/pom.xml
index 9ccfded..0acc4c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,6 +84,8 @@
<module>spring-security-taglibs-5.3.3.RELEASE</module>
<module>spring-security-test-5.3.3.RELEASE</module>
<module>spring-security-web-5.3.3.RELEASE</module>
+ <module>azure-storage-blob-12.8.0</module>
+ <module>azure-storage-common-12.8.0</module>
</modules>
</project>