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 3131 <artifactId >spring-boot-operator-framework-starter</artifactId >
3232 <version >${project.version} </version >
3333 </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 >
3445 </dependencies >
3546
3647 <dependencyManagement >
Original file line number Diff line number Diff line change 6666 <groupId >junit</groupId >
6767 <artifactId >junit</artifactId >
6868 </exclusion >
69+ <exclusion >
70+ <groupId >org.junit.vintage</groupId >
71+ <artifactId >junit-vintage-engine</artifactId >
72+ </exclusion >
6973 </exclusions >
7074 </dependency >
7175 <dependency >
You can’t perform that action at this time.
0 commit comments