diff options
Diffstat (limited to 'models/pom.xml')
-rw-r--r-- | models/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/models/pom.xml b/models/pom.xml index c38e80302..6b129fd60 100644 --- a/models/pom.xml +++ b/models/pom.xml @@ -38,16 +38,6 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> <version>${version.springboot}</version> - <exclusions> - <exclusion> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.hibernate.common</groupId> - <artifactId>common-annotations</artifactId> - </exclusion> - </exclusions> </dependency> </dependencies> |