Introduce -standard and -standard-commands artifacts

Fixes #43
This commit is contained in:
Eric Bottard
2017-05-27 14:48:54 +02:00
parent 5a2658b0e4
commit ec83869c9f
26 changed files with 74 additions and 12 deletions

View File

@@ -30,6 +30,15 @@
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell2-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell2-standard</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell2-standard-commands</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell2-shell1-adapter</artifactId>