summaryrefslogtreecommitdiffstats
path: root/vespa-maven-plugin/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2019-05-14 11:29:34 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-05-14 11:29:34 +0200
commit1b657aa567a89ad322f225ac38e4c79a1912aeea (patch)
treead76c207df12cc3c52735c138a68520d244092af /vespa-maven-plugin/pom.xml
parentfa6afcac80455a63d515d2aab1dea8a8f2086e9a (diff)
Improve formatting, with colours based on level
Diffstat (limited to 'vespa-maven-plugin/pom.xml')
-rw-r--r--vespa-maven-plugin/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vespa-maven-plugin/pom.xml b/vespa-maven-plugin/pom.xml
index 57ce1ccadf8..321ab0074e7 100644
--- a/vespa-maven-plugin/pom.xml
+++ b/vespa-maven-plugin/pom.xml
@@ -41,6 +41,11 @@
</dependency>
<dependency>
+ <groupId>org.fusesource.jansi</groupId>
+ <artifactId>jansi</artifactId>
+ <version>1.17.1</version>
+ </dependency>
+ <dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>