Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit f917376

Browse files
committed
Remove junit-vintage-engine exclusion
Not needed anymore with Spring Boot 2.4.0
1 parent 15be734 commit f917376

File tree

19 files changed

+0
-114
lines changed

19 files changed

+0
-114
lines changed

spring-graalvm-native-samples/actuator-webflux/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@
3737
<groupId>org.springframework.boot</groupId>
3838
<artifactId>spring-boot-starter-test</artifactId>
3939
<scope>test</scope>
40-
<exclusions>
41-
<exclusion>
42-
<groupId>org.junit.vintage</groupId>
43-
<artifactId>junit-vintage-engine</artifactId>
44-
</exclusion>
45-
</exclusions>
4640
</dependency>
4741
<dependency>
4842
<groupId>io.projectreactor</groupId>

spring-graalvm-native-samples/actuator-webmvc/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@
5353
<groupId>org.springframework.boot</groupId>
5454
<artifactId>spring-boot-starter-test</artifactId>
5555
<scope>test</scope>
56-
<exclusions>
57-
<exclusion>
58-
<groupId>org.junit.vintage</groupId>
59-
<artifactId>junit-vintage-engine</artifactId>
60-
</exclusion>
61-
</exclusions>
6256
</dependency>
6357
</dependencies>
6458

spring-graalvm-native-samples/batch/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@
4444
<groupId>org.springframework.boot</groupId>
4545
<artifactId>spring-boot-starter-test</artifactId>
4646
<scope>test</scope>
47-
<exclusions>
48-
<exclusion>
49-
<groupId>org.junit.vintage</groupId>
50-
<artifactId>junit-vintage-engine</artifactId>
51-
</exclusion>
52-
</exclusions>
5347
</dependency>
5448
</dependencies>
5549
<!-- this is the snippet that will use the buildpacks to produce a container image of the native executable -->

spring-graalvm-native-samples/boot-features/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@
4141
<groupId>org.springframework.boot</groupId>
4242
<artifactId>spring-boot-starter-test</artifactId>
4343
<scope>test</scope>
44-
<exclusions>
45-
<exclusion>
46-
<groupId>org.junit.vintage</groupId>
47-
<artifactId>junit-vintage-engine</artifactId>
48-
</exclusion>
49-
</exclusions>
5044
</dependency>
5145
</dependencies>
5246

spring-graalvm-native-samples/commandlinerunner-bti/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@
3838
<groupId>org.springframework.boot</groupId>
3939
<artifactId>spring-boot-starter-test</artifactId>
4040
<scope>test</scope>
41-
<exclusions>
42-
<exclusion>
43-
<groupId>org.junit.vintage</groupId>
44-
<artifactId>junit-vintage-engine</artifactId>
45-
</exclusion>
46-
</exclusions>
4741
</dependency>
4842
</dependencies>
4943
<!-- this is the snippet that will use the buildpacks to produce a container image of the native executable -->

spring-graalvm-native-samples/commandlinerunner/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@
4141
<groupId>org.springframework.boot</groupId>
4242
<artifactId>spring-boot-starter-test</artifactId>
4343
<scope>test</scope>
44-
<exclusions>
45-
<exclusion>
46-
<groupId>org.junit.vintage</groupId>
47-
<artifactId>junit-vintage-engine</artifactId>
48-
</exclusion>
49-
</exclusions>
5044
</dependency>
5145
</dependencies>
5246
<!-- this is the snippet that will use the buildpacks to produce a container image of the native executable -->

spring-graalvm-native-samples/data-elasticsearch/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@
4848
<groupId>org.springframework.boot</groupId>
4949
<artifactId>spring-boot-starter-test</artifactId>
5050
<scope>test</scope>
51-
<exclusions>
52-
<exclusion>
53-
<groupId>org.junit.vintage</groupId>
54-
<artifactId>junit-vintage-engine</artifactId>
55-
</exclusion>
56-
</exclusions>
5751
</dependency>
5852
<dependency>
5953
<groupId>org.springframework.boot</groupId>

spring-graalvm-native-samples/data-jdbc/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@
4444
<groupId>org.springframework.boot</groupId>
4545
<artifactId>spring-boot-starter-test</artifactId>
4646
<scope>test</scope>
47-
<exclusions>
48-
<exclusion>
49-
<groupId>org.junit.vintage</groupId>
50-
<artifactId>junit-vintage-engine</artifactId>
51-
</exclusion>
52-
</exclusions>
5347
</dependency>
5448
<dependency>
5549
<groupId>org.springframework.boot</groupId>

spring-graalvm-native-samples/data-mongodb-reactive/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@
4040
<groupId>org.springframework.boot</groupId>
4141
<artifactId>spring-boot-starter-test</artifactId>
4242
<scope>test</scope>
43-
<exclusions>
44-
<exclusion>
45-
<groupId>org.junit.vintage</groupId>
46-
<artifactId>junit-vintage-engine</artifactId>
47-
</exclusion>
48-
</exclusions>
4943
</dependency>
5044
<dependency>
5145
<groupId>org.springframework.boot</groupId>

spring-graalvm-native-samples/data-mongodb/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@
4444
<groupId>org.springframework.boot</groupId>
4545
<artifactId>spring-boot-starter-test</artifactId>
4646
<scope>test</scope>
47-
<exclusions>
48-
<exclusion>
49-
<groupId>org.junit.vintage</groupId>
50-
<artifactId>junit-vintage-engine</artifactId>
51-
</exclusion>
52-
</exclusions>
5347
</dependency>
5448
<dependency>
5549
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)