Skip to content

Commit 3aae971

Browse files
author
Derek Smart
committed
clikt and dotenv dependencies
Signed-off-by: Derek Smart <derek.smart@delphix.com>
1 parent 6c70d7c commit 3aae971

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,16 @@
218218
<artifactId>json</artifactId>
219219
<version>20180130</version>
220220
</dependency>
221+
<dependency>
222+
<groupId>com.github.ajalt</groupId>
223+
<artifactId>clikt</artifactId>
224+
<version>1.6.0</version>
225+
</dependency>
226+
<dependency>
227+
<groupId>io.github.cdimascio</groupId>
228+
<artifactId>java-dotenv</artifactId>
229+
<version>3.1.7</version>
230+
</dependency>
221231
</dependencies>
222232

223233
</project>

0 commit comments

Comments
 (0)