diff options
author | 2025-01-16 11:18:38 +0000 | |
---|---|---|
committer | 2025-01-16 16:02:56 +0000 | |
commit | 57a9e3d70558d3b3b374ff0b09bd89837a5baa07 (patch) | |
tree | 7ad8235b4bfbe7db0b76762da277e8cb4b0fdba3 /pom.xml | |
parent | b60fb4d0e5ad3603f967029a2682484cbdd81cec (diff) |
Remove MariaDB support
Issue-ID: POLICY-5196
Change-Id: Iee84ce0c24a89b47dbc34ba110e9c83103ef47ed
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -2,7 +2,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. - Copyright (C) 2019-2020, 2022-2024 Nordix Foundation. + Copyright (C) 2019-2020, 2022-2025 Nordix Foundation. Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. ================================================================================ @@ -70,11 +70,6 @@ <artifactId>slf4j-api</artifactId> </dependency> <dependency> - <groupId>org.mariadb.jdbc</groupId> - <artifactId>mariadb-java-client</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <scope>runtime</scope> |