From 6867b8eac074b80ce256d70b64abfeaea24aaa23 Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Fri, 8 Nov 2024 16:25:19 +0200 Subject: [PATCH] Move spring-boot-starter-test and alure to root (#1973) Signed-off-by: Avgustin Marinov --- hawkbit-artifact-repository-filesystem/pom.xml | 13 +------------ hawkbit-core/pom.xml | 10 ---------- hawkbit-http-security/pom.xml | 12 ------------ hawkbit-repository/hawkbit-repository-api/pom.xml | 12 +----------- hawkbit-repository/hawkbit-repository-core/pom.xml | 13 ------------- hawkbit-repository/hawkbit-repository-test/pom.xml | 1 + hawkbit-rest/hawkbit-ddi-api/pom.xml | 10 ---------- hawkbit-rest/hawkbit-ddi-resource/pom.xml | 12 +----------- hawkbit-rest/hawkbit-mgmt-api/pom.xml | 12 ------------ hawkbit-rest/hawkbit-mgmt-resource/pom.xml | 5 ----- hawkbit-rest/hawkbit-rest-core/pom.xml | 10 ---------- hawkbit-runtime/pom.xml | 10 ---------- hawkbit-security-core/pom.xml | 12 ------------ pom.xml | 11 +++++++++++ site/pom.xml | 10 ---------- 15 files changed, 15 insertions(+), 138 deletions(-) diff --git a/hawkbit-artifact-repository-filesystem/pom.xml b/hawkbit-artifact-repository-filesystem/pom.xml index 5eec0695b..92c8a330b 100644 --- a/hawkbit-artifact-repository-filesystem/pom.xml +++ b/hawkbit-artifact-repository-filesystem/pom.xml @@ -38,16 +38,5 @@ commons-io commons-io - - org.springframework.boot - spring-boot-starter-test - test - - - io.qameta.allure - allure-junit5 - test - - - + \ No newline at end of file diff --git a/hawkbit-core/pom.xml b/hawkbit-core/pom.xml index 4ebbdee73..747a02e7f 100644 --- a/hawkbit-core/pom.xml +++ b/hawkbit-core/pom.xml @@ -45,15 +45,5 @@ classgraph test - - org.springframework.boot - spring-boot-starter-test - test - - - io.qameta.allure - allure-junit5 - test - \ No newline at end of file diff --git a/hawkbit-http-security/pom.xml b/hawkbit-http-security/pom.xml index 09dae931b..1bafe1181 100644 --- a/hawkbit-http-security/pom.xml +++ b/hawkbit-http-security/pom.xml @@ -46,18 +46,6 @@ com.github.ben-manes.caffeine caffeine - - - - org.springframework.boot - spring-boot-starter-test - test - - - io.qameta.allure - allure-junit5 - test - \ No newline at end of file diff --git a/hawkbit-repository/hawkbit-repository-api/pom.xml b/hawkbit-repository/hawkbit-repository-api/pom.xml index dbb2399c9..221e1ab5f 100644 --- a/hawkbit-repository/hawkbit-repository-api/pom.xml +++ b/hawkbit-repository/hawkbit-repository-api/pom.xml @@ -83,15 +83,5 @@ classgraph test - - io.qameta.allure - allure-junit5 - test - - - org.springframework.boot - spring-boot-starter-test - test - - + \ No newline at end of file diff --git a/hawkbit-repository/hawkbit-repository-core/pom.xml b/hawkbit-repository/hawkbit-repository-core/pom.xml index 2b6cf95bb..790b9caea 100644 --- a/hawkbit-repository/hawkbit-repository-core/pom.xml +++ b/hawkbit-repository/hawkbit-repository-core/pom.xml @@ -48,18 +48,5 @@ protostuff-runtime true - - - - org.springframework.boot - spring-boot-starter-test - test - - - io.qameta.allure - allure-junit5 - test - - \ No newline at end of file diff --git a/hawkbit-repository/hawkbit-repository-test/pom.xml b/hawkbit-repository/hawkbit-repository-test/pom.xml index 73320dfdf..76d58a13f 100644 --- a/hawkbit-repository/hawkbit-repository-test/pom.xml +++ b/hawkbit-repository/hawkbit-repository-test/pom.xml @@ -88,6 +88,7 @@ org.springframework.boot spring-boot-starter-test + compile org.springframework.security diff --git a/hawkbit-rest/hawkbit-ddi-api/pom.xml b/hawkbit-rest/hawkbit-ddi-api/pom.xml index 378b88ee3..0f758f87c 100644 --- a/hawkbit-rest/hawkbit-ddi-api/pom.xml +++ b/hawkbit-rest/hawkbit-ddi-api/pom.xml @@ -50,11 +50,6 @@ - - org.springframework.boot - spring-boot-starter-test - test - io.github.classgraph classgraph @@ -65,10 +60,5 @@ assertj-core test - - io.qameta.allure - allure-junit5 - test - diff --git a/hawkbit-rest/hawkbit-ddi-resource/pom.xml b/hawkbit-rest/hawkbit-ddi-resource/pom.xml index c53bbeea7..285c54165 100644 --- a/hawkbit-rest/hawkbit-ddi-resource/pom.xml +++ b/hawkbit-rest/hawkbit-ddi-resource/pom.xml @@ -90,25 +90,15 @@ spring-boot-starter-json test - - org.springframework.boot - spring-boot-starter-test - test - org.springframework.security spring-security-aspects test - - io.qameta.allure - allure-junit5 - test - org.springframework spring-context-support test - + \ No newline at end of file diff --git a/hawkbit-rest/hawkbit-mgmt-api/pom.xml b/hawkbit-rest/hawkbit-mgmt-api/pom.xml index 8d8eb0ba3..670e393fc 100644 --- a/hawkbit-rest/hawkbit-mgmt-api/pom.xml +++ b/hawkbit-rest/hawkbit-mgmt-api/pom.xml @@ -50,17 +50,5 @@ jakarta.validation jakarta.validation-api - - - - org.springframework.boot - spring-boot-starter-test - test - - - io.qameta.allure - allure-junit5 - test - \ No newline at end of file diff --git a/hawkbit-rest/hawkbit-mgmt-resource/pom.xml b/hawkbit-rest/hawkbit-mgmt-resource/pom.xml index db434c444..e2f97799f 100644 --- a/hawkbit-rest/hawkbit-mgmt-resource/pom.xml +++ b/hawkbit-rest/hawkbit-mgmt-resource/pom.xml @@ -92,11 +92,6 @@ spring-boot-starter-json test - - org.springframework.boot - spring-boot-starter-test - test - org.springframework.security spring-security-aspects diff --git a/hawkbit-rest/hawkbit-rest-core/pom.xml b/hawkbit-rest/hawkbit-rest-core/pom.xml index d8aac620c..bc58f7ae1 100644 --- a/hawkbit-rest/hawkbit-rest-core/pom.xml +++ b/hawkbit-rest/hawkbit-rest-core/pom.xml @@ -75,16 +75,6 @@ ${project.version} test - - io.qameta.allure - allure-junit5 - test - - - org.springframework.boot - spring-boot-starter-test - test - diff --git a/hawkbit-runtime/pom.xml b/hawkbit-runtime/pom.xml index 2379abb61..14cae7032 100644 --- a/hawkbit-runtime/pom.xml +++ b/hawkbit-runtime/pom.xml @@ -39,16 +39,6 @@ - - io.qameta.allure - allure-junit5 - test - - - org.springframework.boot - spring-boot-starter-test - test - org.springframework.security spring-security-test diff --git a/hawkbit-security-core/pom.xml b/hawkbit-security-core/pom.xml index 670f4b028..094b4bd25 100644 --- a/hawkbit-security-core/pom.xml +++ b/hawkbit-security-core/pom.xml @@ -49,17 +49,5 @@ jakarta.servlet-api provided - - - - org.springframework.boot - spring-boot-starter-test - test - - - io.qameta.allure - allure-junit5 - test - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 13f0820ee..c6006fe53 100644 --- a/pom.xml +++ b/pom.xml @@ -797,5 +797,16 @@ lombok true + + + org.springframework.boot + spring-boot-starter-test + test + + + io.qameta.allure + allure-junit5 + test + diff --git a/site/pom.xml b/site/pom.xml index 3469463c0..cf472da3f 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -134,16 +134,6 @@ - - io.qameta.allure - allure-junit5 - test - - - org.springframework.boot - spring-boot-starter-test - test - org.eclipse.hawkbit hawkbit-repository-test