Skip to content

Commit

Permalink
Adding javax.servlet dependency in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsrki committed Mar 27, 2018
1 parent 0772f0e commit e70d8eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@
<artifactId>commons-dbutils</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.0</version>
<scope>provided</scope>
</dependency>

</dependencies>
<properties>
<jersey.version>2.26</jersey.version>
Expand Down

0 comments on commit e70d8eb

Please sign in to comment.