change scope of junit

This commit is contained in:
fangyidong
2013-03-31 15:06:18 +00:00
parent 0353e4c196
commit 7ae9400664

View File

@@ -39,6 +39,7 @@
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.10</version> <version>4.10</version>
<scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>