diff options
author | zreed <zach@digitalforgemc.com> | 2014-12-06 13:46:27 -0500 |
---|---|---|
committer | md_5 <git@md-5.net> | 2014-12-12 11:06:13 +1100 |
commit | 2dda1b33b0238996e5838f7f757e2f2d103481db (patch) | |
tree | 084e0e19af9338c143ea4d9a083d00892abe4ffe | |
parent | 1f8414b489ed7c84f5e101a420c4254267699507 (diff) | |
download | craftbukkit-2dda1b33b0238996e5838f7f757e2f2d103481db.tar craftbukkit-2dda1b33b0238996e5838f7f757e2f2d103481db.tar.gz craftbukkit-2dda1b33b0238996e5838f7f757e2f2d103481db.tar.lz craftbukkit-2dda1b33b0238996e5838f7f757e2f2d103481db.tar.xz craftbukkit-2dda1b33b0238996e5838f7f757e2f2d103481db.zip |
JLine includes Jansi
-rw-r--r-- | pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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> |