Description: Adds the missing dependency on junit
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/pom.xml
+++ b/pom.xml
@@ -14,5 +14,11 @@
       <artifactId>bsh</artifactId>
       <version>1.3.0</version>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-container-default</artifactId>
+      <version>1.0-alpha-9-stable-1</version>
+      <scope>provided</scope>
+    </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>
