summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDinnerbone <dinnerbone@dinnerbone.com>2011-02-25 16:12:38 +0000
committerDinnerbone <dinnerbone@dinnerbone.com>2011-02-25 16:12:38 +0000
commit57338bee5205c157c1cf83bf50ab513f9d3f69d9 (patch)
treeaa178c1cd5d0fc35fba7e76b07f1a72f71637bbc /pom.xml
parent659fa9eaf9ccfcda12ee9bc4b7dfa589884927da (diff)
downloadcraftbukkit-57338bee5205c157c1cf83bf50ab513f9d3f69d9.tar
craftbukkit-57338bee5205c157c1cf83bf50ab513f9d3f69d9.tar.gz
craftbukkit-57338bee5205c157c1cf83bf50ab513f9d3f69d9.tar.lz
craftbukkit-57338bee5205c157c1cf83bf50ab513f9d3f69d9.tar.xz
craftbukkit-57338bee5205c157c1cf83bf50ab513f9d3f69d9.zip
Much better console interaction. History, no more losing the command, colours, inline editing, etc. Shorter log output to console (but not to file).
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9628e8bc..c0671691 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,11 @@
<artifactId>jopt-simple</artifactId>
<version>3.2</version>
</dependency>
+ <dependency>
+ <groupId>jline</groupId>
+ <artifactId>jline</artifactId>
+ <version>0.9.94</version>
+ </dependency>
</dependencies>
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
<build>