From 405085d4298ee397fea3ed82d05eea60e5c23242 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Wed, 19 Jan 2022 08:18:25 +0000 Subject: Add postgres dependency to integration pom.xml Issue-ID: POLICY-2086 Change-Id: I97828a378131f975fca339add198d943c15844c2 Signed-off-by: Wayne Dunican --- integration/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/integration/pom.xml b/integration/pom.xml index fdaf4872..0dfb5b27 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -60,6 +60,7 @@ 2.0.2 1.7.3 0.11.0 + 42.3.1 ${project.basedir}/../target/code-coverage/jacoco-ut.exec https://nexus3.onap.org/repository/npm.public/npm/-/ nexus3.onap.org:10001 @@ -199,6 +200,13 @@ 2.7.1 + + + org.postgresql + postgresql + ${version.postgres} + + io.prometheus -- cgit 1.2.3-korg