Skip to content

Commit daca0e3

Browse files
authored
Merge pull request #971 from ianprime0509/fix/jetty-scope
Limit Jetty EE9 dependency to test scope
2 parents 6771163 + 889ba92 commit daca0e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/saaj/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,10 @@
9191
<groupId>jakarta.servlet</groupId>
9292
<artifactId>jakarta.servlet-api</artifactId>
9393
</dependency>
94-
<dependency>
94+
<dependency>
9595
<groupId>org.eclipse.jetty.ee9</groupId>
9696
<artifactId>jetty-ee9-nested</artifactId>
97+
<scope>test</scope>
9798
<exclusions>
9899
<exclusion>
99100
<groupId>org.eclipse.jetty.toolchain</groupId>

0 commit comments

Comments
 (0)