File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
samples/basic/spring-boot Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 31
31
<artifactId >spring-boot-operator-framework-starter</artifactId >
32
32
<version >${project.version} </version >
33
33
</dependency >
34
+ <dependency >
35
+ <groupId >org.springframework.boot</groupId >
36
+ <artifactId >spring-boot-starter-test</artifactId >
37
+ <scope >test</scope >
38
+ <exclusions >
39
+ <exclusion >
40
+ <groupId >junit</groupId >
41
+ <artifactId >junit</artifactId >
42
+ </exclusion >
43
+ </exclusions >
44
+ </dependency >
34
45
</dependencies >
35
46
36
47
<dependencyManagement >
Original file line number Diff line number Diff line change 66
66
<groupId >junit</groupId >
67
67
<artifactId >junit</artifactId >
68
68
</exclusion >
69
+ <exclusion >
70
+ <groupId >org.junit.vintage</groupId >
71
+ <artifactId >junit-vintage-engine</artifactId >
72
+ </exclusion >
69
73
</exclusions >
70
74
</dependency >
71
75
<dependency >
You can’t perform that action at this time.
0 commit comments