Strabon
changeset 1295:279edd1144df
removed jsp-2.1 dependency that some times causes problems when strabon-endpoint is deployed in tomcat7, which supports jsp-2.2
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Mon Oct 21 20:33:38 2013 +0300 (2013-10-21) |
parents | 4610c06bc956 |
children | bff210fdab24 |
files | runtime/pom.xml |
line diff
1.1 --- a/runtime/pom.xml Mon Oct 21 03:05:47 2013 +0300 1.2 +++ b/runtime/pom.xml Mon Oct 21 20:33:38 2013 +0300 1.3 @@ -215,6 +215,12 @@ 1.4 <dependency> 1.5 <groupId>info.aduna.commons</groupId> 1.6 <artifactId>aduna-commons-net-http-server-embedded</artifactId> 1.7 + <exclusions> 1.8 + <exclusion> 1.9 + <artifactId>jsp-2.1</artifactId> 1.10 + <groupId>org.mortbay.jetty</groupId> 1.11 + </exclusion> 1.12 + </exclusions> 1.13 </dependency> 1.14 1.15 <!-- Apache Commons -->