From 302f2988affdd282caa6ea8a2c9e25d0d374ca34 Mon Sep 17 00:00:00 2001 From: woz Date: Tue, 10 Dec 2024 15:07:48 +0100 Subject: [PATCH] MET-6224 missing dependencies added to modules --- enrichment/pom.xml | 7 +++++++ media/pom.xml | 7 +++++++ normalization/pom.xml | 7 +++++++ transformation/pom.xml | 7 +++++++ 4 files changed, 28 insertions(+) diff --git a/enrichment/pom.xml b/enrichment/pom.xml index ac339f2..cf32e9e 100644 --- a/enrichment/pom.xml +++ b/enrichment/pom.xml @@ -19,6 +19,13 @@ provided + + + org.postgresql + postgresql + 42.7.3 + + eu.europeana.metis-processing-engine metis-processing-engine-commons diff --git a/media/pom.xml b/media/pom.xml index e551b24..75eedfc 100644 --- a/media/pom.xml +++ b/media/pom.xml @@ -18,6 +18,13 @@ provided + + + org.postgresql + postgresql + 42.7.3 + + eu.europeana.metis-processing-engine metis-processing-engine-commons diff --git a/normalization/pom.xml b/normalization/pom.xml index e48826c..c8ad787 100644 --- a/normalization/pom.xml +++ b/normalization/pom.xml @@ -25,6 +25,13 @@ provided + + + org.postgresql + postgresql + 42.7.3 + + eu.europeana.metis-processing-engine metis-processing-engine-commons diff --git a/transformation/pom.xml b/transformation/pom.xml index 853a7ea..e9f126d 100644 --- a/transformation/pom.xml +++ b/transformation/pom.xml @@ -19,6 +19,13 @@ provided + + + org.postgresql + postgresql + 42.7.3 + + eu.europeana.metis-processing-engine metis-processing-engine-commons