From a369d36677f584e9720e545a49d022dc0522859c Mon Sep 17 00:00:00 2001 From: Thomas Georgios Giannos Date: Thu, 25 Jan 2024 13:12:25 +0200 Subject: [PATCH] Fixing relative paths on notification service poms, changes not needed anymore since the project moved to a folder on its own --- notification-service/notification-web/pom.xml | 2 +- notification-service/notification/pom.xml | 2 +- notification-service/pom.xml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/notification-service/notification-web/pom.xml b/notification-service/notification-web/pom.xml index 86042fefd..08dc1ec60 100644 --- a/notification-service/notification-web/pom.xml +++ b/notification-service/notification-web/pom.xml @@ -8,7 +8,7 @@ gr.cite notification-service-parent 1.0.0 - ../../notification-service/pom.xml + ../pom.xml notification-web diff --git a/notification-service/notification/pom.xml b/notification-service/notification/pom.xml index e4b975f89..391c01a46 100644 --- a/notification-service/notification/pom.xml +++ b/notification-service/notification/pom.xml @@ -7,7 +7,7 @@ gr.cite notification-service-parent 1.0.0 - ../../notification-service/pom.xml + ../pom.xml notification diff --git a/notification-service/pom.xml b/notification-service/pom.xml index f7fea00f9..1bb406abb 100644 --- a/notification-service/pom.xml +++ b/notification-service/pom.xml @@ -14,7 +14,6 @@ org.springframework.boot spring-boot-starter-parent 3.1.2 -