From ff858553e1fbca8693f21e5f3dbcf7e2f6d5ea25 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 13 Mar 2018 11:43:10 +0100 Subject: [PATCH] #526 - Add BOM client to verify dependency availability. We now provide a BOM client module that verifies dependency resolution using our release train BOM. --- bom-client/pom.xml | 190 +++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 7 ++ 2 files changed, 197 insertions(+) create mode 100644 bom-client/pom.xml diff --git a/bom-client/pom.xml b/bom-client/pom.xml new file mode 100644 index 00000000..ae450ef8 --- /dev/null +++ b/bom-client/pom.xml @@ -0,0 +1,190 @@ + + + + 4.0.0 + spring-data-bom-client + pom + + + org.springframework.data + spring-data-releasetrain + Lovelace-BUILD-SNAPSHOT + ../bom + + + Spring Data Release Train - BOM Client Project + Client project using the BOM to verify artifact resolution. + https://github.com/spring-projects/spring-data-build + + + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + true + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + true + + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.0.2 + + + purge-local-repository + + purge-local-repository + + verify + + false + false + + + + resolve + + resolve + + verify + + true + + + + + + + + + + + + org.springframework.data + spring-data-cassandra + + + + + org.springframework.data + spring-data-commons + + + + + org.springframework.data + spring-data-couchbase + + + + + org.springframework.data + spring-data-elasticsearch + + + + + org.springframework.data + spring-data-gemfire + + + + + org.springframework.data + spring-data-geode + + + + + org.springframework.data + spring-data-jdbc + + + + + org.springframework.data + spring-data-jpa + + + + + org.springframework.data + spring-data-mongodb + + + org.springframework.data + spring-data-mongodb-cross-store + + + + + org.springframework.data + spring-data-neo4j + + + + + org.springframework.data + spring-data-redis + + + + + org.springframework.data + spring-data-rest-webmvc + + + org.springframework.data + spring-data-rest-core + + + org.springframework.data + spring-data-rest-hal-browser + + + + + org.springframework.data + spring-data-solr + + + + + org.springframework.data + spring-data-keyvalue + + + + + org.springframework.data + spring-data-envers + + + + + org.springframework.data + spring-data-ldap + + + + + + + spring-libs-snapshot + https://repo.spring.io/libs-snapshot + + + + diff --git a/pom.xml b/pom.xml index 38dfba56..9933115e 100644 --- a/pom.xml +++ b/pom.xml @@ -96,6 +96,13 @@ + + bom-verify + + bom-client + + +