From e1320a55b4f201748fb924cb84118177cadf064d Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 13 May 2022 10:53:26 +0200 Subject: [PATCH] After release cleanups. See #2286 --- pom.xml | 1319 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 792 insertions(+), 527 deletions(-) diff --git a/pom.xml b/pom.xml index 425813925..907884416 100644 --- a/pom.xml +++ b/pom.xml @@ -1,532 +1,797 @@ - - 4.0.0 - - org.springframework.data - - spring-data-redis - - 3.0.0-SNAPSHOT - - Spring Data Redis - - Spring Data module for Redis - - https://spring.io/projects/spring-data-redis - - - - org.springframework.data.build - - spring-data-parent - - 3.0.0-M4 - - - - - 3.0.0-M4 - - 4.0.2 - - 1.9.4 - - 1.4.19 - - 2.11.1 - - 6.1.8.RELEASE - - 3.8.0 - - 1.01 - - 4.1.72.Final - - spring.data.redis - - - - - - scm:git:https://github.com/spring-projects/spring-data-redis.git - - scm:git:git@github.com:spring-projects/spring-data-redis.git - - https://github.com/spring-projects/spring-data-redis - - - - - - GitHub - - https://github.com/spring-projects/spring-data-redis/issues - - - - - - - - - - org.apache.commons - - commons-pool2 - - ${pool} - - - - - - - - - - - - - - org.springframework.data - - spring-data-keyvalue - - ${springdata.keyvalue} - - - - - - org.springframework - - spring-tx - - - - - - org.springframework - - spring-oxm - - - - - - org.springframework - - spring-aop - - - - - - org.springframework - - spring-context-support - - - - - - - - redis.clients - - jedis - - ${jedis} - - true - - - - - - io.lettuce - - lettuce-core - - ${lettuce} - - true - - - - - - io.netty - - netty-transport-native-epoll - - linux-x86_64 - - ${netty} - - test - - - - - - io.netty - - netty-transport-native-kqueue - - osx-x86_64 - - ${netty} - - test - - - - - - - - io.projectreactor - - reactor-core - - true - - - - - - - - com.fasterxml.jackson.core - - jackson-core - - true - - - - - - com.fasterxml.jackson.datatype - - jackson-datatype-jsr310 - - true - - - - - - com.fasterxml.jackson.core - - jackson-databind - - true - - - - - - commons-beanutils - - commons-beanutils - - ${beanutils} - - true - - - - - - - - org.apache.commons - - commons-pool2 - - true - - - - - - - - - - jakarta.enterprise - - jakarta.enterprise.cdi-api - - ${cdi} - - provided - - true - - - - - - org.apache.openwebbeans - - openwebbeans-se - - jakarta - - ${webbeans} - - test - - - - - - org.apache.openwebbeans - - openwebbeans-spi - - jakarta - - ${webbeans} - - test - - - - - - org.apache.openwebbeans - - openwebbeans-impl - - jakarta - - ${webbeans} - - test - - - - - - - - org.jetbrains.kotlin - - kotlin-stdlib - - true - - - - - - org.jetbrains.kotlin - - kotlin-reflect - - true - - - - - - org.jetbrains.kotlinx - - kotlinx-coroutines-core - - ${kotlin-coroutines} - - true - - - - - - org.jetbrains.kotlinx - - kotlinx-coroutines-reactor - - ${kotlin-coroutines} - - true - - - - - - io.mockk - - mockk - - ${mockk} - - test - - - - - - - - org.springframework - - spring-jdbc - - test - - - - - - org.awaitility - - awaitility - - ${awaitility} - - test - - - - - - com.thoughtworks.xstream - - xstream - - ${xstream} - - test - - - - - - edu.umd.cs.mtc - - multithreadedtc - - ${multithreadedtc} - - test - - - - - - io.projectreactor - - reactor-test - - test - - - - - - - - - - - - org.apache.maven.plugins - - maven-surefire-plugin - - - - - - -XX:-OmitStackTraceInFastThrow - - false - - - - **/*Tests.java - - **/*Test.java - - - - - - - - - - org.apache.maven.plugins - - maven-assembly-plugin - - - - - - org.asciidoctor - - asciidoctor-maven-plugin - - - - - - ${lettuce} - - ${jedis} - - - - - - - - - - - - - - - - spring-libs-milestone - - https://repo.spring.io/libs-milestone - - - - - - - - - - spring-plugins-release - - https://repo.spring.io/plugins-release - - - - - - - - - - - - none - - - - + 4.0.0 + + + org.springframework.data + + + spring-data-redis + + + 3.0.0-SNAPSHOT + + + Spring Data Redis + + + Spring Data module for Redis + + + https://spring.io/projects/spring-data-redis + + + + + + org.springframework.data.build + + + spring-data-parent + + + 3.0.0-SNAPSHOT + + + + + + + + + 3.0.0-SNAPSHOT + + + 4.0.2 + + + 1.9.4 + + + 1.4.19 + + + 2.11.1 + + + 6.1.8.RELEASE + + + 3.8.0 + + + 1.01 + + + 4.1.72.Final + + + spring.data.redis + + + + + + + + + scm:git:https://github.com/spring-projects/spring-data-redis.git + + + scm:git:git@github.com:spring-projects/spring-data-redis.git + + + https://github.com/spring-projects/spring-data-redis + + + + + + + + + GitHub + + + https://github.com/spring-projects/spring-data-redis/issues + + + + + + + + + + + + + + + org.apache.commons + + + commons-pool2 + + + ${pool} + + + + + + + + + + + + + + + + + + + + + org.springframework.data + + + spring-data-keyvalue + + + ${springdata.keyvalue} + + + + + + + + + org.springframework + + + spring-tx + + + + + + + + + org.springframework + + + spring-oxm + + + + + + + + + org.springframework + + + spring-aop + + + + + + + + + org.springframework + + + spring-context-support + + + + + + + + + + + + redis.clients + + + jedis + + + ${jedis} + + + true + + + + + + + + + io.lettuce + + + lettuce-core + + + ${lettuce} + + + true + + + + + + + + + io.netty + + + netty-transport-native-epoll + + + linux-x86_64 + + + ${netty} + + + test + + + + + + + + + io.netty + + + netty-transport-native-kqueue + + + osx-x86_64 + + + ${netty} + + + test + + + + + + + + + + + + io.projectreactor + + + reactor-core + + + true + + + + + + + + + + + + com.fasterxml.jackson.core + + + jackson-core + + + true + + + + + + + + + com.fasterxml.jackson.datatype + + + jackson-datatype-jsr310 + + + true + + + + + + + + + com.fasterxml.jackson.core + + + jackson-databind + + + true + + + + + + + + + commons-beanutils + + + commons-beanutils + + + ${beanutils} + + + true + + + + + + + + + + + + org.apache.commons + + + commons-pool2 + + + true + + + + + + + + + + + + + + + jakarta.enterprise + + + jakarta.enterprise.cdi-api + + + ${cdi} + + + provided + + + true + + + + + + + + + org.apache.openwebbeans + + + openwebbeans-se + + + jakarta + + + ${webbeans} + + + test + + + + + + + + + org.apache.openwebbeans + + + openwebbeans-spi + + + jakarta + + + ${webbeans} + + + test + + + + + + + + + org.apache.openwebbeans + + + openwebbeans-impl + + + jakarta + + + ${webbeans} + + + test + + + + + + + + + + + + org.jetbrains.kotlin + + + kotlin-stdlib + + + true + + + + + + + + + org.jetbrains.kotlin + + + kotlin-reflect + + + true + + + + + + + + + org.jetbrains.kotlinx + + + kotlinx-coroutines-core + + + ${kotlin-coroutines} + + + true + + + + + + + + + org.jetbrains.kotlinx + + + kotlinx-coroutines-reactor + + + ${kotlin-coroutines} + + + true + + + + + + + + + io.mockk + + + mockk + + + ${mockk} + + + test + + + + + + + + + + + + org.springframework + + + spring-jdbc + + + test + + + + + + + + + org.awaitility + + + awaitility + + + ${awaitility} + + + test + + + + + + + + + com.thoughtworks.xstream + + + xstream + + + ${xstream} + + + test + + + + + + + + + edu.umd.cs.mtc + + + multithreadedtc + + + ${multithreadedtc} + + + test + + + + + + + + + io.projectreactor + + + reactor-test + + + test + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + + + maven-surefire-plugin + + + + + + + + + -XX:-OmitStackTraceInFastThrow + + + false + + + + + + **/*Tests.java + + + **/*Test.java + + + + + + + + + + + + + + + org.apache.maven.plugins + + + maven-assembly-plugin + + + + + + + + + org.asciidoctor + + + asciidoctor-maven-plugin + + + + + + + + + ${lettuce} + + + ${jedis} + + + + + + + + + + + + + + + + + + + + + + + + spring-libs-snapshot + + + https://repo.spring.io/libs-snapshot + + + + + + + + + + + + + + + spring-plugins-release + + + https://repo.spring.io/plugins-release + + + + + + + + + + + + + + + + + + none + + + + + + + +