Remove legacy from sample

- Preparation for further work as remove shell 1.x dep
  from sample.
- Relates #333
This commit is contained in:
Janne Valkealahti
2021-12-18 14:43:27 +00:00
parent ffbd88b860
commit a8d20f29bf
4 changed files with 1 additions and 146 deletions

View File

@@ -11,7 +11,7 @@
<artifactId>spring-shell-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<description>Examples of using Spring Shell 2</description>
<build>
@@ -27,28 +27,13 @@
</build>
<dependencies>
<!-- The following starter brings everything you need, including adapters that trigger only if needed-->
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-starter</artifactId>
</dependency>
<!-- Depend on Shell 1 to use Shell 1 API -->
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
<!-- Depend on JCommander to use JCommander API -->
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.48</version>
</dependency>
</dependencies>
</project>