Add framework for HTTP api

This commit is contained in:
md_5
2013-07-04 10:29:37 +10:00
parent cac35116c3
commit f579b31bca
6 changed files with 73 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>${netty.version}</version>
<scope>provided</scope>
<scope>compile</scope>
</dependency>
</dependencies>
</project>