diff options
-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> |