From 578dc8e6492d51fdcb3062a64c0f5df9a8c886fb Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 13 Mar 2018 11:43:10 +0100 Subject: [PATCH] #531- 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 | 184 +++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 7 ++ 2 files changed, 191 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..4ec0a89c --- /dev/null +++ b/bom-client/pom.xml @@ -0,0 +1,184 @@ + + + + 4.0.0 + spring-data-bom-client + pom + + + org.springframework.data + spring-data-releasetrain + Kay-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-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 26e4a808..a2172566 100644 --- a/pom.xml +++ b/pom.xml @@ -96,6 +96,13 @@ + + bom-verify + + bom-client + + +