Browse Source

Adds provided scope to junit dependency.

pull/1206/head
spencergibb 2 years ago
parent
commit
7444cec131
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 3
      spring-cloud-test-support/pom.xml

3
spring-cloud-test-support/pom.xml

@ -68,14 +68,17 @@ @@ -68,14 +68,17 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>

Loading…
Cancel
Save