You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2007/09/24 16:44:15 UTC

svn commit: r578842 - /incubator/sling/trunk/maven-jspc-plugin/pom.xml

Author: cziegeler
Date: Mon Sep 24 07:44:13 2007
New Revision: 578842

URL: http://svn.apache.org/viewvc?rev=578842&view=rev
Log:
Add missing dependencies for servlet api.

Modified:
    incubator/sling/trunk/maven-jspc-plugin/pom.xml

Modified: incubator/sling/trunk/maven-jspc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/maven-jspc-plugin/pom.xml?rev=578842&r1=578841&r2=578842&view=diff
==============================================================================
--- incubator/sling/trunk/maven-jspc-plugin/pom.xml (original)
+++ incubator/sling/trunk/maven-jspc-plugin/pom.xml Mon Sep 24 07:44:13 2007
@@ -70,6 +70,15 @@
         </dependency>
 
         <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>jsp-api</artifactId>
+        </dependency>
+
+        <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-plugin-api</artifactId>
             <version>2.0</version>