Upgrades dependencies to Servlet API 2.5 and JSP API 2.1

This commit is contained in:
Lukasz Lenart
2018-03-20 15:41:54 +01:00
parent c41a0167dd
commit 8e74ce610b
12 changed files with 14 additions and 21 deletions
+1 -1
View File
@@ -213,7 +213,7 @@
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<scope>provided</scope>
</dependency>
+1 -1
View File
@@ -69,7 +69,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<scope>provided</scope>
</dependency>
+1 -1
View File
@@ -55,7 +55,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<scope>provided</scope>
</dependency>
+1 -1
View File
@@ -62,7 +62,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<scope>provided</scope>
</dependency>
+1 -1
View File
@@ -65,7 +65,7 @@
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<scope>provided</scope>
</dependency>
+1 -1
View File
@@ -50,7 +50,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<scope>provided</scope>
</dependency>
+1 -1
View File
@@ -45,7 +45,7 @@
<artifactId>tiles-request-portlet</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<scope>provided</scope>
</dependency>
+1 -1
View File
@@ -55,7 +55,7 @@
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<scope>provided</scope>
</dependency>
+1 -1
View File
@@ -56,7 +56,7 @@
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<scope>provided</scope>
</dependency>
+1 -1
View File
@@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<scope>provided</scope>
</dependency>
+1 -1
View File
@@ -78,7 +78,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<scope>provided</scope>
</dependency>
+3 -10
View File
@@ -706,7 +706,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<version>2.5</version>
<scope>provided</scope>
</dependency>
@@ -794,9 +794,9 @@
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.0</version>
<version>2.1</version>
<scope>provided</scope>
</dependency>
@@ -807,13 +807,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>juli</artifactId>