From 286fa5532ac50a5733019ed2c8acbd853214e042 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 13 May 2022 12:39:10 +0200 Subject: [PATCH] Fix pom.xml formatting. This commit reverts formatting changes introduced via b3dace6dba32ec90d1cc9fb5cd05d193f71b7200. See #2582 --- pom.xml | 1314 ++++++++++++++++--------------------------------------- 1 file changed, 367 insertions(+), 947 deletions(-) diff --git a/pom.xml b/pom.xml index 746165993..2f40cd66a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,952 +1,372 @@ - - - 4.0.0 - - - org.springframework.data - - - spring-data-commons - - - 3.0.0-SNAPSHOT - - - Spring Data Core - - - Core Spring concepts underpinning every Spring Data module. - - - https://spring.io/projects/spring-data - - - - - - scm:git:https://github.com/spring-projects/spring-data-commons.git - - - scm:git:git@github.com:spring-projects/spring-data-commons.git - - - https://github.com/spring-projects/spring-data-commons - - - - - - - - - - https://github.com/spring-projects/spring-data-commons/issues - - - - - - - - - org.springframework.data.build - - - spring-data-parent - - - 3.0.0-SNAPSHOT - - - - - - - - - 2.11.7 - - - 1.4.23 - - - spring.data.commons - - - - - - - - - - - - org.springframework - - - spring-core - - - - - - - - - org.springframework - - - spring-beans - - - - - - - - - org.springframework - - - spring-context - - - true - - - - - - - - - org.springframework - - - spring-expression - - - true - - - - - - - - - org.springframework - - - spring-tx - - - true - - - - - - - - - org.springframework - - - spring-oxm - - - true - - - - - - - - - com.fasterxml.jackson.core - - - jackson-databind - - - true - - - - - - - - - org.springframework - - - spring-web - - - true - - - - - - - - - org.springframework - - - spring-webflux - - - true - - - - - - - - - jakarta.servlet - - - jakarta.servlet-api - - - provided - - - - - - - - - jakarta.xml.bind - - - jakarta.xml.bind-api - - - ${jaxb} - - - provided - - - - - - - - - jakarta.annotation - - - jakarta.annotation-api - - - ${jakarta-annotation-api} - - - true - - - - - - - - - com.google.code.findbugs - - - jsr305 - - - 3.0.2 - - - true - - - - - - - - - - - - io.projectreactor - - - reactor-core - - - true - - - - - - - - - io.projectreactor - - - reactor-test - - - test - - - - - - - - - - - - io.reactivex.rxjava3 - - - rxjava - - - ${rxjava3} - - - true - - - - - - - - - io.smallrye.reactive - - - mutiny - - - ${smallrye-mutiny} - - - true - - - - - - - - - - - - com.querydsl - - - querydsl-core - - - ${querydsl} - - - true - - - - - - - - - com.querydsl - - - querydsl-apt - - - ${querydsl} - - - provided - - - - - - - - - com.querydsl - - - querydsl-collections - - - ${querydsl} - - - true - - - - - - - - - com.google.guava - - - guava - - - ${guava} - - - true - - - - - - - - - io.vavr - - - vavr - - - ${vavr} - - - true - - - - + + 4.0.0 + + org.springframework.data + spring-data-commons + 3.0.0-SNAPSHOT + + Spring Data Core + Core Spring concepts underpinning every Spring Data module. + https://spring.io/projects/spring-data + + scm:git:https://github.com/spring-projects/spring-data-commons.git + scm:git:git@github.com:spring-projects/spring-data-commons.git + https://github.com/spring-projects/spring-data-commons + + + https://github.com/spring-projects/spring-data-commons/issues + + + + org.springframework.data.build + spring-data-parent + 3.0.0-SNAPSHOT + + + + + 2.11.7 + 1.4.23 + spring.data.commons + + + + + + org.springframework + spring-core + + + org.springframework + spring-beans + + + org.springframework + spring-context + true + + + org.springframework + spring-expression + true + + + org.springframework + spring-tx + true + + + org.springframework + spring-oxm + true + + + com.fasterxml.jackson.core + jackson-databind + true + + + org.springframework + spring-web + true + + + org.springframework + spring-webflux + true + + + + jakarta.servlet + jakarta.servlet-api + provided + + + jakarta.xml.bind + jakarta.xml.bind-api + ${jaxb} + provided + + + jakarta.annotation + jakarta.annotation-api + ${jakarta-annotation-api} + true + + + + com.google.code.findbugs + jsr305 + 3.0.2 + true + + + + + + io.projectreactor + reactor-core + true + + + + io.projectreactor + reactor-test + test + + + + + + io.reactivex.rxjava3 + rxjava + ${rxjava3} + true + + + + io.smallrye.reactive + mutiny + ${smallrye-mutiny} + true + + + + + + com.querydsl + querydsl-core + ${querydsl} + true + + + + com.querydsl + querydsl-apt + ${querydsl} + provided + + + + com.querydsl + querydsl-collections + ${querydsl} + true + + + + com.google.guava + guava + ${guava} + true + + + + io.vavr + vavr + ${vavr} + true + - - - - - - - - org.eclipse.collections - - - eclipse-collections-api - - - ${eclipse-collections} - - - true - - - - - - - - - org.eclipse.collections - - - eclipse-collections - - - ${eclipse-collections} - - - test - - - - - - - - - - - - jakarta.enterprise - - - jakarta.enterprise.cdi-api - - - provided - - - true - - - - - - - - - org.apache.openwebbeans - - - openwebbeans-se - - - jakarta - - - test - - - - - - - - - org.apache.openwebbeans - - - openwebbeans-spi - - - jakarta - - - test - - - - - - - - - org.apache.openwebbeans - - - openwebbeans-impl - - - jakarta - - - test - - - - - - - - - org.springframework.hateoas - - - spring-hateoas - - - ${spring-hateoas} - - - true - - - - - - - - - org.springframework - - - spring-webmvc - - - true - - - - - - - - - com.sun.xml.bind - - - jaxb-impl - - - 3.0.2 - - - test - - - - - - - - - xmlunit - - - xmlunit - - - 1.6 - - - test - - - - - - - - - - - - org.codehaus.groovy - - - groovy-all - - - 2.4.4 - - - test - - - - - - - - - - - - org.jetbrains.kotlin - - - kotlin-stdlib - - - true - - - - - - - - - org.jetbrains.kotlin - - - kotlin-reflect - - - true - - - - - - - - - org.jetbrains.kotlinx - - - kotlinx-coroutines-core - - - true - - - - - - - - - org.jetbrains.kotlinx - - - kotlinx-coroutines-reactive - - - true - - - - - - - - - org.jetbrains.kotlinx - - - kotlinx-coroutines-reactor - - - true - - - - - - - - - org.jetbrains.kotlin - - - kotlin-test-junit5 - - - ${kotlin} - - - test - - - - - - - - - io.mockk - - - mockk - - - ${mockk} - - - test - - - - - - - - - - - - org.scala-lang - - - scala-library - - - ${scala} - - - true - - - - - - - - - jakarta.transaction - - - jakarta.transaction-api - - - 2.0.0 - - - test - - - - - - - - - com.jayway.jsonpath - - - json-path - - - ${jsonpath} - - - true - - - - - - - - - org.xmlbeam - - - xmlprojector - - - ${xmlbeam} - - - true - - - - - - - - - de.schauderhaft.degraph - - - degraph-check - - - 0.1.4 - - - test - - - - - - - - - org.jmolecules.integrations - - - jmolecules-spring - - - ${jmolecules-integration} - - - true - - - - - - - - - - - - - - - - - - org.apache.maven.plugins - - - maven-assembly-plugin - - - - - - - - - org.asciidoctor - - - asciidoctor-maven-plugin - - - - - - - - - - - - - - - - - - spring-libs-snapshot - - - https://repo.spring.io/libs-snapshot - - - - - - - - - - - - - - - spring-plugins-release - - - https://repo.spring.io/plugins-release - - - - - - - + + + + org.eclipse.collections + eclipse-collections-api + ${eclipse-collections} + true + + + + org.eclipse.collections + eclipse-collections + ${eclipse-collections} + test + + + + + + jakarta.enterprise + jakarta.enterprise.cdi-api + provided + true + + + + org.apache.openwebbeans + openwebbeans-se + jakarta + test + + + + org.apache.openwebbeans + openwebbeans-spi + jakarta + test + + + + org.apache.openwebbeans + openwebbeans-impl + jakarta + test + + + + org.springframework.hateoas + spring-hateoas + ${spring-hateoas} + true + + + + org.springframework + spring-webmvc + true + + + + com.sun.xml.bind + jaxb-impl + 3.0.2 + test + + + + xmlunit + xmlunit + 1.6 + test + + + + + org.codehaus.groovy + groovy-all + 2.4.4 + test + + + + + org.jetbrains.kotlin + kotlin-stdlib + true + + + + org.jetbrains.kotlin + kotlin-reflect + true + + + + org.jetbrains.kotlinx + kotlinx-coroutines-core + true + + + + org.jetbrains.kotlinx + kotlinx-coroutines-reactive + true + + + + org.jetbrains.kotlinx + kotlinx-coroutines-reactor + true + + + + org.jetbrains.kotlin + kotlin-test-junit5 + ${kotlin} + test + + + + io.mockk + mockk + ${mockk} + test + + + + + org.scala-lang + scala-library + ${scala} + true + + + + jakarta.transaction + jakarta.transaction-api + 2.0.0 + test + + + + com.jayway.jsonpath + json-path + ${jsonpath} + true + + + + org.xmlbeam + xmlprojector + ${xmlbeam} + true + + + + de.schauderhaft.degraph + degraph-check + 0.1.4 + test + + + + org.jmolecules.integrations + jmolecules-spring + ${jmolecules-integration} + true + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + org.asciidoctor + asciidoctor-maven-plugin + + + + + + + + spring-libs-snapshot + https://repo.spring.io/libs-snapshot + + + + + + spring-plugins-release + https://repo.spring.io/plugins-release + +