Skip to content

Commit

Permalink
move channeltype to common
Browse files Browse the repository at this point in the history
  • Loading branch information
gpang committed Jun 4, 2015
1 parent 5785d48 commit 8a2b2cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/pom.xml
Expand Up @@ -33,6 +33,11 @@
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.23.Final</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down

0 comments on commit 8a2b2cb

Please sign in to comment.