From fbd150c0b1e317e0e0e798aac5a63c00e1531ff3 Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Wed, 18 Jun 2025 09:50:24 +0300 Subject: [PATCH] Clean up and organize parent pom (#2466) Signed-off-by: Avgustin Marinov Co-authored-by: github-actions[bot] --- pom.xml | 359 +++++++++++++++++++++++++++----------------------------- 1 file changed, 173 insertions(+), 186 deletions(-) diff --git a/pom.xml b/pom.xml index 5785c4d23..a082fb223 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,12 @@ + + scm:git:git@github.com:eclipse-hawkbit/hawkbit.git + scm:git:https://github.com/eclipse-hawkbit/hawkbit.git + https://github.com/eclipse-hawkbit/hawkbit.git + + 0-SNAPSHOT 17 @@ -87,14 +93,6 @@ 3.2.7 - - scm:git:git@github.com:eclipse/hawkbit.git - - scm:git:https://github.com/eclipse-hawkbit/hawkbit.git - - https://github.com/eclipse-hawkbit/hawkbit.git - - https://sonarcloud.io LOCAL_SCAN @@ -106,7 +104,7 @@ **/target/generated-sources/apt/**,**/src/test/**,**/src/main/java/org/eclipse/hawkbit/repository/test/** - **/src/main/java/org/eclipse/hawkbit/ui/**,**/target/generated-sources/apt/**,**/src/main/java/org/eclipse/hawkbit/repository/test/**,**/examples/** + **/src/main/java/org/eclipse/hawkbit/ui/**,**/target/generated-sources/apt/**,**/src/main/java/org/eclipse/hawkbit/repository/test/** ${project.build.directory} @@ -131,17 +129,6 @@ - - ${release.scm.connection} - ${release.scm.developerConnection} - ${release.scm.url} - - - - Jenkins - https://hudson.eclipse.org/hawkbit/ - - kaizimmerm @@ -205,6 +192,172 @@ + + + + org.slf4j + slf4j-api + + + org.projectlombok + lombok + true + + + + org.springframework.boot + spring-boot-starter-test + test + + + io.qameta.allure + allure-junit5 + test + + + + + + + + com.rabbitmq + http-client + ${rabbitmq.http-client.version} + + + com.cronutils + cron-utils + ${cron-utils.version} + + + org.jsoup + jsoup + ${jsoup.version} + + + javax.el + javax.el-api + ${javax.el-api.version} + + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring.cloud.version} + pom + import + + + org.springframework.boot + spring-boot-starter-web + ${spring.boot.version} + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + + + com.fasterxml.jackson.module + jackson-module-parameter-names + + + + + org.springframework.boot + spring-boot-starter + ${spring.boot.version} + + + org.apache.logging.log4j + log4j-to-slf4j + + + + + org.springframework.plugin + spring-plugin-core + ${spring.plugin.core.version} + + + + org.springdoc + springdoc-openapi-starter-webmvc-ui + ${springdoc-openapi.version} + + + + + io.protostuff + protostuff-core + ${io-protostuff.version} + + + io.protostuff + protostuff-runtime + ${io-protostuff.version} + + + + + cz.jirutka.rsql + rsql-parser + ${rsql-parser.version} + + + commons-io + commons-io + ${commons-io.version} + + + org.apache.commons + commons-collections4 + ${commons-collections4.version} + + + org.apache.commons + commons-text + ${commons-text.version} + + + + + io.github.classgraph + classgraph + ${classgraph.version} + test + + + org.springframework.amqp + spring-rabbit-junit + ${spring-amqp.version} + test + + + org.springframework.amqp + spring-rabbit-test + ${spring-amqp.version} + test + + + io.qameta.allure + allure-junit5 + ${allure.version} + test + + + org.awaitility + awaitility + ${awaitility.version} + test + + + + @@ -561,172 +714,6 @@ - - - - org.slf4j - slf4j-api - - - org.projectlombok - lombok - true - - - - org.springframework.boot - spring-boot-starter-test - test - - - io.qameta.allure - allure-junit5 - test - - - - - - - - com.rabbitmq - http-client - ${rabbitmq.http-client.version} - - - com.cronutils - cron-utils - ${cron-utils.version} - - - org.jsoup - jsoup - ${jsoup.version} - - - javax.el - javax.el-api - ${javax.el-api.version} - - - - - org.springframework.cloud - spring-cloud-dependencies - ${spring.cloud.version} - pom - import - - - org.springframework.boot - spring-boot-starter-web - ${spring.boot.version} - - - com.fasterxml.jackson.datatype - jackson-datatype-jdk8 - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - - - com.fasterxml.jackson.module - jackson-module-parameter-names - - - - - org.springframework.boot - spring-boot-starter - ${spring.boot.version} - - - org.apache.logging.log4j - log4j-to-slf4j - - - - - org.springframework.plugin - spring-plugin-core - ${spring.plugin.core.version} - - - - org.springdoc - springdoc-openapi-starter-webmvc-ui - ${springdoc-openapi.version} - - - - - io.protostuff - protostuff-core - ${io-protostuff.version} - - - io.protostuff - protostuff-runtime - ${io-protostuff.version} - - - - - cz.jirutka.rsql - rsql-parser - ${rsql-parser.version} - - - commons-io - commons-io - ${commons-io.version} - - - org.apache.commons - commons-collections4 - ${commons-collections4.version} - - - org.apache.commons - commons-text - ${commons-text.version} - - - - - io.github.classgraph - classgraph - ${classgraph.version} - test - - - org.springframework.amqp - spring-rabbit-junit - ${spring-amqp.version} - test - - - org.springframework.amqp - spring-rabbit-test - ${spring-amqp.version} - test - - - io.qameta.allure - allure-junit5 - ${allure.version} - test - - - org.awaitility - awaitility - ${awaitility.version} - test - - - - hawkbit-core hawkbit-security-core