Browse Source

Adds junit-platform-launcher to other commons modules

pull/1206/head
spencergibb 2 years ago
parent
commit
b886421427
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 5
      spring-cloud-commons/pom.xml
  2. 5
      spring-cloud-context-integration-tests/pom.xml
  3. 5
      spring-cloud-context-webflux-integration-tests/pom.xml
  4. 5
      spring-cloud-context/pom.xml
  5. 5
      spring-cloud-loadbalancer/pom.xml

5
spring-cloud-commons/pom.xml

@ -172,6 +172,11 @@ @@ -172,6 +172,11 @@
<artifactId>spring-cloud-test-support</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>

5
spring-cloud-context-integration-tests/pom.xml

@ -67,6 +67,11 @@ @@ -67,6 +67,11 @@
<artifactId>spring-cloud-test-support</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>

5
spring-cloud-context-webflux-integration-tests/pom.xml

@ -37,6 +37,11 @@ @@ -37,6 +37,11 @@
<artifactId>spring-cloud-test-support</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>

5
spring-cloud-context/pom.xml

@ -77,5 +77,10 @@ @@ -77,5 +77,10 @@
<artifactId>spring-cloud-test-support</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

5
spring-cloud-loadbalancer/pom.xml

@ -138,5 +138,10 @@ @@ -138,5 +138,10 @@
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

Loading…
Cancel
Save