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 2008/01/09 16:36:53 UTC

svn commit: r610418 - /incubator/sling/trunk/osgi/console-web/pom.xml

Author: cziegeler
Date: Wed Jan  9 07:35:19 2008
New Revision: 610418

URL: http://svn.apache.org/viewvc?rev=610418&view=rev
Log:
Use servlet-api 2.4 again - the version problems have been solved.

Modified:
    incubator/sling/trunk/osgi/console-web/pom.xml

Modified: incubator/sling/trunk/osgi/console-web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/osgi/console-web/pom.xml?rev=610418&r1=610417&r2=610418&view=diff
==============================================================================
--- incubator/sling/trunk/osgi/console-web/pom.xml (original)
+++ incubator/sling/trunk/osgi/console-web/pom.xml Wed Jan  9 07:35:19 2008
@@ -85,7 +85,6 @@
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
-            <version>2.3</version>
         </dependency>
 
         <!-- This adds commons-io transitively -->