Skip to content

Commit b2e8c58

Browse files
authored
Merge pull request #4306 from planetf1/issue4288
#4288 reenable skipped ui chassis tests & fix junit-vintage dependency
2 parents 192feef + 2843405 commit b2e8c58

File tree

1 file changed

+7
-2
lines changed
  • open-metadata-implementation/user-interfaces/ui-chassis/ui-chassis-spring

1 file changed

+7
-2
lines changed

open-metadata-implementation/user-interfaces/ui-chassis/ui-chassis-spring/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@
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>
@@ -383,8 +390,6 @@
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>

0 commit comments

Comments
 (0)