mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-08 18:43:10 +02:00
Replace hibernate vaidator with javaee api
Hibernate validator is bundled with resteasy validation package, but using another version what leads to problems.
This commit is contained in:
@@ -100,9 +100,10 @@
|
||||
<version>${jackson.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate.validator</groupId>
|
||||
<artifactId>hibernate-validator</artifactId>
|
||||
<version>6.0.12.Final</version>
|
||||
<groupId>javax</groupId>
|
||||
<artifactId>javaee-api</artifactId>
|
||||
<version>7.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- rest api -->
|
||||
|
||||
Reference in New Issue
Block a user