From 24d82865bda2dd1f521ad2d30d68e245713cf93e Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Mon, 9 May 2022 11:17:56 +0200 Subject: [PATCH] Reformat code --- pom.xml | 478 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 239 insertions(+), 239 deletions(-) diff --git a/pom.xml b/pom.xml index 3924155..09720ab 100644 --- a/pom.xml +++ b/pom.xml @@ -1,82 +1,82 @@ - 4.0.0 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - Data generator - it.cavallium - data-generator - 0.9.${revision} - maven-plugin - - UTF-8 - 0-SNAPSHOT - - - - mchv-release - MCHV Release Apache Maven Packages - https://mvn.mchv.eu/repository/mchv - - - mchv-snapshot - MCHV Snapshot Apache Maven Packages - https://mvn.mchv.eu/repository/mchv-snapshot - - - - - mchv-release-distribution - MCHV Release Apache Maven Packages Distribution - https://mvn.mchv.eu/repository/mchv - - - mchv-snapshot-distribution - MCHV Snapshot Apache Maven Packages Distribution - https://mvn.mchv.eu/repository/mchv-snapshot - - - - scm:git:https://git.ignuranza.net/andreacavalli/data-generator.git - scm:git:https://git.ignuranza.net/andreacavalli/data-generator.git - HEAD - + Data generator + it.cavallium + data-generator + 0.9.${revision} + maven-plugin + + UTF-8 + 0-SNAPSHOT + + + + mchv-release + MCHV Release Apache Maven Packages + https://mvn.mchv.eu/repository/mchv + + + mchv-snapshot + MCHV Snapshot Apache Maven Packages + https://mvn.mchv.eu/repository/mchv-snapshot + + + + + mchv-release-distribution + MCHV Release Apache Maven Packages Distribution + https://mvn.mchv.eu/repository/mchv + + + mchv-snapshot-distribution + MCHV Snapshot Apache Maven Packages Distribution + https://mvn.mchv.eu/repository/mchv-snapshot + + + + scm:git:https://git.ignuranza.net/andreacavalli/data-generator.git + scm:git:https://git.ignuranza.net/andreacavalli/data-generator.git + HEAD + - - - - org.apache.maven.plugins - maven-plugin-plugin - 3.6.1 - - - org.apache.maven.plugin-tools - maven-plugin-tools-annotations - 3.6.1 - - - - - maven-surefire-plugin - 3.0.0-M5 - - - org.junit.jupiter - junit-jupiter-engine - 5.8.2 - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - 17 - UTF-8 - - + + + + org.apache.maven.plugins + maven-plugin-plugin + 3.6.1 + + + org.apache.maven.plugin-tools + maven-plugin-tools-annotations + 3.6.1 + + + + + maven-surefire-plugin + 3.0.0-M5 + + + org.junit.jupiter + junit-jupiter-engine + 5.8.2 + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 17 + UTF-8 + + com.outbrain.swinfra ci-friendly-flatten-maven-plugin @@ -90,172 +90,172 @@ - - + + - - - commons-io - commons-io - - - org.yaml - snakeyaml - - - com.squareup - javapoet - - - org.jetbrains - annotations - - - it.unimi.dsi - fastutil - - - org.apache.maven - maven-core - provided - - - org.apache.maven - maven-plugin-api - provided - - - org.apache.maven.plugin-tools - maven-plugin-annotations - provided - - - org.apache.maven - maven-project - - - junit - junit - - - - - io.soabase.record-builder - record-builder-core - - - org.slf4j - slf4j-api - - - org.apache.logging.log4j - log4j-core - - - org.apache.logging.log4j - log4j-slf4j-impl - - - org.junit.jupiter - junit-jupiter-api - test - - - org.hamcrest - hamcrest-core - - - - + + + commons-io + commons-io + + + org.yaml + snakeyaml + + + com.squareup + javapoet + + + org.jetbrains + annotations + + + it.unimi.dsi + fastutil + + + org.apache.maven + maven-core + provided + + + org.apache.maven + maven-plugin-api + provided + + + org.apache.maven.plugin-tools + maven-plugin-annotations + provided + + + org.apache.maven + maven-project + + + junit + junit + + + + + io.soabase.record-builder + record-builder-core + + + org.slf4j + slf4j-api + + + org.apache.logging.log4j + log4j-core + + + org.apache.logging.log4j + log4j-slf4j-impl + + + org.junit.jupiter + junit-jupiter-api + test + + + org.hamcrest + hamcrest-core + + + + it.cavallium data-generator-runtime 1.0.63 - - - - - - commons-io - commons-io - 2.8.0 - - - org.yaml - snakeyaml - 1.29 - - - com.squareup - javapoet - 1.14.0-records - - - org.jetbrains - annotations - 20.1.0 - - - it.unimi.dsi - fastutil - 8.5.8 - - - org.apache.maven - maven-core - 3.8.1 - - - org.apache.maven - maven-plugin-api - 3.8.1 - - - org.apache.maven.plugin-tools - maven-plugin-annotations - 3.6.1 - - - org.apache.maven - maven-project - 2.2.1 - - - junit - junit - - - - - io.soabase.record-builder - record-builder-core - 33 - - - org.slf4j - slf4j-api - 1.7.30 - - - org.apache.logging.log4j - log4j-core - 2.16.0 - - - org.apache.logging.log4j - log4j-slf4j-impl - 2.16.0 - - - org.junit.jupiter - junit-jupiter-api - 5.8.2 - - - org.hamcrest - hamcrest-core - - - - - + + + + + + commons-io + commons-io + 2.8.0 + + + org.yaml + snakeyaml + 1.29 + + + com.squareup + javapoet + 1.14.0-records + + + org.jetbrains + annotations + 20.1.0 + + + it.unimi.dsi + fastutil + 8.5.8 + + + org.apache.maven + maven-core + 3.8.1 + + + org.apache.maven + maven-plugin-api + 3.8.1 + + + org.apache.maven.plugin-tools + maven-plugin-annotations + 3.6.1 + + + org.apache.maven + maven-project + 2.2.1 + + + junit + junit + + + + + io.soabase.record-builder + record-builder-core + 33 + + + org.slf4j + slf4j-api + 1.7.30 + + + org.apache.logging.log4j + log4j-core + 2.16.0 + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.16.0 + + + org.junit.jupiter + junit-jupiter-api + 5.8.2 + + + org.hamcrest + hamcrest-core + + + + + \ No newline at end of file