Add postgres dependency to models 90/126790/2
authorwaynedunican <wayne.dunican@est.tech>
Thu, 27 Jan 2022 07:10:46 +0000 (07:10 +0000)
committerWayne Dunican <wayne.dunican@est.tech>
Thu, 27 Jan 2022 09:30:52 +0000 (09:30 +0000)
Issue-ID: POLICY-2715
Change-Id: Id23cde33d8bafccc69f751491d90c0936d793b59
Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
pom.xml

diff --git a/pom.xml b/pom.xml
index e9c663d..d5c6001 100644 (file)
--- 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.
   ================================================================================
             <artifactId>mariadb-java-client</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.postgresql</groupId>
+            <artifactId>postgresql</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>org.eclipse.persistence</groupId>
             <artifactId>eclipselink</artifactId>