Fix build errors due to missing dependency

This commit is contained in:
Trustin Lee 2014-12-14 21:29:26 +09:00
parent cbbf5eb96b
commit 5dd48cf3fe
3 changed files with 1 additions and 7 deletions

View File

@ -711,12 +711,11 @@
<scope>test</scope>
</dependency>
<!-- Test dependency for generating a compressed heap dump file -->
<!-- Test suite dependency for generating a compressed heap dump file -->
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>1.5</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>

View File

@ -59,7 +59,6 @@
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

View File

@ -55,10 +55,6 @@
<classifier>${os.detected.classifier}</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies>
<build>