SGF-567 - Add Spring Shell 1.2.0.RELEASE dependency to the runtime classpath.

This commit is contained in:
John Blum
2016-11-17 17:20:01 -08:00
parent c77089f48c
commit 9c0d0aab34

View File

@@ -23,6 +23,7 @@
<multithreadedtc.version>1.01</multithreadedtc.version>
<servlet-api.version>2.5</servlet-api.version>
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
</properties>
<repositories>
@@ -97,6 +98,14 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell</artifactId>
<version>${spring-shell.version}</version>
<optional>true</optional>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>