You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/10/12 21:19:22 UTC

[4/5] git commit: Removing references to azure-common from the azureblob feature

Removing references to azure-common from the azureblob feature

azure-common was folded into azureblob in jclouds/jclouds 6843e0c


Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/c0fe62bf
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/c0fe62bf
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/c0fe62bf

Branch: refs/heads/rem-cloudsigma
Commit: c0fe62bfdb2ae9540ffb9450eb88ddba96118fa1
Parents: 75040ea
Author: Andrew Phillips <an...@apache.org>
Authored: Fri Oct 10 15:08:49 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Sun Oct 12 14:49:31 2014 -0400

----------------------------------------------------------------------
 feature/src/main/resources/feature.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/c0fe62bf/feature/src/main/resources/feature.xml
----------------------------------------------------------------------
diff --git a/feature/src/main/resources/feature.xml b/feature/src/main/resources/feature.xml
index b2aa58b..afbc3f8 100644
--- a/feature/src/main/resources/feature.xml
+++ b/feature/src/main/resources/feature.xml
@@ -198,7 +198,6 @@ limitations under the License.
 
     <feature name='jclouds-azureblob' description='Azureblob' version='${project.version}' resolver='(obr)'>
         <feature version='${project.version}'>jclouds-blobstore</feature>
-        <bundle dependency='true'>mvn:org.apache.jclouds.common/azure-common/${jclouds.version}</bundle>
         <bundle>mvn:org.apache.jclouds.provider/azureblob/${jclouds.version}</bundle>
     </feature>