From 4f438a4c4c753e3cd49e4dbaa68ee7f72628b548 Mon Sep 17 00:00:00 2001 From: Niranjana Date: Wed, 24 Feb 2021 14:19:20 +0000 Subject: Use non-root user to access datalake-feeder database and update the base image to align with ONAP Issue-ID: DCAEGEN2-2329 Issue-ID: DCAEGEN2-2420 Signed-off-by: Niranjana Change-Id: I26da297dcc4563a25d3cd6f558cc92627b17647b --- components/datalake-handler/feeder/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'components/datalake-handler/feeder/pom.xml') diff --git a/components/datalake-handler/feeder/pom.xml b/components/datalake-handler/feeder/pom.xml index 2a6ad308..49ad6094 100644 --- a/components/datalake-handler/feeder/pom.xml +++ b/components/datalake-handler/feeder/pom.xml @@ -42,11 +42,11 @@ ${hadoop.version} - - org.mariadb.jdbc - mariadb-java-client - 2.4.1 - + + org.postgresql + postgresql + 42.2.18 + org.json -- cgit 1.2.3-korg