mirror of
https://github.com/Telecominfraproject/wlan-cloud-root.git
synced 2025-11-02 11:37:49 +00:00
excluded hibernate-validator from wlan-cloud-root.pom
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -65,6 +65,12 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.hibernate.validator</groupId>
|
||||
<artifactId>hibernate-validator</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- dependency for restTemplate -->
|
||||
|
||||
Reference in New Issue
Block a user