Issue 513:change driver library dependency from provided to compile

This commit is contained in:
Adrian Cole 2011-03-27 20:07:57 -07:00
parent 37f66d6eed
commit f1e609db5e
6 changed files with 5 additions and 6 deletions

View File

@ -62,7 +62,7 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1</version>
<scope>provided</scope>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>

View File

@ -61,7 +61,7 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
<version>1.45</version>
<scope>provided</scope>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

View File

@ -61,7 +61,7 @@
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>1.6.2</version>
<scope>provided</scope>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

View File

@ -65,7 +65,7 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<scope>provided</scope>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>

View File

@ -61,7 +61,7 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<scope>provided</scope>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

View File

@ -305,7 +305,6 @@ public class CloudSigmaClientLiveTest {
client.destroyDrive(drive.getUuid());
}
client.destroyStaticIP(ip.getAddress());
client.destroyStaticIP(ip2.getAddress());
}
}