Skip to content

Commit 8197e04

Browse files
committed
start the redesign of the playground options parser
1 parent 76281a4 commit 8197e04

2 files changed

Lines changed: 269 additions & 149 deletions

File tree

tools/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
<artifactId>slf4j-log4j12</artifactId>
3434
<scope>runtime</scope>
3535
</dependency>
36+
<dependency>
37+
<groupId>net.sf.jopt-simple</groupId>
38+
<artifactId>jopt-simple</artifactId>
39+
<version>4.6</version>
40+
</dependency>
3641
</dependencies>
3742

3843
<build>

0 commit comments

Comments
 (0)