From b3cf8420e57dc86f529adb988437ddefc5383f34 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 13 May 2022 10:53:27 +0200 Subject: [PATCH] After release cleanups. See #1380 --- pom.xml | 1474 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 885 insertions(+), 589 deletions(-) diff --git a/pom.xml b/pom.xml index 4847ce92..f2df553c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,594 +1,890 @@ - - 4.0.0 - - org.springframework.data - - spring-data-couchbase - - 5.0.0-SNAPSHOT - - Spring Data Couchbase - - Spring Data integration for Couchbase - - https://github.com/spring-projects/spring-data-couchbase - - - - org.springframework.data.build - - spring-data-parent - - 3.0.0-M4 - - - - - 3.3.0 - - 3.3.0 - - 3.0.0-M4 - - spring.data.couchbase - - 2.10.13 - - 3.0.1 - - 7.0.1.Final - - 1.1.3 - - 5.0.0 - - 3.7.4 - - - - - - - - - - org.testcontainers - - testcontainers-bom - - ${testcontainers} - - pom - - import - - - - - - - - - - - - com.querydsl - - querydsl-apt - - ${querydsl} - - provided - - - - - - org.springframework - - spring-context-support - - - - - - org.springframework - - spring-web - - - - - - org.springframework - - spring-tx - - - - - - ${project.groupId} - - spring-data-commons - - ${springdata.commons} - - - - - - com.couchbase.client - - java-client - - ${couchbase} - - - - - - - - jakarta.enterprise - - jakarta.enterprise.cdi-api - - 3.0.0 - - - - - - org.springframework - - spring-test - - ${spring} - - test - - - - - - org.hibernate.validator - - hibernate-validator - - 7.0.1.Final - - test - - - - - - org.apache.httpcomponents - - httpclient - - 4.5.13 - - test - - - - - - io.projectreactor - - reactor-test - - 3.4.6 - - test - - - - - - com.fasterxml.jackson.core - - jackson-databind - - - - - - joda-time - - joda-time - - ${jodatime} - - true - - - - - - org.testcontainers - - testcontainers - - test - - - - - - - - jakarta.validation - - jakarta.validation-api - - ${validation} - - - - - - jakarta.el - - jakarta.el-api - - 4.0.0 - - provided - - true - - - - - - javax.el - - javax.el-api - - 3.0.0 - - test - - - - - - org.glassfish - - jakarta.el - - 4.0.2 - - provided - - true - - - - - - - - - - org.apache.geronimo.specs - - geronimo-jcdi_2.0_spec - - 1.0.1 - - test - - - - - - javax.interceptor - - javax.interceptor-api - - 1.2.1 - - test - - - - - - org.apache.openwebbeans - - openwebbeans-se - - ${webbeans} - - test - - - - - - com.couchbase.mock - - CouchbaseMock - - 1.5.25 - - test - - - - - - com.squareup.okhttp3 - - okhttp - - 4.8.1 - - test - - - - - - com.squareup.okhttp3 - - okhttp-tls - - 4.8.1 - - test - - - - - - - - org.jetbrains.kotlin - - kotlin-stdlib - - ${kotlin} - - true - - - - - - org.jetbrains.kotlin - - kotlin-reflect - - ${kotlin} - - true - - - - - - org.jetbrains.kotlin - - kotlin-test - - ${kotlin} - - test - - - - - - org.awaitility - - awaitility - - 4.0.3 - - test - - - - - - - - - - spring-libs-milestone - - https://repo.spring.io/libs-milestone - - - - - - sonatype-snapshot - - https://oss.sonatype.org/content/repositories/snapshots - - - - true - - - - - - false - - - - - - - - jitpack.io - - https://jitpack.io - - - - - - - - - - spring-plugins-release - - https://repo.spring.io/plugins-release - - - - - - - - - - - - org.apache.maven.plugins - - maven-surefire-plugin - - - - false - - false - - - - **/*Test.java - - **/*Tests.java - - - - - - **/*IntegrationTest.java - - **/*IntegrationTests.java - - - - - - - - - - org.apache.maven.plugins - - maven-failsafe-plugin - - - - - - **/*IntegrationTest.java - - **/*IntegrationTests.java - - - - - - - - - - - - integration-test - - verify - - - - - - - - - - - - org.apache.maven.plugins - - maven-assembly-plugin - - - - - - org.asciidoctor - - asciidoctor-maven-plugin - - - - - - com.mysema.maven - - apt-maven-plugin - - ${apt} - - - - - - com.querydsl - - querydsl-apt - - ${querydsl} - - - - - - - - - - generate-test-sources - - - - test-process - - - - - - target/generated-test-sources - - org.springframework.data.couchbase.repository.support.CouchbaseAnnotationProcessor - - - - - - - - - - - - + 4.0.0 + + + org.springframework.data + + + spring-data-couchbase + + + 5.0.0-SNAPSHOT + + + Spring Data Couchbase + + + Spring Data integration for Couchbase + + + https://github.com/spring-projects/spring-data-couchbase + + + + + + org.springframework.data.build + + + spring-data-parent + + + 3.0.0-SNAPSHOT + + + + + + + + + 3.3.0 + + + 3.3.0 + + + 3.0.0-SNAPSHOT + + + spring.data.couchbase + + + 2.10.13 + + + 3.0.1 + + + 7.0.1.Final + + + 1.1.3 + + + 5.0.0 + + + 3.7.4 + + + + + + + + + + + + + + + org.testcontainers + + + testcontainers-bom + + + ${testcontainers} + + + pom + + + import + + + + + + + + + + + + + + + + + + com.querydsl + + + querydsl-apt + + + ${querydsl} + + + provided + + + + + + + + + org.springframework + + + spring-context-support + + + + + + + + + org.springframework + + + spring-web + + + + + + + + + org.springframework + + + spring-tx + + + + + + + + + ${project.groupId} + + + spring-data-commons + + + ${springdata.commons} + + + + + + + + + com.couchbase.client + + + java-client + + + ${couchbase} + + + + + + + + + + + + jakarta.enterprise + + + jakarta.enterprise.cdi-api + + + 3.0.0 + + + + + + + + + org.springframework + + + spring-test + + + ${spring} + + + test + + + + + + + + + org.hibernate.validator + + + hibernate-validator + + + 7.0.1.Final + + + test + + + + + + + + + org.apache.httpcomponents + + + httpclient + + + 4.5.13 + + + test + + + + + + + + + io.projectreactor + + + reactor-test + + + 3.4.6 + + + test + + + + + + + + + com.fasterxml.jackson.core + + + jackson-databind + + + + + + + + + joda-time + + + joda-time + + + ${jodatime} + + + true + + + + + + + + + org.testcontainers + + + testcontainers + + + test + + + + + + + + + + + + jakarta.validation + + + jakarta.validation-api + + + ${validation} + + + + + + + + + jakarta.el + + + jakarta.el-api + + + 4.0.0 + + + provided + + + true + + + + + + + + + javax.el + + + javax.el-api + + + 3.0.0 + + + test + + + + + + + + + org.glassfish + + + jakarta.el + + + 4.0.2 + + + provided + + + true + + + + + + + + + + + + + + + org.apache.geronimo.specs + + + geronimo-jcdi_2.0_spec + + + 1.0.1 + + + test + + + + + + + + + javax.interceptor + + + javax.interceptor-api + + + 1.2.1 + + + test + + + + + + + + + org.apache.openwebbeans + + + openwebbeans-se + + + ${webbeans} + + + test + + + + + + + + + com.couchbase.mock + + + CouchbaseMock + + + 1.5.25 + + + test + + + + + + + + + com.squareup.okhttp3 + + + okhttp + + + 4.8.1 + + + test + + + + + + + + + com.squareup.okhttp3 + + + okhttp-tls + + + 4.8.1 + + + test + + + + + + + + + + + + org.jetbrains.kotlin + + + kotlin-stdlib + + + ${kotlin} + + + true + + + + + + + + + org.jetbrains.kotlin + + + kotlin-reflect + + + ${kotlin} + + + true + + + + + + + + + org.jetbrains.kotlin + + + kotlin-test + + + ${kotlin} + + + test + + + + + + + + + org.awaitility + + + awaitility + + + 4.0.3 + + + test + + + + + + + + + + + + + + + spring-libs-snapshot + + + https://repo.spring.io/libs-snapshot + + + + + + + + + sonatype-snapshot + + + https://oss.sonatype.org/content/repositories/snapshots + + + + + + true + + + + + + + + + false + + + + + + + + + + + + jitpack.io + + + https://jitpack.io + + + + + + + + + + + + + + + spring-plugins-release + + + https://repo.spring.io/plugins-release + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + + + maven-surefire-plugin + + + + + + false + + + false + + + + + + **/*Test.java + + + **/*Tests.java + + + + + + + + + **/*IntegrationTest.java + + + **/*IntegrationTests.java + + + + + + + + + + + + + + + org.apache.maven.plugins + + + maven-failsafe-plugin + + + + + + + + + **/*IntegrationTest.java + + + **/*IntegrationTests.java + + + + + + + + + + + + + + + + + + integration-test + + + verify + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + + + maven-assembly-plugin + + + + + + + + + org.asciidoctor + + + asciidoctor-maven-plugin + + + + + + + + + com.mysema.maven + + + apt-maven-plugin + + + ${apt} + + + + + + + + + com.querydsl + + + querydsl-apt + + + ${querydsl} + + + + + + + + + + + + + + + generate-test-sources + + + + + + test-process + + + + + + + + + target/generated-test-sources + + + org.springframework.data.couchbase.repository.support.CouchbaseAnnotationProcessor + + + + + + + + + + + + + + + + + + + +