From 9c0d0aab340260f3486875353284af5fcb286e63 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 17 Nov 2016 17:20:01 -0800 Subject: [PATCH] SGF-567 - Add Spring Shell 1.2.0.RELEASE dependency to the runtime classpath. --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 0fe05b93..3e712979 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,7 @@ 1.01 2.5 2.0.0.BUILD-SNAPSHOT + 1.2.0.RELEASE @@ -97,6 +98,14 @@ true + + org.springframework.shell + spring-shell + ${spring-shell.version} + true + runtime + + org.aspectj aspectjweaver