diff pom.xml @ 43:a270b5e73bda

add servlet-api dependency.
author casties
date Tue, 18 Oct 2016 12:17:35 +0200
parents d71f28dac165
children 23c043a19134
line wrap: on
line diff
--- a/pom.xml	Mon Oct 17 19:50:46 2016 +0200
+++ b/pom.xml	Tue Oct 18 12:17:35 2016 +0200
@@ -149,10 +149,16 @@
 		    <groupId>javolution</groupId>
 		    <artifactId>javolution</artifactId>
 		    <version>5.5.1</version>
-		</dependency>	
-            			
-							
-    </dependencies>
+		</dependency>
+
+
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>servlet-api</artifactId>
+			<version>2.5</version>
+			<scope>provided</scope>
+		</dependency>
+	</dependencies>
 	
 	<build>
 		<resources>