Update dependencies, organize imports
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
parent
ad65165169
commit
c7625c8006
@ -46,18 +46,18 @@
|
||||
<dependency>
|
||||
<groupId>net.bigeon</groupId>
|
||||
<artifactId>gclc</artifactId>
|
||||
<version>2.0.7</version>
|
||||
<version>2.0.9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.bigeon</groupId>
|
||||
<artifactId>smu</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.4</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<parent>
|
||||
<groupId>net.bigeon.config</groupId>
|
||||
<artifactId>ebigeon-config</artifactId>
|
||||
<version>1.8.9</version>
|
||||
<version>1.8.11</version>
|
||||
</parent>
|
||||
<licenses>
|
||||
<license>
|
||||
|
@ -39,14 +39,12 @@ import java.util.Collection;
|
||||
|
||||
import net.bigeon.gclc.ConsoleApplication;
|
||||
import net.bigeon.gclc.command.Command;
|
||||
import net.bigeon.gclc.command.HelpExecutor;
|
||||
import net.bigeon.gclc.command.base.ExitCommand;
|
||||
import net.bigeon.gclc.command.base.HelpExecutor;
|
||||
import net.bigeon.gclc.exception.CommandRunException;
|
||||
import net.bigeon.gclc.exception.InvalidCommandName;
|
||||
import net.bigeon.gclc.manager.ConsoleInput;
|
||||
import net.bigeon.gclc.manager.ConsoleOutput;
|
||||
import net.bigeon.gclc.socket.ConnexionManager;
|
||||
import net.bigeon.gclc.socket.RemoteDisconnectCommand;
|
||||
|
||||
/** A test-purpose application
|
||||
*
|
||||
|
@ -49,8 +49,6 @@ import java.io.PrintStream;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import net.bigeon.gclc.socket.PluggableConsoleInput;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* TODO
|
||||
|
@ -46,8 +46,6 @@ import java.io.IOException;
|
||||
import org.junit.Test;
|
||||
|
||||
import net.bigeon.gclc.exception.CommandRunException;
|
||||
import net.bigeon.gclc.socket.DConnexionManager;
|
||||
import net.bigeon.gclc.socket.RemoteDisconnectCommand;
|
||||
import net.bigeon.gclc.utils.PipedConsoleOutput;
|
||||
|
||||
/**
|
||||
|
@ -48,8 +48,6 @@ import java.util.logging.Logger;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import net.bigeon.gclc.socket.SocketConsoleApplicationShell;
|
||||
|
||||
/** Test class for {@link SocketConsoleApplicationShell}
|
||||
*
|
||||
* @author Emmanuel Bigeon */
|
||||
|
@ -39,12 +39,6 @@ import java.net.Socket;
|
||||
import java.net.UnknownHostException;
|
||||
|
||||
import net.bigeon.gclc.ConsoleApplication;
|
||||
import net.bigeon.gclc.socket.ConnexionManager;
|
||||
import net.bigeon.gclc.socket.DConnexionManager;
|
||||
import net.bigeon.gclc.socket.PluggableConsoleInput;
|
||||
import net.bigeon.gclc.socket.PluggableConsoleOutput;
|
||||
import net.bigeon.gclc.socket.SocketConsoleApplicationShell;
|
||||
import net.bigeon.gclc.socket.SocketConsoleInterface;
|
||||
|
||||
/** A test server
|
||||
*
|
||||
|
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>net.bigeon.config</groupId>
|
||||
<artifactId>ebigeon-config</artifactId>
|
||||
<version>1.8.11</version>
|
||||
<version>1.8.12</version>
|
||||
</parent>
|
||||
<build>
|
||||
<plugins>
|
||||
|
Loading…
Reference in New Issue
Block a user