From b3a3effcb1a65ba5ac6882f80b041b4169a33477 Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Fri, 8 Dec 2023 12:19:21 +0100 Subject: [PATCH] Use new Dropwizard Module Parent --- pom.xml | 178 ++------------------------------------------------------ 1 file changed, 5 insertions(+), 173 deletions(-) diff --git a/pom.xml b/pom.xml index 5166ced..c267431 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,11 @@ 4.0.0 - + + io.dropwizard.modules + module-parent + 4.0.0-rc.1 + io.dropwizard.modules dropwizard-kafka 4.0.1-SNAPSHOT @@ -10,83 +14,24 @@ Dropwizard Kafka Provides easy integration for Dropwizard applications with Apache Kafka - https://github.com/dropwizard/dropwizard-kafka - - - - Apache 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - scm:git:git@github.com:dropwizard/dropwizard-kafka.git - scm:git:https://github.com/dropwizard/dropwizard-kafka.git - https://github.com/dropwizard/dropwizard-kafka - HEAD - - - - GitHub Actions - https://github.com/dropwizard/dropwizard-kafka/actions - - - - GitHub Issues - https://github.com/dropwizard/dropwizard-kafka/issues - - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - dropwizard-kafka http://dropwizard.github.io/dropwizard-kafka/${project.version} - - - mzamani1 - Michael Zamani - mzamani@apple.com - - - - UTF-8 - UTF-8 - 1.8 - 1.8 - true - true - dropwizard_dropwizard-kafka - dropwizard - https://sonarcloud.io 5.16.0 - 4.0.4 3.5.1 2.9.13 - - io.dropwizard - dropwizard-dependencies - ${dropwizard.version} - pom - import - org.apache.kafka kafka-clients @@ -200,16 +145,6 @@ maven-enforcer-plugin 3.4.1 - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.10.0.2594 - - - org.jacoco - jacoco-maven-plugin - 0.8.11 - @@ -247,109 +182,6 @@ - - org.jacoco - jacoco-maven-plugin - - - prepare-agent - - prepare-agent - - - - report - - report - - - - - - - - release - - - performRelease - true - - - - true - EDA86E9FB607B5FC9223FB767D4868B53E31E7AD - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - none - true - - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - --pinentry-mode - loopback - - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - - ossrh - https://s01.oss.sonatype.org/ - true - - - - nexus-deploy - deploy - - deploy - - - - - - - -