diff options
Diffstat (limited to 'models/pom.xml')
-rw-r--r-- | models/pom.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/models/pom.xml b/models/pom.xml index c534a16f4..4adf64d2a 100644 --- a/models/pom.xml +++ b/models/pom.xml @@ -32,4 +32,23 @@ <artifactId>policy-clamp-models</artifactId> <name>${project.artifactId}</name> + + <dependencies> + <dependency> + <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> + </project> |