summaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2022-01-19 08:18:25 +0000
committerWayne Dunican <wayne.dunican@est.tech>2022-01-19 08:18:51 +0000
commit405085d4298ee397fea3ed82d05eea60e5c23242 (patch)
treea4b7237bb824c24fcf911bea3575ba9527012251 /integration
parent004586ddd68eb414ee5fed9fa24ba56d7226fb21 (diff)
Add postgres dependency to integration pom.xml
Issue-ID: POLICY-2086 Change-Id: I97828a378131f975fca339add198d943c15844c2 Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
Diffstat (limited to 'integration')
-rw-r--r--integration/pom.xml8
1 files changed, 8 insertions, 0 deletions
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 @@
<version.jakarta-api>2.0.2</version.jakarta-api>
<version.io.micrometer>1.7.3</version.io.micrometer>
<version.io.prometheus>0.11.0</version.io.prometheus>
+ <version.postgres>42.3.1</version.postgres>
<jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
<repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm>
<docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
@@ -199,6 +200,13 @@
<version>2.7.1</version>
</dependency>
+ <!-- Postgres -->
+ <dependency>
+ <groupId>org.postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <version>${version.postgres}</version>
+ </dependency>
+
<!-- Prometheus Client Libraries -->
<dependency>
<groupId>io.prometheus</groupId>