From e5d745049f45c17ce97f91ec32f187083b370f69 Mon Sep 17 00:00:00 2001 From: "sharedocs1@gmail.com" Date: Thu, 17 Dec 2009 15:22:19 +0000 Subject: [PATCH] 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 --- aws/extensions/jets3t/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/aws/extensions/jets3t/pom.xml b/aws/extensions/jets3t/pom.xml index 2493dbd37b..d73625ce2a 100644 --- a/aws/extensions/jets3t/pom.xml +++ b/aws/extensions/jets3t/pom.xml @@ -47,6 +47,7 @@ net.java.dev.jets3t jets3t 0.7.1 + provided ${project.groupId}