diff --git a/pom.xml b/pom.xml index f67fef34..8100ad4b 100644 --- a/pom.xml +++ b/pom.xml @@ -30,6 +30,7 @@ + org.springframework.shell spring-shell2-core @@ -55,35 +56,22 @@ spring-shell2-jcommander-adapter ${project.version} + + + org.jline + jline + ${jline.version} + + + org.assertj + assertj-core + ${assertj.version} + test + + - - - org.springframework.boot - spring-boot-starter - - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-starter-test - - - org.jline - jline - ${jline.version} - - - org.assertj - assertj-core - ${assertj.version} - test - - - diff --git a/spring-shell2-core/pom.xml b/spring-shell2-core/pom.xml index ab3e7c28..f541ecf2 100644 --- a/spring-shell2-core/pom.xml +++ b/spring-shell2-core/pom.xml @@ -12,5 +12,29 @@ Core API and classes for Spring Shell 2 - + + + + org.springframework.boot + spring-boot-starter + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-test + + + org.jline + jline + + + org.assertj + assertj-core + test + + + diff --git a/spring-shell2-jcommander-adapter/pom.xml b/spring-shell2-jcommander-adapter/pom.xml index edc72e0a..d5324cf9 100644 --- a/spring-shell2-jcommander-adapter/pom.xml +++ b/spring-shell2-jcommander-adapter/pom.xml @@ -23,6 +23,16 @@ jcommander 1.48 + + org.springframework.boot + spring-boot-starter-test + + + org.assertj + assertj-core + test + + diff --git a/spring-shell2-shell1-adapter/pom.xml b/spring-shell2-shell1-adapter/pom.xml index 6d3ca644..6eb83809 100644 --- a/spring-shell2-shell1-adapter/pom.xml +++ b/spring-shell2-shell1-adapter/pom.xml @@ -23,6 +23,16 @@ spring-shell 1.2.0.RELEASE + + org.springframework.boot + spring-boot-starter-test + + + org.assertj + assertj-core + test + + diff --git a/spring-shell2-standard-commands/pom.xml b/spring-shell2-standard-commands/pom.xml index cf2fdc22..237ac79f 100644 --- a/spring-shell2-standard-commands/pom.xml +++ b/spring-shell2-standard-commands/pom.xml @@ -17,6 +17,20 @@ org.springframework.shell spring-shell2-standard + + org.springframework.boot + spring-boot-starter-test + + + org.jline + jline + + + org.assertj + assertj-core + test + + diff --git a/spring-shell2-standard/pom.xml b/spring-shell2-standard/pom.xml index 1d3ea020..3c381e95 100644 --- a/spring-shell2-standard/pom.xml +++ b/spring-shell2-standard/pom.xml @@ -17,5 +17,16 @@ org.springframework.shell spring-shell2-core + + + org.springframework.boot + spring-boot-starter-test + + + org.assertj + assertj-core + test + +