Commit d9e99cb9 authored by 喻春霖's avatar 喻春霖

fixed

parent 5243f611
...@@ -50,6 +50,27 @@ ...@@ -50,6 +50,27 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-cache</artifactId>
<version>4.5</version>
</dependency>
<dependency>
<groupId>com.google.gxp</groupId>
<artifactId>google-gxp</artifactId>
<version>0.2.4-beta</version>
</dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment