aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2022-01-27 07:10:46 +0000
committerWayne Dunican <wayne.dunican@est.tech>2022-01-27 09:30:52 +0000
commit303d42453fbfcf2381f810b10a496b69aa8bc34b (patch)
treeba37c1a0e206d08eb173f94d48d18a294191692e
parentc445d7865f1ded1c62f720abb70382b2963fff57 (diff)
Add postgres dependency to models
Issue-ID: POLICY-2715 Change-Id: Id23cde33d8bafccc69f751491d90c0936d793b59 Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e9c663d8d..d5c60015b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2018 Ericsson. All rights reserved.
- Copyright (C) 2019-2020 Nordix Foundation.
+ Copyright (C) 2019-2020, 2022 Nordix Foundation.
Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved.
Modifications Copyright (C) 2020 Bell Canada.
================================================================================
@@ -114,6 +114,11 @@
</dependency>
<dependency>
+ <groupId>org.postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
</dependency>