summaryrefslogtreecommitdiffstats
path: root/main/pom.xml
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2022-01-04 21:49:42 +0000
committerWayne Dunican <wayne.dunican@est.tech>2022-01-19 09:25:32 +0000
commit2d4db3c6375ca761b25700226addea6060432b0d (patch)
treea7a739e84ebf9a166f95cb881eed00ebe9176e6b /main/pom.xml
parente63b2a3b636404b8920257d5bf34952728595920 (diff)
Remove references to MariaDB from resource files
Issue-ID: POLICY-2086 Change-Id: I3c7d95863e1f46f5d0217bad6bd486de95e16b3a Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
Diffstat (limited to 'main/pom.xml')
-rw-r--r--main/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/pom.xml b/main/pom.xml
index 1d04e401..5e54f2d9 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -4,6 +4,7 @@
Modified Copyright (C) 2018 Samsung Electronics Co., Ltd.
Copyright (C) 2019,2021 AT&T Intellectual Property. All rights reserved.
Modifications Copyright (C) 2020 Bell Canada.
+ Modifications Copyright (C) 2022 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -88,6 +89,10 @@
<artifactId>mariadb-java-client</artifactId>
</dependency>
<dependency>
+ <groupId>org.postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>