Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit d880ebf

Browse files
author
Rustam Aliyev
committed
Include OpenStack Swift and Azure Blob support by default
1 parent d2a109f commit d880ebf

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

modules/core/pom.xml

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
<type>bundle</type>
206206
<scope>provided</scope>
207207
</dependency>
208-
<!-- Uncomment for OpenStack Swift
208+
<!-- Enable OpenStack Swift -->
209209
<dependency>
210210
<groupId>org.jclouds.common</groupId>
211211
<artifactId>openstack-common</artifactId>
@@ -220,7 +220,14 @@
220220
<type>bundle</type>
221221
<scope>provided</scope>
222222
</dependency>
223-
-->
223+
<dependency>
224+
<groupId>org.jclouds.api</groupId>
225+
<artifactId>openstack-keystone</artifactId>
226+
<version>${bundle.jclouds.version}</version>
227+
<type>bundle</type>
228+
<scope>provided</scope>
229+
</dependency>
230+
<!-- Enable Amazon S3 -->
224231
<dependency>
225232
<groupId>org.jclouds.common</groupId>
226233
<artifactId>aws-common</artifactId>
@@ -242,6 +249,22 @@
242249
<type>bundle</type>
243250
<scope>provided</scope>
244251
</dependency>
252+
<!-- Enable Windows Azure Blob -->
253+
<dependency>
254+
<groupId>org.jclouds.common</groupId>
255+
<artifactId>azure-common</artifactId>
256+
<version>${bundle.jclouds.version}</version>
257+
<type>bundle</type>
258+
<scope>provided</scope>
259+
</dependency>
260+
<dependency>
261+
<groupId>org.jclouds.provider</groupId>
262+
<artifactId>azureblob</artifactId>
263+
<version>${bundle.jclouds.version}</version>
264+
<type>bundle</type>
265+
<scope>provided</scope>
266+
</dependency>
267+
245268
<dependency>
246269
<groupId>org.apache.servicemix.bundles</groupId>
247270
<artifactId>org.apache.servicemix.bundles.aopalliance</artifactId>

0 commit comments

Comments
 (0)