From ac834ad0c324471b6a7896f3fdb67f8bca485155 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 13 May 2022 10:53:25 +0200 Subject: [PATCH] After release cleanups. See #1247 --- pom.xml | 1241 +++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 792 insertions(+), 449 deletions(-) diff --git a/pom.xml b/pom.xml index b89343927..d2ae0068f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,695 +1,1038 @@ - + + 4.0.0 - + + - + + org.springframework.data.build - + + spring-data-parent - - 3.0.0-M4 - + + + 3.0.0-SNAPSHOT + + - + + org.springframework.data - + + spring-data-cassandra-parent - + + 4.0.0-SNAPSHOT - + + pom - + + Spring Data for Apache Cassandra - + + Spring Data for Apache Cassandra - + + https://projects.spring.io/spring-data-cassandra/ - + + - + + - + + madams - + + Matthew T. Adams - + + matthew dot adams at scispike.com - + + SciSpike Inc. - + + http://www.scispike.com - + + - + + Project Lead - + + Developer - + + - + + -6 - + + - + + - + + dwebb - + + David Webb - + + dwebb at prowaveconsulting.com - + + Prowave Consulting Inc. - + + http://www.prowaveconsulting.com - + + - + + Project Lead - + + Developer - + + - + + -5 - + + - + + - + + ashvid - + + Alex Shvid - + + a at shvid.com - + + - + + Project Lead - + + Developer - + + - + + -8 - + + - + + - + + jblum - + + John Blum - + + jblum at pivotal.io - + + Pivotal - + + https://www.pivotal.io - + + - + + Developer - + + - + + -8 - + + - + + - + + mpaluch - + + Mark Paluch - + + mpaluch at pivotal.io - + + Pivotal - + + https://www.pivotal.io - + + - + + Developer - + + - + + +1 - + + - + + - + + - + + spring-data-cassandra - + + spring-data-cassandra-distribution - + + - + + - + + localhost - + + embedded - + + 19042 - + + 19160 - + + 17001 - + + 17000 - + + 3.11.12 - + + 4.14.1 - + + spring-data-cassandra - + + 1.0 - + + - + + 0.5.4 - + + 1.01 - + + multi - - 3.0.0-M4 - + + + 3.0.0-SNAPSHOT + + - + + - + + - - spring-libs-milestone - - https://repo.spring.io/libs-milestone - + + + spring-libs-snapshot + + + https://repo.spring.io/libs-snapshot + + - + + - + + - + + - + + - + + - + + com.datastax.oss - + + java-driver-bom - + + ${cassandra-driver.version} - + + import - + + pom - + + - + + - + + - + + org.apache.cassandra - + + cassandra-all - + + ${cassandra.version} - + + test - + + - + + - + + ch.qos.logback - + + logback-core - + + - + + - + + io.netty - + + netty-all - + + - + + - + + - + + - + + org.apache.cassandra - + + cassandra-thrift - + + ${cassandra.version} - + + test - + + - + + - + + ch.qos.logback - + + logback-core - + + - + + - + + io.netty - + + netty-all - + + - + + - + + - + + - + + org.assertj - + + assertj-core - + + ${assertj} - + + test - + + - + + - + + org.testcontainers - + + testcontainers-bom - + + ${testcontainers} - + + pom - + + import - + + - + + - + + org.xerial.snappy - + + snappy-java - + + 1.1.4 - + + test - + + - + + - + + com.carrotsearch - + + hppc - + + ${hppc.version} - + + test - + + - + + - + + edu.umd.cs.mtc - + + multithreadedtc - + + ${multithreadedtc.version} - + + test - + + - + + - + + - + + - + + - + + org.assertj - + + assertj-core - + + test - + + - + + - - - - - - - - org.bitstrings.maven.plugins - - dependencypath-maven-plugin - - 1.1.1 - - - - - - set-all - - - - set - - - - - - - - - - - - org.apache.maven.plugins - - maven-dependency-plugin - - - - - - org.apache.maven.plugins - - maven-surefire-plugin - - - - methods - - 10 - - false - - - - **/test/unit/**/* - - **/*UnitTests - - - - - - **/test/integration/**/*.java - - **/**IntegrationTests - - **/test/performance/**/* - - - - - - - src/test/resources/logging.properties - - - - - - - - - - - org.apache.maven.plugins - - maven-failsafe-plugin - - - - -Xms1g -Xmx1500m -Xss256k -Dcassandra.version=${cassandra.version} - - 1 - - true - - false - - - - **/test/integration/**/* - - **/*IntegrationTests - - - - - - **/test/unit/**/* - - **/*UnitTests - - **/test/performance/**/* - - - - - - - src/test/resources/logging.properties - - - - - - - - - - - - - integration-test - - verify - - - - - - - - - - - - - - - - src/main/resources - - true - - - - **/* - - - - - - - - - - - - src/test/resources - - false - - - - **/*.xml - - - - - - - - src/test/resources - - true - - - - **/* - - - - - - **/*.xml - - - - - - + + + + + + + + + + + org.bitstrings.maven.plugins + + + dependencypath-maven-plugin + + + 1.1.1 + + + + + + + + + set-all + + + + + + set + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + + + maven-dependency-plugin + + + + + + + + + org.apache.maven.plugins + + + maven-surefire-plugin + + + + + + methods + + + 10 + + + false + + + + + + **/test/unit/**/* + + + **/*UnitTests + + + + + + + + + **/test/integration/**/*.java + + + **/**IntegrationTests + + + **/test/performance/**/* + + + + + + + + + + src/test/resources/logging.properties + + + + + + + + + + + + + + + + org.apache.maven.plugins + + + maven-failsafe-plugin + + + + + + -Xms1g -Xmx1500m -Xss256k -Dcassandra.version=${cassandra.version} + + + 1 + + + true + + + false + + + + + + **/test/integration/**/* + + + **/*IntegrationTests + + + + + + + + + **/test/unit/**/* + + + **/*UnitTests + + + **/test/performance/**/* + + + + + + + + + + src/test/resources/logging.properties + + + + + + + + + + + + + + + + + + + integration-test + + + verify + + + + + + + + + + + + + + + + + + + + + + + + src/main/resources + + + true + + + + + + **/* + + + + + + + + + + + + + + + + + + src/test/resources + + + false + + + + + + **/*.xml + + + + + + + + + + + + src/test/resources + + + true + + + + + + **/* + + + + + + + + + **/*.xml + + + + + + + + + + + - + + - + + - + + embedded-cassandra - + + - + + true - + + - + + - + + embedded - + + - + + - + + - + + - + + - + + org.codehaus.mojo - + + build-helper-maven-plugin - + + 1.8 - + + - + + - + + reserve-network-port - + + - + + reserve-network-port - + + - + + generate-test-resources - + + - + + - + + build.cassandra.native_transport_port - + + build.cassandra.rpc_port - + + build.cassandra.storage_port - + + build.cassandra.ssl_storage_port - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + external-cassandra - + + - + + external - + + 9042 - + + 9160 - + + 7001 - + + 7000 - + + - + + - + + - + + testcontainers-cassandra - + + - + + true - + + - + + - + + testcontainers - + + 0 - + + 0 - + + 0 - + + 0 - + + - + + - - + + + +