Using JSP and JSTL version from the <properties> section

This commit is contained in:
Antoine Rey 2015-06-24 21:15:29 +02:00
parent 98d9bbb629
commit 5e56bc222b

View file

@ -86,14 +86,14 @@
<dependency> <dependency>
<groupId>javax.servlet.jsp</groupId> <groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId> <artifactId>jsp-api</artifactId>
<version>2.1</version> <version>${jsp.version}</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.glassfish.web</groupId> <groupId>org.glassfish.web</groupId>
<artifactId>jstl-impl</artifactId> <artifactId>jstl-impl</artifactId>
<version>1.2</version> <version>${jstl.version}</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>