Browse Source

update dependencies and fix source.zip assembly

jrivard@gmail.com 6 years ago
parent
commit
06acce9c9d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      webapp/pom.xml

+ 2 - 2
webapp/pom.xml

@@ -265,8 +265,8 @@
         </dependency>
         <dependency>
             <groupId>javax.servlet.jsp</groupId>
-            <artifactId>jsp-api</artifactId>
-            <version>2.2.1-b03</version>
+            <artifactId>javax.servlet.jsp-api</artifactId>
+            <version>2.3.3</version>
             <scope>provided</scope>
         </dependency>
         <!-- / container dependencies -->