Skip to content
Snippets Groups Projects
Commit eb6fa0d8 authored by kwanggithub's avatar kwanggithub
Browse files

Add to build.xml four lib jars needed for http client in LoadBalancer

parent 98424613
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,10 @@
<include name="jython-2.5.2.jar"/>
<include name="libthrift-0.7.0.jar"/>
<include name="guava-13.0.1.jar" />
<include name="commons-logging-1.1.1.jar" />
<include name="httpclient-4.2.2.jar" />
<include name="httpcore-4.2.2.jar" />
<include name="json-simple-1.1.1.jar" />
</patternset>
<path id="classpath">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment