Updated junit to the newest version (4.11).

Updated jline to the newest version (2.11).
Updated code to match the new structure of jline.
Updated version of maven-shade-plugin to the newest version (2.1)
This commit is contained in:
shing19m
2013-07-23 20:14:37 +02:00
parent fa2f2f7d7a
commit a8129640b3
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ package b1;
import java.io.IOException;
import java.io.PrintWriter;
import jline.ConsoleReader;
import jline.console.ConsoleReader;
public class Main {