summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorzreed <zach@digitalforgemc.com>2014-12-06 13:46:27 -0500
committermd_5 <git@md-5.net>2014-12-12 11:06:13 +1100
commit2dda1b33b0238996e5838f7f757e2f2d103481db (patch)
tree084e0e19af9338c143ea4d9a083d00892abe4ffe /pom.xml
parent1f8414b489ed7c84f5e101a420c4254267699507 (diff)
downloadcraftbukkit-2dda1b33b0238996e5838f7f757e2f2d103481db.tar
craftbukkit-2dda1b33b0238996e5838f7f757e2f2d103481db.tar.gz
craftbukkit-2dda1b33b0238996e5838f7f757e2f2d103481db.tar.lz
craftbukkit-2dda1b33b0238996e5838f7f757e2f2d103481db.tar.xz
craftbukkit-2dda1b33b0238996e5838f7f757e2f2d103481db.zip
JLine includes Jansi
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 8dd52229..e4aff848 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,6 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
- <!-- jline and jansi versions must be kept in sync -->
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
@@ -63,13 +62,6 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.fusesource.jansi</groupId>
- <artifactId>jansi</artifactId>
- <version>1.8</version>
- <type>jar</type>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.7.2</version>