From 613dcbc12c91b8397d9de362dcb26dc8e5218799 Mon Sep 17 00:00:00 2001 From: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:48:15 +0000 Subject: [PATCH] fix: Move assertj-core dependencies so that junit-bom:5.2.0 can be resolved Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> --- full/pom.template | 16 ---------------- full/pom2.xml | 16 ++++++++++++++++ mvp/pom.template | 16 ---------------- mvp/pom2.xml | 16 ++++++++++++++++ 4 files changed, 32 insertions(+), 32 deletions(-) diff --git a/full/pom.template b/full/pom.template index 42be68a..3504bf3 100644 --- a/full/pom.template +++ b/full/pom.template @@ -123,22 +123,6 @@ pom - - - org.assertj - assertj-parent-pom - 2.2.1 - pom - - - org.junit - junit-bom - 5.2.0 - pom - - org.osgi org.osgi.service.component.annotations diff --git a/full/pom2.xml b/full/pom2.xml index 81ed8bf..7fb4b4c 100644 --- a/full/pom2.xml +++ b/full/pom2.xml @@ -33,6 +33,22 @@ 10 pom + + + + org.assertj + assertj-parent-pom + 2.2.1 + pom + + + org.junit + junit-bom + 5.2.0 + pom + diff --git a/mvp/pom.template b/mvp/pom.template index 7ee5d10..f5eef30 100644 --- a/mvp/pom.template +++ b/mvp/pom.template @@ -111,22 +111,6 @@ pom - - - org.assertj - assertj-parent-pom - 2.2.1 - pom - - - org.junit - junit-bom - 5.2.0 - pom - - org.osgi org.osgi.service.component.annotations diff --git a/mvp/pom2.xml b/mvp/pom2.xml index dca1caf..e53dadc 100644 --- a/mvp/pom2.xml +++ b/mvp/pom2.xml @@ -33,6 +33,22 @@ 10 pom + + + + org.assertj + assertj-parent-pom + 2.2.1 + pom + + + org.junit + junit-bom + 5.2.0 + pom +