Skip to content

Commit a341b93

Browse files
committed
Adding junit-platform dependency
1 parent ef7b0a2 commit a341b93

File tree

1 file changed

+5
-0
lines changed
  • spring-cloud-kubernetes-fabric8-config

1 file changed

+5
-0
lines changed

spring-cloud-kubernetes-fabric8-config/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@
154154
<artifactId>spring-boot-configuration-processor</artifactId>
155155
<optional>true</optional>
156156
</dependency>
157+
<dependency>
158+
<groupId>org.junit.platform</groupId>
159+
<artifactId>junit-platform-launcher</artifactId>
160+
<scope>test</scope>
161+
</dependency>
157162

158163
</dependencies>
159164

0 commit comments

Comments
 (0)