From f11365b9f16a4bc98dd2fd84d6028531fa2c1bd9 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 | 263 ++++++++++++++++++++------------------------------------ 1 file changed, 93 insertions(+), 170 deletions(-) diff --git a/pom.xml b/pom.xml index f650e88..21738c6 100644 --- a/pom.xml +++ b/pom.xml @@ -14,175 +14,98 @@ ~ ~ You may elect to redistribute this code under either of these licenses. --> - - 4.0.0 - - - - io.vertx - - vertx-ext-parent - - 38 - - - - vertx-openapi - - 4.5.11-SNAPSHOT - - Vert.x OpenAPI - - - - 4.5.11-SNAPSHOT - - false - - ${project.basedir}/src/main/resources/META-INF/MANIFEST.MF - - - - - - - - - - io.vertx - - vertx-dependencies - - ${stack.version} - - pom - - import - - - - - - - + + 4.0.0 + + + io.vertx + vertx-ext-parent + 38 + + + vertx-openapi + 4.5.11-SNAPSHOT + + Vert.x OpenAPI + + + 4.5.11-SNAPSHOT + false + ${project.basedir}/src/main/resources/META-INF/MANIFEST.MF + + + - - - - io.vertx - - vertx-core - - - - - - io.vertx - - vertx-json-schema - - - - - - org.yaml - - snakeyaml - - - - - - io.vertx - - vertx-codegen - - provided - - true - - - - - - io.vertx - - vertx-docgen - - provided - - - - - - - - io.vertx - - vertx-junit5 - - test - - - - - - com.google.truth - - truth - - 1.1.3 - - test - - - - - - org.mockito - - mockito-junit-jupiter - - 4.11.0 - - test - - - + + io.vertx + vertx-dependencies + ${stack.version} + pom + import + - - - - - - - - org.apache.maven.plugins - - maven-compiler-plugin - - - - 1.8 - - 1.8 - - - - - - - - org.apache.maven.plugins - - maven-surefire-plugin - - 2.22.2 - - - - - - - - + + + + + io.vertx + vertx-core + + + io.vertx + vertx-json-schema + + + org.yaml + snakeyaml + + + io.vertx + vertx-codegen + provided + true + + + io.vertx + vertx-docgen + provided + + + + + io.vertx + vertx-junit5 + test + + + com.google.truth + truth + 1.1.3 + test + + + org.mockito + mockito-junit-jupiter + 4.11.0 + test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + + \ No newline at end of file