Create spring-shell-starter-jna

- Fixes #357
This commit is contained in:
Janne Valkealahti
2022-01-28 10:17:51 +00:00
parent 3197c94be7
commit f5c21bca09
4 changed files with 241 additions and 1 deletions

View File

@@ -38,6 +38,11 @@
<artifactId>spring-shell-starter</artifactId>
<version>2.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-starter-jna</artifactId>
<version>2.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-table</artifactId>