o Fixed scope of junit from "compile" to "test"

o Updated to junit:3.8.2

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@637193 13f79535-47bb-0310-9956-ffa450edef68
master
Benjamin Bentmann 2008-03-14 18:14:17 +00:00
parent 93ea9fd875
commit a4f7b4e719
1 changed files with 2 additions and 1 deletions

View File

@ -225,7 +225,8 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>3.8.1</version> <version>3.8.2</version>
<scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>