From 82ad1b0fadf09d43f3429ef0bd88d4224aa32772 Mon Sep 17 00:00:00 2001 From: Sven Strittmatter Date: Fri, 16 Feb 2024 15:02:46 +0100 Subject: [PATCH] #121 Reformatting Signed-off-by: Sven Strittmatter --- pom.xml | 767 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 384 insertions(+), 383 deletions(-) diff --git a/pom.xml b/pom.xml index e138e583..34a8bd5f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,390 +1,391 @@ - - 4.0.0 - - io.securecodebox - defectdojo-client - 3.0.0-SNAPSHOT - jar - DefectDojo Client Java - - This library helps with interacting with the REST API of DefectDojo. - - https://github.com/secureCodeBox/defectdojo-client-java - - - - The Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - - secureCodeBox - https://www.securecodebox.io/ - - - - ${maven.version} - - - - scm:git:https://github.com/secureCodeBox/defectdojo-client-java.git - scm:git:https://github.com/secureCodeBox/defectdojo-client-java.git - https://github.com/secureCodeBox/defectdojo-client-java.git - HEAD - - - - - jannik.hollenbach - Jannik Hollenbach - jannik.hollenbach@iteratec.com - - - robert.felber - Robert Felber - robert.felber@iteratec.com - - - johannes.zahn - Johannes Zahn - johannes.zahn@iteratec.com - - - sven.strittmatter - Sven Strittmatter - sven.strittmatter@iteratec.com - - - heiko.kiesel - Heiko Kiesel - heiko.kiesel@iteratec.com - - - - - 3.5.0 - UTF-8 - UTF-8 - 17 - 17 - ${project.build.directory}/jacoco.exec - - - 2.16.1 - 5.3.29 - 5.10.0 - - - - - - org.junit - junit-bom - 5.10.2 - pom - import - - - - + + 4.0.0 + + io.securecodebox + defectdojo-client + 3.0.0-SNAPSHOT + jar + DefectDojo Client Java + + This library helps with interacting with the REST API of DefectDojo. + + https://github.com/secureCodeBox/defectdojo-client-java + + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + secureCodeBox + https://www.securecodebox.io/ + + + + ${maven.version} + + + + scm:git:https://github.com/secureCodeBox/defectdojo-client-java.git + scm:git:https://github.com/secureCodeBox/defectdojo-client-java.git + https://github.com/secureCodeBox/defectdojo-client-java.git + HEAD + + + + + jannik.hollenbach + Jannik Hollenbach + jannik.hollenbach@iteratec.com + + + robert.felber + Robert Felber + robert.felber@iteratec.com + + + johannes.zahn + Johannes Zahn + johannes.zahn@iteratec.com + + + sven.strittmatter + Sven Strittmatter + sven.strittmatter@iteratec.com + + + heiko.kiesel + Heiko Kiesel + heiko.kiesel@iteratec.com + + + + + 3.5.0 + UTF-8 + UTF-8 + 17 + 17 + ${project.build.directory}/jacoco.exec + + + 2.16.1 + 5.3.29 + 5.10.0 + + + - - - org.springframework - spring-web - ${org.springframework.version} - - - org.apache.httpcomponents - httpclient - 4.5.14 - - - com.fasterxml.jackson.core - jackson-core - ${com.fasterxml.jackson.version} - - - com.fasterxml.jackson.core - jackson-annotations - ${com.fasterxml.jackson.version} - - - com.fasterxml.jackson.core - jackson-databind - ${com.fasterxml.jackson.version} - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - ${com.fasterxml.jackson.version} - - - org.slf4j - slf4j-api - 2.0.11 - - - org.projectlombok - lombok - 1.18.30 - provided - - - - - org.junit.jupiter - junit-jupiter - test - - - org.springframework - spring-test - ${org.springframework.version} - test - - - org.hamcrest - java-hamcrest - 2.0.0.0 - test - - - org.mockito - mockito-core - ${org.mockito.version} - test - - - org.mockito - mockito-junit-jupiter - ${org.mockito.version} - test - - - uk.org.webcompere - system-stubs-jupiter - 2.1.6 - test - - - nl.jqno.equalsverifier - equalsverifier - 3.15.6 - test - + org.junit + junit-bom + 5.10.2 + pom + import + - - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - - release - - - - maven-gpg-plugin - 3.1.0 - - - sign-artifacts - verify - - sign - - - - - - --pinentry-mode - loopback - - - - - - - - - - - - - - - maven-compiler-plugin - 3.12.1 - - ${project.build.version.source} - ${project.build.version.target} - ${project.build.sourceEncoding} - true - true - -Xlint:unchecked - - - - - maven-source-plugin - 3.3.0 - - - - attach-sources - - jar-no-fork - - - - - - - maven-enforcer-plugin - 3.4.1 - - - enforce - - - - - - - ${project.build.version.target} - - - ${maven.version} - - - - - - enforce - - - - - - - maven-release-plugin - 3.0.1 - - - mvnw - - - - - - org.jacoco - jacoco-maven-plugin - 0.8.11 - - - pre-unit-test - - prepare-agent - - process-test-classes - - - ${sonar.jacoco.reportPath} - - - - - report - prepare-package - - report - - - - - - - maven-surefire-plugin - 3.2.5 - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - true - - ossrh - https://oss.sonatype.org/ - true - - - - - maven-javadoc-plugin - 3.6.3 - - - attach-javadocs - - jar - - - - - - Copyright © {currentYear} the secureCodeBox Authors. All Rights Reserved. - - - ${project.name} - ${project.version} - ${project.name} - ${project.version} - private - ${project.build.sourceEncoding} - ${project.build.sourceEncoding} - ${project.build.version.source} - - - https://docs.oracle.com/en/java/javase/17/docs/api/ - - false - - - - - + + + + + + org.springframework + spring-web + ${org.springframework.version} + + + org.apache.httpcomponents + httpclient + 4.5.14 + + + com.fasterxml.jackson.core + jackson-core + ${com.fasterxml.jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${com.fasterxml.jackson.version} + + + com.fasterxml.jackson.core + jackson-databind + ${com.fasterxml.jackson.version} + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + ${com.fasterxml.jackson.version} + + + org.slf4j + slf4j-api + 2.0.11 + + + + org.projectlombok + lombok + 1.18.30 + provided + + + + + org.junit.jupiter + junit-jupiter + test + + + org.springframework + spring-test + ${org.springframework.version} + test + + + org.hamcrest + java-hamcrest + 2.0.0.0 + test + + + org.mockito + mockito-core + ${org.mockito.version} + test + + + org.mockito + mockito-junit-jupiter + ${org.mockito.version} + test + + + uk.org.webcompere + system-stubs-jupiter + 2.1.6 + test + + + nl.jqno.equalsverifier + equalsverifier + 3.15.6 + test + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + release + - - maven-surefire-plugin - - - - maven-source-plugin - - - - maven-javadoc-plugin - - - - org.jacoco - jacoco-maven-plugin - - - - org.sonatype.plugins - nexus-staging-maven-plugin - + + maven-gpg-plugin + 3.1.0 + + + sign-artifacts + verify + + sign + + + + + + --pinentry-mode + loopback + + + + + - + + + + + + + + + maven-compiler-plugin + 3.12.1 + + ${project.build.version.source} + ${project.build.version.target} + ${project.build.sourceEncoding} + true + true + -Xlint:unchecked + + + + + maven-source-plugin + 3.3.0 + + + + attach-sources + + jar-no-fork + + + + + + + maven-enforcer-plugin + 3.4.1 + + + enforce + + + + + + + ${project.build.version.target} + + + ${maven.version} + + + + + + enforce + + + + + + + maven-release-plugin + 3.0.1 + + + mvnw + + + + + + org.jacoco + jacoco-maven-plugin + 0.8.11 + + + pre-unit-test + + prepare-agent + + process-test-classes + + + ${sonar.jacoco.reportPath} + + + + + report + prepare-package + + report + + + + + + + maven-surefire-plugin + 3.2.5 + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + maven-javadoc-plugin + 3.6.3 + + + attach-javadocs + + jar + + + + + + Copyright © {currentYear} the secureCodeBox Authors. All Rights Reserved. + + + ${project.name} - ${project.version} + ${project.name} - ${project.version} + private + ${project.build.sourceEncoding} + ${project.build.sourceEncoding} + ${project.build.version.source} + + + https://docs.oracle.com/en/java/javase/17/docs/api/ + + false + + + + + + + + maven-surefire-plugin + + + + maven-source-plugin + + + + maven-javadoc-plugin + + + + org.jacoco + jacoco-maven-plugin + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + +