PUB/SUB and HELP commands.

Several GUI fixes.
This commit is contained in:
Marcel Hellkamp 2015-02-10 15:01:35 +01:00
parent ad19b4ffb3
commit fb9436c47e
5 changed files with 255 additions and 118 deletions

View file

@ -56,5 +56,10 @@
<artifactId>netty-all</artifactId>
<version>4.0.18.Final</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.3.2</version>
</dependency>
</dependencies>
</project>