mirror of https://github.com/apache/jclouds.git
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:
parent
b3907f7f88
commit
e5d745049f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue