File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
open-metadata-implementation/user-interfaces/ui-chassis/ui-chassis-spring Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 5555 <groupId >org.springframework.boot</groupId >
5656 <artifactId >spring-boot-starter-test</artifactId >
5757 <scope >test</scope >
58+ <exclusions >
59+ <exclusion >
60+ <!-- needed to remove dependency on junit-vintage-engine -->
61+ <groupId >org.junit.vintage</groupId >
62+ <artifactId >junit-vintage-engine</artifactId >
63+ </exclusion >
64+ </exclusions >
5865 </dependency >
5966 <dependency >
6067 <groupId >org.springframework.boot</groupId >
383390 <classpathDependencyExcludes >
384391 <classpathDependencyExclude >org.slf4j:slf4j-simple</classpathDependencyExclude >
385392 </classpathDependencyExcludes >
386- <!-- TODO: tests disabled due to issue 4288 -->
387- <skip >true</skip >
388393 </configuration >
389394 </plugin >
390395 <plugin >
You can’t perform that action at this time.
0 commit comments