Use xerial-core-2.0.2 for testing (remove dependencies to third-party libraries)

This commit is contained in:
Taro L. Saito 2011-06-23 13:44:01 +09:00
parent 5c54b5f18e
commit e0454d121b
2 changed files with 7 additions and 7 deletions

14
pom.xml
View File

@ -210,13 +210,6 @@
<type>jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>xerial-core</artifactId>
<version>1.0.21</version>
<type>jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
@ -232,5 +225,12 @@
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>xerial-core</artifactId>
<version>2.0.2</version>
<type>jar</type>
<scope>test</scope>
</dependency>
</dependencies>
</project>