We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375bc03 commit ae6c7dbCopy full SHA for ae6c7db
spring-cloud-test-support/pom.xml
@@ -84,17 +84,6 @@
84
<groupId>org.hibernate.validator</groupId>
85
<artifactId>hibernate-validator</artifactId>
86
<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>
98
</dependency>
99
</dependencies>
100
</project>
0 commit comments