Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Exclude hibernate dep use spring. (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
leizhiyuan committed May 31, 2019
1 parent 354294d commit ea3be94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sofa-boot-core/pom.xml
Expand Up @@ -122,6 +122,12 @@
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-validator-provider-11</artifactId>
<version>${resteasy.version}</version>
<exclusions>
<exclusion>
<artifactId>hibernate-validator</artifactId>
<groupId>org.hibernate</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
Expand Down

0 comments on commit ea3be94

Please sign in to comment.