Skip to content

Commit dbab509

Browse files
mweirauchmartin-g
authored andcommitted
Fix test dependency scopes (#1214)
(cherry picked from commit 4feea89) Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
1 parent 07a2710 commit dbab509

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

pom.xml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -292,41 +292,33 @@
292292
<dependency>
293293
<groupId>org.junit.jupiter</groupId>
294294
<artifactId>junit-jupiter</artifactId>
295-
<scope>test</scope>
296295
<version>${junit-jupiter.version}</version>
296+
<scope>test</scope>
297297
</dependency>
298298
<dependency>
299299
<groupId>org.junit.jupiter</groupId>
300300
<artifactId>junit-jupiter-api</artifactId>
301-
<scope>test</scope>
302301
<version>${junit-jupiter.version}</version>
302+
<scope>test</scope>
303303
</dependency>
304304
<dependency>
305305
<groupId>org.junit.platform</groupId>
306306
<artifactId>junit-platform-commons</artifactId>
307-
<scope>test</scope>
308307
<version>${junit-platform.version}</version>
308+
<scope>test</scope>
309309
</dependency>
310310
<dependency>
311311
<groupId>org.junit.platform</groupId>
312312
<artifactId>junit-platform-engine</artifactId>
313-
<scope>test</scope>
314313
<version>${junit-platform.version}</version>
315-
</dependency>
316-
<dependency>
317-
<groupId>org.junit.jupiter</groupId>
318-
<artifactId>junit-jupiter-engine</artifactId>
319314
<scope>test</scope>
320-
<version>${junit-jupiter.version}</version>
321315
</dependency>
322316
<dependency>
323317
<groupId>org.junit.vintage</groupId>
324318
<artifactId>junit-vintage-engine</artifactId>
325-
<scope>test</scope>
326319
<version>${junit-jupiter.version}</version>
320+
<scope>test</scope>
327321
</dependency>
328-
329-
330322
<dependency>
331323
<groupId>org.hamcrest</groupId>
332324
<artifactId>hamcrest</artifactId>

0 commit comments

Comments
 (0)