Description: Mark junit as a test dependency
Author: Ludovic Claude <ludovic.claude@laposte.net>
Forwarded: not-needed
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
-      <scope>compile</scope>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
