diff --git a/pom.xml b/pom.xml index f97e78a..04b9e96 100644 --- a/pom.xml +++ b/pom.xml @@ -30,6 +30,8 @@ Michael Rhöse michael.rhoese@varietas.io + varietas.io + varietas.io Project owner Developer @@ -80,9 +82,14 @@ vertx-rx-java ${version.vertx.framework} + + io.vertx + vertx-tcp-eventbus-bridge + ${version.vertx.framework} + - + @@ -135,18 +142,6 @@ ${version.googlecode.json-simple} - - - net.sourceforge.streamsupport - streamsupport-atomic - ${version.sourceforge.streamsupport} - - - net.sourceforge.streamsupport - streamsupport-flow - ${version.sourceforge.streamsupport} - - io.github.lukehutch @@ -154,6 +149,12 @@ 2.0.21 + + + org.yaml + snakeyaml + 1.18 + @@ -192,4 +193,93 @@ + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + release + deploy + + + + \ No newline at end of file