From deab1a15dee2142e1b948256943825520f93269e Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Thu, 16 Sep 2021 22:05:47 +0200 Subject: [PATCH] Clean pom.xml --- pom.xml | 552 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 277 insertions(+), 275 deletions(-) diff --git a/pom.xml b/pom.xml index 95ebe93..b17f0bf 100644 --- a/pom.xml +++ b/pom.xml @@ -1,282 +1,284 @@ - 4.0.0 - it.tdlight - tdlib-session-container - 5.0.${revision} - TDLib Session Container - - UTF-8 - 0-SNAPSHOT - 11 - 11 + 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 + it.tdlight + tdlib-session-container + 5.0.${revision} + TDLib Session Container + + UTF-8 + 0-SNAPSHOT + 11 + 11 - 4.0.3 - - - - protoarch - protoarch - http://home.apache.org/~aajisaka/repository - - - 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/tdlight-team/tdlib-session-container.git - scm:git:https://git.ignuranza.net/tdlight-team/tdlib-session-container.git - HEAD - - - - - io.vertx - vertx-stack-depchain - ${vertx.version} - pom - import - - - it.unimi.dsi - fastutil - 8.5.6 - - - + 4.0.3 + + + + protoarch + protoarch + http://home.apache.org/~aajisaka/repository + + + 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/tdlight-team/tdlib-session-container.git + scm:git:https://git.ignuranza.net/tdlight-team/tdlib-session-container.git + + HEAD + + - - io.vertx - vertx-hazelcast - ${vertx.version} - - - io.vertx - vertx-junit5 - ${vertx.version} - test - - - io.vertx - vertx-reactive-streams - ${vertx.version} - - - io.vertx - vertx-rx-java2 - ${vertx.version} - - - org.junit.jupiter - junit-jupiter-api - 5.8.0-M1 - test - - - org.hamcrest - hamcrest-core - - - - + + io.vertx + vertx-stack-depchain + ${vertx.version} + pom + import + + + it.unimi.dsi + fastutil + 8.5.6 + + + + + + io.vertx + vertx-hazelcast + ${vertx.version} + + + io.vertx + vertx-junit5 + ${vertx.version} + test + + + io.vertx + vertx-reactive-streams + ${vertx.version} + + + io.vertx + vertx-rx-java2 + ${vertx.version} + + + org.junit.jupiter + junit-jupiter-api + 5.8.0-M1 + test + + + org.hamcrest + hamcrest-core + + + + + org.junit.jupiter + junit-jupiter-engine + 5.8.0-M1 + test + + + io.vertx + vertx-circuit-breaker + ${vertx.version} + + + io.projectreactor + reactor-core + 3.4.10 + + + io.projectreactor + reactor-tools + 3.4.10 + + + com.akaita.java + rxjava2-debug + 1.4.0 + + + org.slf4j + slf4j-api + 1.7.30 + + + org.apache.logging.log4j + log4j-core + 2.14.1 + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.14.1 + + + org.warp + common-utils + 1.1.4 + + + io.netty + netty-tcnative-boringssl-static + 2.0.39.Final + + + + it.tdlight + tdlight-java + 1.7.7.1 + + + it.cavallium + concurrent-locks + 1.0.8 + + + javax.annotation + javax.annotation-api + 1.3.2 + + + + it.unimi.dsi + fastutil + + + com.squareup.moshi + moshi + 1.12.0 + + + dev.zacsweers.moshix + moshi-records-reflect + 0.11.0 + + + + + + ../src/main/libs + + **/*.jar + + + + src/main/resources + + **/*.jar + + + + + + kr.motd.maven + os-maven-plugin + 1.5.0.Final + + + + + org.apache.maven.plugins + maven-install-plugin + 3.0.0-M1 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 11 + false + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + org.codehaus.mojo + flatten-maven-plugin + 1.1.0 + + true + resolveCiFriendliesOnly + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + + + org.codehaus.mojo + templating-maven-plugin + 1.0.0 + + + filtering-java-templates + + filter-sources + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + org.junit.platform + junit-platform-surefire-provider + 1.3.2 + + org.junit.jupiter junit-jupiter-engine 5.8.0-M1 - test - - - io.vertx - vertx-circuit-breaker - ${vertx.version} - - - io.projectreactor - reactor-core - 3.4.10 - - - io.projectreactor - reactor-tools - 3.4.10 - - - com.akaita.java - rxjava2-debug - 1.4.0 - - - org.slf4j - slf4j-api - 1.7.30 - - - org.apache.logging.log4j - log4j-core - 2.14.1 - - - org.apache.logging.log4j - log4j-slf4j-impl - 2.14.1 - - - org.warp - common-utils - 1.1.4 - - - io.netty - netty-tcnative-boringssl-static - 2.0.39.Final - - - - it.tdlight - tdlight-java - 1.7.7.1 - - - it.cavallium - concurrent-locks - 1.0.8 - - - javax.annotation - javax.annotation-api - 1.3.2 - - - - it.unimi.dsi - fastutil - - - com.squareup.moshi - moshi - 1.12.0 - - - dev.zacsweers.moshix - moshi-records-reflect - 0.11.0 - - - - - - ../src/main/libs - - **/*.jar - - - - src/main/resources - - **/*.jar - - - - - - kr.motd.maven - os-maven-plugin - 1.5.0.Final - - - - - org.apache.maven.plugins - maven-install-plugin - 3.0.0-M1 - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - 11 - false - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 - - - org.codehaus.mojo - flatten-maven-plugin - 1.1.0 - - true - resolveCiFriendliesOnly - - - - flatten - process-resources - - flatten - - - - flatten.clean - clean - - clean - - - - - - org.codehaus.mojo - templating-maven-plugin - 1.0.0 - - - filtering-java-templates - - filter-sources - - - - - - maven-surefire-plugin - 2.22.1 - - - org.junit.platform - junit-platform-surefire-provider - 1.3.2 - - - org.junit.jupiter - junit-jupiter-engine - 5.8.0-M1 - - - - - + + + + +