JAVA-27190 Remove code overriding parent-boot-version of hibernate-validator
This commit is contained in:
parent
4cf46ce719
commit
52197768be
|
@ -26,11 +26,6 @@
|
|||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate.validator</groupId>
|
||||
<artifactId>hibernate-validator</artifactId>
|
||||
<version>${hibernate-validator.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openapitools</groupId>
|
||||
<artifactId>openapi-generator</artifactId>
|
||||
|
@ -92,7 +87,6 @@
|
|||
<springfox-version>3.0.0</springfox-version>
|
||||
<log4j2.version>2.17.1</log4j2.version>
|
||||
<springdoc.version>1.7.0</springdoc.version>
|
||||
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
|
||||
<openapi-generator.version>3.3.4</openapi-generator.version>
|
||||
<jackson-databind.version>2.10.0.pr3</jackson-databind.version>
|
||||
<openapi-generator-maven-plugin.version>5.1.0</openapi-generator-maven-plugin.version>
|
||||
|
|
Loading…
Reference in New Issue