From a8129640b3c10a1c3b9c43bce39e97c45b10e92a Mon Sep 17 00:00:00 2001 From: shing19m Date: Tue, 23 Jul 2013 20:14:37 +0200 Subject: [PATCH] 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) --- pom.xml | 6 +++--- src/main/java/b1/Main.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 327418d..ea1dc58 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.apache.maven.plugins maven-shade-plugin - 1.4 + 2.1 package @@ -54,13 +54,13 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> junit junit - 4.8.2 + 4.11 test jline jline - 0.9.9 + 2.11 diff --git a/src/main/java/b1/Main.java b/src/main/java/b1/Main.java index acb4bcd..9668c14 100644 --- a/src/main/java/b1/Main.java +++ b/src/main/java/b1/Main.java @@ -2,7 +2,7 @@ package b1; import java.io.IOException; import java.io.PrintWriter; -import jline.ConsoleReader; +import jline.console.ConsoleReader; public class Main {