remove hibernate from pom
This commit is contained in:
parent
fd672971a3
commit
bdc4846a53
1 changed files with 0 additions and 10 deletions
10
pom.xml
10
pom.xml
|
@ -147,16 +147,6 @@
|
|||
<artifactId>resilience4j-retry</artifactId>
|
||||
<version>${resilience4jVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>5.6.5.Final</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-validator</artifactId>
|
||||
<version>7.0.2.Final</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in a new issue