Description: jgoodies-common is required at compile time, not
 just at runtime.  The patch corrects the scope in the upstream pom.xml.
Origin: other
Author: tony mancill <tmancill@debian.org>
Last-Update: 2012-11-27
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
 	        <groupId>com.jgoodies</groupId>
 	        <artifactId>jgoodies-common</artifactId>
 	        <version>1.4.0</version>
-	        <scope>runtime</scope>
+	        <scope>compile</scope>
 	    </dependency>
 	    <dependency>
 	    	<groupId>junit</groupId>
@@ -63,4 +63,4 @@
         <tag>head</tag>
         <url>https://svn.java.net/svn/forms~svn</url>
     </scm>
-</project>
\ No newline at end of file
+</project>
