diff pom.xml @ 44:23c043a19134

moved servlet lifecycle listener to ismi-richfaces.
author casties
date Thu, 20 Oct 2016 14:04:36 +0200
parents a270b5e73bda
children 2d669fdd0a8b
line wrap: on
line diff
--- a/pom.xml	Tue Oct 18 12:17:35 2016 +0200
+++ b/pom.xml	Thu Oct 20 14:04:36 2016 +0200
@@ -135,6 +135,11 @@
 		    <artifactId>spring-tx</artifactId>
 		    <version>3.0.0.RELEASE</version>
 		</dependency>		
+        <!-- <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+            <version>3.0.0.RELEASE</version>
+        </dependency> -->
 		<dependency>
 		    <groupId>org.springframework</groupId>
 		    <artifactId>spring-support</artifactId>
@@ -152,12 +157,13 @@
 		</dependency>
 
 
-		<dependency>
+		<!-- <dependency>
 			<groupId>javax.servlet</groupId>
 			<artifactId>servlet-api</artifactId>
 			<version>2.5</version>
 			<scope>provided</scope>
-		</dependency>
+		</dependency> -->
+		
 	</dependencies>
 	
 	<build>