From ae4e3578aaa29ed93e77ec6a174cf487ba575b7f Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Tue, 8 Oct 2024 17:02:03 +0200 Subject: [PATCH] Restore pom.xml broken indent --- pom.xml | 296 +++++++++++++++++++------------------------------------- 1 file changed, 102 insertions(+), 194 deletions(-) diff --git a/pom.xml b/pom.xml index 32339d78..28bcf4ac 100644 --- a/pom.xml +++ b/pom.xml @@ -14,199 +14,107 @@ ~ ~ You may elect to redistribute this code under either of these licenses. --> - - - - vertx-ext-parent - - io.vertx - - 38 - - - - 4.0.0 - - vertx-mongo-client - - 4.5.11-SNAPSHOT - - - - 4.5.11-SNAPSHOT - - 4.8.1 - - ${project.basedir}/src/main/resources/META-INF/MANIFEST.MF - - - - - - - - - - io.vertx - - vertx-dependencies - - ${stack.version} - - pom - - import - - - - - - - + + vertx-ext-parent + io.vertx + 38 + + + 4.0.0 + + vertx-mongo-client + 4.5.11-SNAPSHOT + + + 4.5.11-SNAPSHOT + 4.8.1 + ${project.basedir}/src/main/resources/META-INF/MANIFEST.MF + + + - - - - io.vertx - - vertx-core - - - - - - org.mongodb - - mongodb-driver-reactivestreams - - ${mongodb.driver.reactivestreams.version} - - - - - - io.netty - - netty-transport - - - - - - io.netty - - netty-buffer - - - - - - io.netty - - netty-handler - - - - - - org.reactivestreams - - reactive-streams - - - - - - - - - - org.reactivestreams - - reactive-streams - - 1.0.3 - - - - - - org.testcontainers - - mongodb - - 1.17.1 - - test - - - - - - org.apache.commons - - commons-collections4 - - 4.4 - - - - - - io.vertx - - vertx-codegen - - true - - - - - - io.vertx - - vertx-docgen - - true - - - - - - io.vertx - - vertx-core - - test-jar - - test - - - - - - junit - - junit - - test - - 4.13.1 - - - - - - pl.pragmatists - - JUnitParams - - 1.1.1 - - test - - - + + io.vertx + vertx-dependencies + ${stack.version} + pom + import + - - + + + + + io.vertx + vertx-core + + + org.mongodb + mongodb-driver-reactivestreams + ${mongodb.driver.reactivestreams.version} + + + io.netty + netty-transport + + + io.netty + netty-buffer + + + io.netty + netty-handler + + + org.reactivestreams + reactive-streams + + + + + org.reactivestreams + reactive-streams + 1.0.3 + + + org.testcontainers + mongodb + 1.17.1 + test + + + org.apache.commons + commons-collections4 + 4.4 + + + io.vertx + vertx-codegen + true + + + io.vertx + vertx-docgen + true + + + io.vertx + vertx-core + test-jar + test + + + junit + junit + test + 4.13.1 + + + pl.pragmatists + JUnitParams + 1.1.1 + test + + + + \ No newline at end of file