From 5447db5da79c9aff047ac08a238a7a274352e110 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Wed, 14 Nov 2018 13:39:44 +0000 Subject: [PATCH] Add BOM --- pom.xml | 3 +- spring-shell-dependencies/pom.xml | 56 +++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 spring-shell-dependencies/pom.xml diff --git a/pom.xml b/pom.xml index 3aa14910..9987f9a3 100644 --- a/pom.xml +++ b/pom.xml @@ -34,9 +34,10 @@ spring-shell-standard spring-shell-standard-commands spring-shell-jcommander-adapter - spring-shell-starter spring-shell-table spring-shell-docs + spring-shell-dependencies + spring-shell-starter diff --git a/spring-shell-dependencies/pom.xml b/spring-shell-dependencies/pom.xml new file mode 100644 index 00000000..f851e16e --- /dev/null +++ b/spring-shell-dependencies/pom.xml @@ -0,0 +1,56 @@ + + 4.0.0 + 3.0.0.BUILD-SNAPSHOT + spring-shell-dependencies + pom + Spring Shell Bill of Materials + + + spring-shell-parent + org.springframework.shell + 3.0.0.BUILD-SNAPSHOT + + + + + + + org.springframework.shell + spring-shell-core + 3.0.0.BUILD-SNAPSHOT + + + org.springframework.shell + spring-shell-core-test-support + 3.0.0.BUILD-SNAPSHOT + + + org.springframework.shell + spring-shell-standard + 3.0.0.BUILD-SNAPSHOT + + + org.springframework.shell + spring-shell-standard-commands + 3.0.0.BUILD-SNAPSHOT + + + org.springframework.shell + spring-shell-jcommander-adapter + 3.0.0.BUILD-SNAPSHOT + + + org.springframework.shell + spring-shell-starter + 3.0.0.BUILD-SNAPSHOT + + + org.springframework.shell + spring-shell-table + 3.0.0.BUILD-SNAPSHOT + + + + + +