You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/01/16 16:22:48 UTC

svn commit: r612479 - /servicemix/smx4/features/trunk/war/bundles/jasper/pom.xml

Author: gnodet
Date: Wed Jan 16 07:22:43 2008
New Revision: 612479

URL: http://svn.apache.org/viewvc?rev=612479&view=rev
Log:
Try to get rid of the NPE in surefire

Modified:
    servicemix/smx4/features/trunk/war/bundles/jasper/pom.xml

Modified: servicemix/smx4/features/trunk/war/bundles/jasper/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/war/bundles/jasper/pom.xml?rev=612479&r1=612478&r2=612479&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/war/bundles/jasper/pom.xml (original)
+++ servicemix/smx4/features/trunk/war/bundles/jasper/pom.xml Wed Jan 16 07:22:43 2008
@@ -58,5 +58,11 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>${junit.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>