Author: gnodet
Date: Wed Jan 16 07:26:39 2008
New Revision: 612483
URL: http://svn.apache.org/viewvc?rev=612483&view=rev
Log:
Try to get rid of the NPE in surefire
Modified:
servicemix/smx4/features/trunk/war/deployer/pom.xml
Modified: servicemix/smx4/features/trunk/war/deployer/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/war/deployer/pom.xml?rev=612483&r1=612482&r2=612483&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/war/deployer/pom.xml (original)
+++ servicemix/smx4/features/trunk/war/deployer/pom.xml Wed Jan 16 07:26:39 2008
@@ -52,6 +52,12 @@
<version>${felix.osgi.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>