[#27] change maven scope->servlet api

This commit is contained in:
Woonduk Kang
2014-10-14 17:53:10 +09:00
parent 03b8d21939
commit e54ca27339
+1 -1
View File
@@ -96,7 +96,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>servlet-api</artifactId>
<scope>test</scope>
<scope>provided</scope>
</dependency>
<dependency>