We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73df7bb commit 6c42df3Copy full SHA for 6c42df3
1 file changed
pom.xml
@@ -424,6 +424,13 @@ under the License.
424
</exclusions>
425
</dependency>
426
427
+ <dependency>
428
+ <groupId>javax.servlet</groupId>
429
+ <artifactId>javax.servlet-api</artifactId>
430
+ <version>3.1.0</version>
431
+ <scope>provided</scope>
432
+ </dependency>
433
+
434
<dependency>
435
<groupId>org.eclipse.jetty</groupId>
436
<artifactId>jetty-server</artifactId>
0 commit comments