aboutsummaryrefslogtreecommitdiffstats
path: root/participant
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2021-10-28 10:19:09 +0100
committerFrancescoFioraEst <francesco.fiora@est.tech>2021-11-05 16:56:25 +0000
commitbaf0a9fdfd5e699ce5950914121f093282a3e4ed (patch)
tree8a86eef69c2c98df0ea868ffe13fc3b442a450ee /participant
parent7bc53b8dd7c12dc108ad2625ad6d4c14804e76a6 (diff)
Add Spring Jpa configuration
Issue-ID: POLICY-3795 Change-Id: Ic0955f412bfcd94094c19aceb4f25be8e695099a Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'participant')
-rw-r--r--participant/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/participant/pom.xml b/participant/pom.xml
index fcfbe0c90..1134239cd 100644
--- a/participant/pom.xml
+++ b/participant/pom.xml
@@ -93,6 +93,12 @@
<groupId>org.onap.policy.clamp</groupId>
<artifactId>policy-clamp-models</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-data-jpa</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>