Skip to content

Commit ae6c7db

Browse files
quaffryanjbaxter
authored andcommitted
Revise dependencies (#1449)
jakarta.validation-api is transmitted by hibernate-validator Signed-off-by: Yanming Zhou <[email protected]>
1 parent 375bc03 commit ae6c7db

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

spring-cloud-test-support/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,6 @@
8484
<groupId>org.hibernate.validator</groupId>
8585
<artifactId>hibernate-validator</artifactId>
8686
<scope>test</scope>
87-
<exclusions>
88-
<exclusion>
89-
<groupId>javax.validation</groupId>
90-
<artifactId>validation-api</artifactId>
91-
</exclusion>
92-
</exclusions>
93-
</dependency>
94-
<dependency>
95-
<groupId>jakarta.validation</groupId>
96-
<artifactId>jakarta.validation-api</artifactId>
97-
<scope>test</scope>
9887
</dependency>
9988
</dependencies>
10089
</project>

0 commit comments

Comments
 (0)