removed bad xstream dependency

git-svn-id: http://jclouds.googlecode.com/svn/trunk@2012 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-10-31 00:40:19 +00:00
parent 73cd1e3241
commit f285e85ae7
4 changed files with 3 additions and 20 deletions

View File

@ -52,13 +52,6 @@
<type>test-jar</type> <type>test-jar</type>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -60,12 +60,6 @@
<type>test-jar</type> <type>test-jar</type>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>jclouds-httpnio</artifactId> <artifactId>jclouds-httpnio</artifactId>
@ -135,8 +129,10 @@
</goals> </goals>
<configuration> <configuration>
<!-- to keep garbage from previous tests from affecting the performance of the next --> <!-- to keep garbage from previous tests from affecting the performance of the next -->
<!--
<forkMode>pertest</forkMode> <forkMode>pertest</forkMode>
<parallel>classes</parallel> <parallel>classes</parallel>
-->
<threadCount>1</threadCount> <threadCount>1</threadCount>
</configuration> </configuration>
</execution> </execution>

View File

@ -54,11 +54,5 @@
<type>test-jar</type> <type>test-jar</type>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -40,7 +40,7 @@
<module>core</module> <module>core</module>
</modules> </modules>
<properties> <properties>
<jclouds.test.initializer>org.jclouds.azure.storage.blob.integration.AzureBlobTestInitializer</jclouds.test.initializer> <jclouds.test.initializer>org.jclouds.azure.storage.blob.blobstore.integration.AzureBlobTestInitializer</jclouds.test.initializer>
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>