File tree 3 files changed +1
-58
lines changed
src/test/java/de/viadee/k8s/testapp/testapp
3 files changed +1
-58
lines changed Original file line number Diff line number Diff line change 56
56
<artifactId >bootstrap</artifactId >
57
57
<version >5.1.3</version >
58
58
</dependency >
59
- <!-- junit 5 -->
60
- <dependency >
61
- <groupId >org.junit.jupiter</groupId >
62
- <artifactId >junit-jupiter-api</artifactId >
63
- <scope >test</scope >
64
- </dependency >
65
-
66
- <dependency >
67
- <groupId >org.junit.jupiter</groupId >
68
- <artifactId >junit-jupiter-engine</artifactId >
69
- <scope >test</scope >
70
- </dependency >
71
59
</dependencies >
72
60
73
61
<build >
84
72
</execution >
85
73
</executions >
86
74
</plugin >
87
- <plugin >
88
- <groupId >org.apache.maven.plugins</groupId >
89
- <artifactId >maven-surefire-plugin</artifactId >
90
- <configuration >
91
- <excludes >
92
- <exclude >**/*IT.java</exclude >
93
- </excludes >
94
- </configuration >
95
- </plugin >
96
75
</plugins >
97
76
</build >
98
77
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
package de .viadee .k8s .testapp .testapp ;
2
2
3
- import org .junit .Test ;
4
- import org .junit .runner .RunWith ;
3
+ import org .junit .jupiter .api .Test ;
5
4
import org .springframework .boot .test .context .SpringBootTest ;
6
5
import org .springframework .test .context .junit4 .SpringRunner ;
7
6
8
- @ RunWith (SpringRunner .class )
9
7
@ SpringBootTest
10
8
public class TestappApplicationTests {
11
9
You can’t perform that action at this time.
0 commit comments