Skip to content

Commit 889ba92

Browse files
committed
Limit Jetty EE9 dependency to test scope
1 parent 296d003 commit 889ba92

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)