We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6771163 + 889ba92 commit daca0e3Copy full SHA for daca0e3
1 file changed
modules/saaj/pom.xml
@@ -91,9 +91,10 @@
91
<groupId>jakarta.servlet</groupId>
92
<artifactId>jakarta.servlet-api</artifactId>
93
</dependency>
94
- <dependency>
+ <dependency>
95
<groupId>org.eclipse.jetty.ee9</groupId>
96
<artifactId>jetty-ee9-nested</artifactId>
97
+ <scope>test</scope>
98
<exclusions>
99
<exclusion>
100
<groupId>org.eclipse.jetty.toolchain</groupId>
0 commit comments