Skip to content
Snippets Groups Projects
Commit 5e56bc22 authored by Antoine Rey's avatar Antoine Rey
Browse files

Using JSP and JSTL version from the <properties> section

parent 98d9bbb6
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment