Skip to content

Commit 8d948a3

Browse files
committed
Added jline.
1 parent bf33c9e commit 8d948a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
<artifactId>antlr-runtime</artifactId>
5454
<version>3.2</version>
5555
</dependency>
56+
<dependency>
57+
<groupId>jline</groupId>
58+
<artifactId>jline</artifactId>
59+
<version>0.9.94</version>
60+
</dependency>
5661
<dependency>
5762
<groupId>midje</groupId>
5863
<artifactId>midje</artifactId>

0 commit comments

Comments
 (0)