diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2025-01-16 11:20:16 +0000 |
---|---|---|
committer | Adheli Tavares <adheli.tavares@est.tech> | 2025-01-23 12:55:04 +0000 |
commit | 3ea62c262e47b4a507b2ba16a3c8a35b5afb1653 (patch) | |
tree | 707b0bf509c7fdb7543e486e8220c6f3a7b43fe8 | |
parent | 7ad99368551183cd90d56f3cef69019edc02b091 (diff) |
Remove MariaDB support
Issue-ID: POLICY-5196
Change-Id: I2a4a69d79a02ab510c790f6b0a2fabf4ce02d38d
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
-rw-r--r-- | integration/pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 44f4b442..8b1f56ea 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2018-2023 AT&T. All rights reserved. - Modifications Copyright (C) 2019-2024 Nordix Foundation. + Modifications Copyright (C) 2019-2025 Nordix Foundation. Modifications Copyright (C) 2020-2022 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -680,11 +680,6 @@ <version>${version.drools}</version> </dependency> <dependency> - <groupId>org.mariadb.jdbc</groupId> - <artifactId>mariadb-java-client</artifactId> - <version>3.3.3</version> - </dependency> - <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>42.7.2</version> |