Made the JetS3t dependency 'provided' as it is assumed that the user will already have JetS3t in his/her project's classpath

git-svn-id: http://jclouds.googlecode.com/svn/trunk@2453 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
sharedocs1@gmail.com 2009-12-17 15:22:19 +00:00
parent b3907f7f88
commit e5d745049f
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
<groupId>net.java.dev.jets3t</groupId>
<artifactId>jets3t</artifactId>
<version>0.7.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>