Skip to content

Commit

Permalink
Mark javax.servlet-api as provided
Browse files Browse the repository at this point in the history
For modules:

* restx-server-tomcat
* restx-server-jetty
  • Loading branch information
dadoonet committed Nov 15, 2015
1 parent def5449 commit 8cbcaaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions restx-server-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>${servlet-api.version}</version>
<scope>provided</scope>
</dependency>

<!-- Jetty -->
Expand Down
1 change: 1 addition & 0 deletions restx-server-tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>${servlet-api.version}</version>
<scope>provided</scope>
</dependency>

<!-- Tomcat -->
Expand Down

0 comments on commit 8cbcaaf

Please sign in to comment.