mirror of https://github.com/apache/jmeter.git
Update to httpclient 3.1-rc1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@524189 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
289264650b
commit
6a6340c287
|
|
@ -6,7 +6,7 @@ batik-awt-util.jar = ${lib.dir}/batik-awt-util-1.6.jar
|
|||
|
||||
commons-codec.jar = ${lib.dir}/commons-codec-1.3.jar
|
||||
commons-collections.jar = ${lib.dir}/commons-collections-3.2.jar
|
||||
commons-httpclient.jar = ${lib.dir}/commons-httpclient-3.0.1.jar
|
||||
commons-httpclient.jar = ${lib.dir}/commons-httpclient-3.1-rc1.jar
|
||||
commons-jexl.jar = ${lib.dir}/commons-jexl-1.1.jar
|
||||
# commons-lang is currently only needed by velocity; but could be useful for BeanShell
|
||||
commons-lang.jar = ${lib.dir}/commons-lang-2.3.jar
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<classpathentry kind="lib" path="lib/bsf-2.4.0.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-collections-3.2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-httpclient-3.0.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-httpclient-3.1-rc1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-jexl-1.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-logging-1.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/excalibur-datasource-1.1.1.jar"/>
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -142,6 +142,7 @@ Removed deprecated method JMeterUtils.split() - use JOrphanUtils version instead
|
|||
<li>Batik 1.6</li>
|
||||
<li>BSF 2.4.0</li>
|
||||
<li>commons-collections 3.2</li>
|
||||
<li>commons-httpclient-3.1-rc1</li>
|
||||
<li>commons-jexl 1.1</li>
|
||||
<li>commons-lang-2.3 (added)</li>
|
||||
<li>velocity 1.5</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue