Strabon
changeset 507:69fb6f4f192a
updated pom.xml of endpoint with dependencies so as not to have to include manually in the lib directory the JSTL API and implementation.
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Wed Jul 25 16:42:13 2012 +0300 (2012-07-25) |
parents | 1056efcaa186 |
children | f028b9815056 |
files | endpoint/pom.xml |
line diff
1.1 --- a/endpoint/pom.xml Wed Jul 25 16:25:28 2012 +0300 1.2 +++ b/endpoint/pom.xml Wed Jul 25 16:42:13 2012 +0300 1.3 @@ -40,12 +40,33 @@ 1.4 </exclusion> 1.5 </exclusions> 1.6 </dependency> 1.7 - 1.8 + 1.9 + <!-- JSTL 1.2 API and Glassfish Implementation --> 1.10 <dependency> 1.11 - <groupId>jstl</groupId> 1.12 - <artifactId>jstl</artifactId> 1.13 - <version>1.2</version> 1.14 + <groupId>javax.servlet</groupId> 1.15 + <artifactId>jstl</artifactId> 1.16 + <version>1.2</version> 1.17 </dependency> 1.18 + <dependency> 1.19 + <groupId>org.glassfish.web</groupId> 1.20 + <artifactId>jstl-impl</artifactId> 1.21 + <version>1.2</version> 1.22 + <exclusions> 1.23 + <exclusion> 1.24 + <artifactId>servlet-api</artifactId> 1.25 + <groupId>javax.servlet</groupId> 1.26 + </exclusion> 1.27 + <exclusion> 1.28 + <artifactId>jsp-api</artifactId> 1.29 + <groupId>javax.servlet.jsp</groupId> 1.30 + </exclusion> 1.31 + <exclusion> 1.32 + <artifactId>jstl-api</artifactId> 1.33 + <groupId>javax.servlet.jsp.jstl</groupId> 1.34 + </exclusion> 1.35 + </exclusions> 1.36 + </dependency> 1.37 + <!-- JSTL 1.2 API and Glassfish Implementation --> 1.38 1.39 <!-- GeoTools --> 1.40 <dependency>