diff --git a/pom.xml b/pom.xml index ad8fbf3b8..9a2ff49e7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,372 +1,636 @@ - - 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-M4 + + + + + + 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-milestone + + https://repo.spring.io/libs-milestone + + + + + + + + + + spring-plugins-release + + https://repo.spring.io/plugins-release + + + + + diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index a823b1fc7..20d4e3ce1 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Data Commons 3.0 M3 (2022.0.0) +Spring Data Commons 3.0 M4 (2022.0.0) Copyright (c) [2010-2021] Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). @@ -33,5 +33,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file. +