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/11 17:32:32 UTC

[4/6] 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/b40103bb
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/b40103bb
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/b40103bb

Branch: refs/heads/1.8.x
Commit: b40103bb448e9b3480ca022df743042add2b8b7f
Parents: ddfc32f
Author: Andrew Phillips <an...@apache.org>
Authored: Fri Oct 10 15:08:49 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Fri Oct 10 15:10:04 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/b40103bb/feature/src/main/resources/feature.xml
----------------------------------------------------------------------
diff --git a/feature/src/main/resources/feature.xml b/feature/src/main/resources/feature.xml
index a42a550..ec55bbc 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>