Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > c6067a95bc4ef59d4d347531533e5335 > files > 2

xmlrpc3-3.0-1.4.4mdv2009.0.src.rpm

--- tests/pom.xml	2006-08-30 16:12:43.000000000 -0400
+++ tests/pom.xml	2007-03-19 14:09:58.000000000 -0400
@@ -44,5 +44,17 @@
       <artifactId>commons-httpclient</artifactId>
       <scope>test</scope>
     </dependency>
+            <dependency>
+                <groupId>javax.servlet</groupId>
+                <artifactId>servlet-api</artifactId>
+                <version>2.4</version>
+                <scope>provided</scope>
+            </dependency>
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>3.8.1</version>
+                <scope>test</scope>
+            </dependency>
   </dependencies>
 </project>