Implement high performance HTTP api for plugins with jetty.

This commit is contained in:
md_5
2013-03-20 18:52:26 +11:00
parent 692610cd7e
commit 8827feacfb
6 changed files with 65 additions and 11 deletions

View File

@@ -25,6 +25,12 @@
<version>14.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
<version>9.0.0.v20130308</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>