You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2007/11/12 13:02:18 UTC

svn commit: r594089 - /maven/continuum/trunk/continuum-xmlrpc/continuum-xmlrpc-server/pom.xml

Author: olamy
Date: Mon Nov 12 04:02:11 2007
New Revision: 594089

URL: http://svn.apache.org/viewvc?rev=594089&view=rev
Log:
fix build on my solaris box (weird ?)

Modified:
    maven/continuum/trunk/continuum-xmlrpc/continuum-xmlrpc-server/pom.xml

Modified: maven/continuum/trunk/continuum-xmlrpc/continuum-xmlrpc-server/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-xmlrpc/continuum-xmlrpc-server/pom.xml?rev=594089&r1=594088&r2=594089&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-xmlrpc/continuum-xmlrpc-server/pom.xml (original)
+++ maven/continuum/trunk/continuum-xmlrpc/continuum-xmlrpc-server/pom.xml Mon Nov 12 04:02:11 2007
@@ -62,6 +62,12 @@
       <artifactId>dozer</artifactId>
       <version>4.0</version>
     </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>2.4</version>
+      <scope>provided</scope>
+    </dependency>
   </dependencies>
 
   <build>
@@ -88,4 +94,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>