http-service: fix servlet-api dependency

This commit is contained in:
Adam
2017-05-08 18:48:37 -04:00
parent 872d22e524
commit c64fb003b4

View File

@@ -47,9 +47,9 @@
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>servlet-api</artifactId>
<version>6.0.53</version>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>