--- a/pom.xml Sat May 16 09:28:57 2020 +0200 +++ b/pom.xml Sat May 16 11:37:57 2020 +0200 @@ -33,13 +33,14 @@ </dependency> <dependency> <groupId>javax.servlet</groupId> - <artifactId>jstl</artifactId> - <version>1.2</version> + <artifactId>javax.servlet-api</artifactId> + <version>3.1.0</version> + <scope>provided</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - <version>3.1.0</version> + <artifactId>jstl</artifactId> + <version>1.2</version> <scope>provided</scope> </dependency> </dependencies>