Skip to content

Commit d07d3c2

Browse files
authored
Change JUnit dependency scope from compile to scope (#666)
Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
1 parent 29848ed commit d07d3c2

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,6 @@
223223
<groupId>org.jspecify</groupId>
224224
<artifactId>jspecify</artifactId>
225225
</dependency>
226-
<dependency>
227-
<groupId>org.junit.jupiter</groupId>
228-
<artifactId>junit-jupiter-params</artifactId>
229-
</dependency>
230226
<dependency>
231227
<groupId>org.slf4j</groupId>
232228
<artifactId>slf4j-api</artifactId>
@@ -265,6 +261,11 @@
265261
<artifactId>junit-jupiter-engine</artifactId>
266262
<scope>test</scope>
267263
</dependency>
264+
<dependency>
265+
<groupId>org.junit.jupiter</groupId>
266+
<artifactId>junit-jupiter-params</artifactId>
267+
<scope>test</scope>
268+
</dependency>
268269
<dependency>
269270
<groupId>org.mockito</groupId>
270271
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)