QQQ-27: updates to allow Auth0 to be an authentication model in picocli

This commit is contained in:
Tim Chamberlain
2022-07-19 18:28:09 -05:00
parent 4b80bd589c
commit b14f96ef6c
3 changed files with 77 additions and 8 deletions

11
pom.xml
View File

@ -62,12 +62,23 @@
<scope>test</scope>
</dependency>
<!-- 3rd party deps specifically for this module -->
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.6.1</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli-shell-jline3</artifactId>
<version>4.6.3</version>
</dependency>
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>java-dotenv</artifactId>
<version>5.2.2</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>