added filesystem into the allblobstore bundle

This commit is contained in:
Adrian Cole 2011-01-02 10:37:35 +01:00
parent d71977618f
commit c195c17aae
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jclouds-filesystem</artifactId>
<groupId>org.jclouds.api</groupId>
<artifactId>filesystem</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>