Skip to content

Commit 0d70bb9

Browse files
committed
chore: remove an explicit dependency on spring-boot-test.
Based on a comment we added it for ConfigFileApplicationContextInitializer class but we don't use it since 091877e commit. Anyway, this dependency will be pulled by spring-boot-starter-test so we can remove it.
1 parent 22d2516 commit 0d70bb9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -431,16 +431,6 @@
431431
<scope>test</scope>
432432
</dependency>
433433

434-
<!--
435-
For ConfigFileApplicationContextInitializer class.
436-
https://github.com/spring-projects/spring-boot/blob/v1.5.22.RELEASE/spring-boot-test/pom.xml
437-
-->
438-
<dependency>
439-
<groupId>org.springframework.boot</groupId>
440-
<artifactId>spring-boot-test</artifactId>
441-
<scope>test</scope>
442-
</dependency>
443-
444434
<dependency>
445435
<groupId>org.togglz</groupId>
446436
<artifactId>togglz-testing</artifactId>

0 commit comments

Comments
 (0)