From: waynedunican Date: Wed, 19 Jan 2022 08:18:25 +0000 (+0000) Subject: Add postgres dependency to integration pom.xml X-Git-Tag: 3.5.1~11^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=405085d4298ee397fea3ed82d05eea60e5c23242;p=policy%2Fparent.git Add postgres dependency to integration pom.xml Issue-ID: POLICY-2086 Change-Id: I97828a378131f975fca339add198d943c15844c2 Signed-off-by: Wayne Dunican --- 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