Browse Source

Adds test scope to junit dependency.

pull/1206/head
spencergibb 2 years ago
parent
commit
5e21e76646
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 1
      spring-cloud-starter-bootstrap/pom.xml

1
spring-cloud-starter-bootstrap/pom.xml

@ -30,6 +30,7 @@ @@ -30,6 +30,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>

Loading…
Cancel
Save