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>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1</version>
<version>${jsp.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>jstl-impl</artifactId>
<version>1.2</version>
<version>${jstl.version}</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>