This repository was archived by the owner on Jun 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change 205
205
<type >bundle</type >
206
206
<scope >provided</scope >
207
207
</dependency >
208
- <!-- Uncomment for OpenStack Swift
208
+ <!-- Enable OpenStack Swift -->
209
209
<dependency >
210
210
<groupId >org.jclouds.common</groupId >
211
211
<artifactId >openstack-common</artifactId >
220
220
<type >bundle</type >
221
221
<scope >provided</scope >
222
222
</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 -->
224
231
<dependency >
225
232
<groupId >org.jclouds.common</groupId >
226
233
<artifactId >aws-common</artifactId >
242
249
<type >bundle</type >
243
250
<scope >provided</scope >
244
251
</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
+
245
268
<dependency >
246
269
<groupId >org.apache.servicemix.bundles</groupId >
247
270
<artifactId >org.apache.servicemix.bundles.aopalliance</artifactId >
You can’t perform that action at this time.
0 commit comments