We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7b0a2 commit a341b93Copy full SHA for a341b93
spring-cloud-kubernetes-fabric8-config/pom.xml
@@ -154,6 +154,11 @@
154
<artifactId>spring-boot-configuration-processor</artifactId>
155
<optional>true</optional>
156
</dependency>
157
+ <dependency>
158
+ <groupId>org.junit.platform</groupId>
159
+ <artifactId>junit-platform-launcher</artifactId>
160
+ <scope>test</scope>
161
+ </dependency>
162
163
</dependencies>
164
0 commit comments