Skip to content

Commit 8b08d52

Browse files
author
Paul Gray
committed
Moving servlet-api dependency to 'provided', fixes #18, for real this time 😉
1 parent 1005424 commit 8b08d52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
<groupId>javax.servlet</groupId>
7070
<artifactId>servlet-api</artifactId>
7171
<version>2.5</version>
72+
<scope>provided</scope>
7273
</dependency>
7374
<dependency>
7475
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)