Commit 6842ae394e75c6ca41de8f858c03e2b007e3858b
1 parent
3c3ff260e1
Exists in
master
REPO-843 / REPO-1334: Upgrade to Servlet API 3.0.1
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
pom.xml
... | ... | @@ -153,8 +153,8 @@ |
153 | 153 | --> |
154 | 154 | <dependency> |
155 | 155 | <groupId>javax.servlet</groupId> |
156 | - <artifactId>servlet-api</artifactId> | |
157 | - <version>2.5</version> | |
156 | + <artifactId>javax.servlet-api</artifactId> | |
157 | + <version>3.0.1</version> | |
158 | 158 | <scope>provided</scope> |
159 | 159 | </dependency> |
160 | 160 | <!-- | ... | ... |