Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 8915cd4030ab41fdc4031cf169f39cb1 > files > 13

xmlrpc3-3.1-3mdv2009.1.src.rpm

--- tests/pom.xml.sav	2006-08-30 22:12:43.000000000 +0200
+++ tests/pom.xml	2007-08-03 11:47:17.000000000 +0200
@@ -40,9 +40,20 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>commons-httpclient</groupId>
       <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>
   </dependencies>
 </project>