Skip to content

Commit

Permalink
Support color output on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Jul 8, 2016
1 parent 7e07858 commit 2e3dd63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,11 @@
<artifactId>log4j-jcl</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<version>1.13</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 2e3dd63

Please sign in to comment.