Skip to content

Commit

Permalink
Windows fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
md-5 committed Jun 17, 2013
1 parent 8c4ddf4 commit 54040ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
<version>5.1.24</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<version>1.11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
Expand Down

2 comments on commit 54040ec

@WoundedFighter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this did not fix the terminal initialization.

@md-5
Copy link
Member Author

@md-5 md-5 commented on 54040ec Jun 17, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yah commits are still rolling through, hop on IRC if you wanna help test

Please sign in to comment.