We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def5449 commit 8cbcaafCopy full SHA for 8cbcaaf
restx-server-jetty/pom.xml
@@ -35,6 +35,7 @@
35
<groupId>javax.servlet</groupId>
36
<artifactId>javax.servlet-api</artifactId>
37
<version>${servlet-api.version}</version>
38
+ <scope>provided</scope>
39
</dependency>
40
41
<!-- Jetty -->
restx-server-tomcat/pom.xml
@@ -31,6 +31,7 @@
31
32
33
34
<!-- Tomcat -->
0 commit comments