Blame xmlrpc3-addjunitandservletapitotestpom.patch

baee213
--- pom.xml.sav	2010-09-29 09:41:00.044633260 +0300
baee213
+++ pom.xml	2010-09-29 09:42:19.943607330 +0300
baee213
@@ -88,5 +88,10 @@
baee213
       <artifactId>commons-httpclient</artifactId>
baee213
       <scope>test</scope>
baee213
     </dependency>
baee213
+    <dependency>
baee213
+      <groupId>junit</groupId>
baee213
+      <artifactId>junit</artifactId>
baee213
+      <scope>test</scope>
baee213
+    </dependency>
baee213
   </dependencies>
baee213
 </project>