Strabon
changeset 402:321258869e52
exclude jsp-api and servlet-api from dependencies in endpoint/pom.xml due to validateJar errors in Tomcat 7 versions
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Fri Jun 29 14:52:14 2012 +0300 (2012-06-29) |
parents | 5dbb4b7c4b86 |
children | 946a4b57aa9e |
files | endpoint/pom.xml |
line diff
1.1 --- a/endpoint/pom.xml Fri Jun 29 14:50:57 2012 +0300 1.2 +++ b/endpoint/pom.xml Fri Jun 29 14:52:14 2012 +0300 1.3 @@ -29,6 +29,16 @@ 1.4 <artifactId>strabon-runtime</artifactId> 1.5 <type>jar</type> 1.6 <scope>compile</scope> 1.7 + <exclusions> 1.8 + <exclusion> 1.9 + <artifactId>servlet-api-2.5</artifactId> 1.10 + <groupId>org.mortbay.jetty</groupId> 1.11 + </exclusion> 1.12 + <exclusion> 1.13 + <artifactId>jsp-api-2.1</artifactId> 1.14 + <groupId>org.mortbay.jetty</groupId> 1.15 + </exclusion> 1.16 + </exclusions> 1.17 </dependency> 1.18 1.19 <!-- GeoTools -->