Skip to content

Commit 7444cec

Browse files
committed
Adds provided scope to junit dependency.
1 parent 5e21e76 commit 7444cec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-cloud-test-support/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,17 @@
6868
<dependency>
6969
<groupId>org.junit.platform</groupId>
7070
<artifactId>junit-platform-engine</artifactId>
71+
<scope>provided</scope>
7172
</dependency>
7273
<dependency>
7374
<groupId>org.junit.platform</groupId>
7475
<artifactId>junit-platform-launcher</artifactId>
76+
<scope>provided</scope>
7577
</dependency>
7678
<dependency>
7779
<groupId>org.junit.jupiter</groupId>
7880
<artifactId>junit-jupiter</artifactId>
81+
<scope>provided</scope>
7982
</dependency>
8083
<dependency>
8184
<groupId>org.hibernate.validator</groupId>

0 commit comments

Comments
 (0)