summaryrefslogtreecommitdiffstats
path: root/a1-policy-management/pom.xml
diff options
context:
space:
mode:
authoraravind.est <aravindhan.a@est.tech>2024-08-14 17:35:33 +0100
committeraravind.est <aravindhan.a@est.tech>2024-08-15 13:32:49 +0100
commitb15c0ce6de0a226a5850977af717ef0b85d3c759 (patch)
tree5a128b3cb22702323bd1f9cff767bd9cebe5cd81 /a1-policy-management/pom.xml
parentecd99896ee598c29a228c8acbf2e72f81310a42e (diff)
Add database support
Postgres database support added. Issue-ID: CCSDK-4033 Change-Id: I1bd74a4b7f4454accb0a9b04cd37fe5d95700885 Signed-off-by: aravind.est <aravindhan.a@est.tech>
Diffstat (limited to 'a1-policy-management/pom.xml')
-rw-r--r--a1-policy-management/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml
index 46e0ec35..0bea5fd5 100644
--- a/a1-policy-management/pom.xml
+++ b/a1-policy-management/pom.xml
@@ -94,6 +94,20 @@
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-data-r2dbc</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.postgresql</groupId>
+ <artifactId>r2dbc-postgresql</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<!-- May be possible to remove this later when ccsdk parent bom stabilizes -->
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>