You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2012/02/12 20:58:25 UTC

svn commit: r1243309 - /incubator/isis/trunk/framework/runtimes/dflt/webserver/pom.xml

Author: danhaywood
Date: Sun Feb 12 19:58:25 2012
New Revision: 1243309

URL: http://svn.apache.org/viewvc?rev=1243309&view=rev
Log:
ISIS-188: fixing webserver dependencies

Modified:
    incubator/isis/trunk/framework/runtimes/dflt/webserver/pom.xml

Modified: incubator/isis/trunk/framework/runtimes/dflt/webserver/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/runtimes/dflt/webserver/pom.xml?rev=1243309&r1=1243308&r2=1243309&view=diff
==============================================================================
--- incubator/isis/trunk/framework/runtimes/dflt/webserver/pom.xml (original)
+++ incubator/isis/trunk/framework/runtimes/dflt/webserver/pom.xml Sun Feb 12 19:58:25 2012
@@ -68,7 +68,6 @@
 			<groupId>org.apache.isis.runtimes.dflt</groupId>
 			<artifactId>webapp</artifactId>
 		</dependency>
-
 		<dependency>
 			<groupId>org.mortbay.jetty</groupId>
 			<artifactId>jetty</artifactId>
@@ -77,14 +76,10 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jsp_2.1_spec</artifactId>
 	    </dependency>
-
 	    <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-servlet_2.5_spec</artifactId>
-            <scope>provided</scope>
         </dependency>
-
-    
 	</dependencies>
 
 </project>