Skip to content

Commit

Permalink
Use jansi 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Sep 18, 2010
1 parent 27f8f86 commit 2c24dd6
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions pom.xml
Expand Up @@ -73,34 +73,10 @@
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<version>1.3</version>
<version>1.4</version>
<!--<scope>provided</scope>-->
</dependency>

<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<classifier>windows64</classifier>
<version>1.3</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<classifier>windows32</classifier>
<version>1.3</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<classifier>osx</classifier>
<version>1.3</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 2c24dd6

Please sign in to comment.