aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJan Tuomi <jan-sebastian.tuomi@aalto.fi>2016-07-31 22:50:34 +0300
committerJan Tuomi <jan-sebastian.tuomi@aalto.fi>2016-07-31 22:50:34 +0300
commit20a3fb57ae9ee1e70a2d57169742d481eac82fe9 (patch)
tree7c464d9ecc6274a3b43762b17e2dacec2d267c30 /pom.xml
parentae7275e7ab7ea2b4599b613454d4c1149855bced (diff)
Implement enhanced REPL, relates to #13
Add command history and welcome message
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ed3d68d..6b02081 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,5 +80,12 @@
<version>4.12</version>
</dependency>
+ <!-- https://mvnrepository.com/artifact/jline/jline -->
+ <dependency>
+ <groupId>jline</groupId>
+ <artifactId>jline</artifactId>
+ <version>2.14.2</version>
+ </dependency>
+
</dependencies>
</project> \ No newline at end of file