Skip to content

Commit dba63c1

Browse files
committed
fix: Remove unneeded exclusion of junit-vintage-engine
1 parent 44c961d commit dba63c1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,6 @@
118118
<groupId>org.springframework.boot</groupId>
119119
<artifactId>spring-boot-starter-test</artifactId>
120120
<scope>test</scope>
121-
<exclusions>
122-
<exclusion>
123-
<groupId>org.junit.vintage</groupId>
124-
<artifactId>junit-vintage-engine</artifactId>
125-
</exclusion>
126-
</exclusions>
127121
</dependency>
128122
<dependency>
129123
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)