You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2012/06/28 10:52:09 UTC

svn commit: r1354861 - /manifoldcf/trunk/framework/core/pom.xml

Author: kwright
Date: Thu Jun 28 08:52:09 2012
New Revision: 1354861

URL: http://svn.apache.org/viewvc?rev=1354861&view=rev
Log:
Missing dependency

Modified:
    manifoldcf/trunk/framework/core/pom.xml

Modified: manifoldcf/trunk/framework/core/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/core/pom.xml?rev=1354861&r1=1354860&r2=1354861&view=diff
==============================================================================
--- manifoldcf/trunk/framework/core/pom.xml (original)
+++ manifoldcf/trunk/framework/core/pom.xml Thu Jun 28 08:52:09 2012
@@ -56,6 +56,12 @@
 
   <dependencies>
     <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>${servlet-api.version}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
       <version>${log4j.version}</version>