mirror of https://github.com/apache/jmeter.git
WebserviceSampler used soap-2.3.1 jar, it has been removed so remove jar references
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1733047 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: dc8dd03b77
This commit is contained in:
parent
0ddb69cd48
commit
d565849e56
|
|
@ -269,11 +269,6 @@ slf4j-nop.jar = slf4j-nop-${slf4j-nop.version}.jar
|
|||
slf4j-nop.loc = ${maven2.repo}/org/slf4j/slf4j-nop/${slf4j-nop.version}
|
||||
slf4j-nop.md5 = c9a522693b35847f43d705b69ab283cf
|
||||
|
||||
soap.version = 2.3.1
|
||||
soap.jar = soap-${soap.version}.jar
|
||||
soap.loc = ${maven2.repo}/soap/soap/${soap.version}
|
||||
soap.md5 = AA1845E01FEE94FE4A63BBCAA55AD486
|
||||
|
||||
jtidy.version = r938
|
||||
jtidy.jar = jtidy-${jtidy.version}.jar
|
||||
jtidy.loc = ${maven2.repo}/net/sf/jtidy/jtidy/${jtidy.version}
|
||||
|
|
|
|||
|
|
@ -403,7 +403,6 @@
|
|||
<include name="${lib.dir}/${serializer.jar}"/>
|
||||
<include name="${lib.dir}/${slf4j-api.jar}"/>
|
||||
<include name="${lib.dir}/${slf4j-nop.jar}"/>
|
||||
<include name="${lib.dir}/${soap.jar}"/>
|
||||
<include name="${lib.dir}/${jtidy.jar}"/>
|
||||
<include name="${lib.dir}/${tika-core.jar}"/>
|
||||
<include name="${lib.dir}/${tika-parsers.jar}"/>
|
||||
|
|
@ -476,7 +475,6 @@
|
|||
<pathelement location="${lib.dir}/${serializer.jar}"/>
|
||||
<pathelement location="${lib.dir}/${slf4j-api.jar}"/>
|
||||
<pathelement location="${lib.dir}/${slf4j-nop.jar}"/>
|
||||
<pathelement location="${lib.dir}/${soap.jar}"/>
|
||||
<pathelement location="${lib.dir}/${jtidy.jar}"/>
|
||||
<pathelement location="${lib.dir}/${tika-core.jar}"/>
|
||||
<pathelement location="${lib.dir}/${tika-parsers.jar}"/>
|
||||
|
|
@ -2891,7 +2889,6 @@ run JMeter unless all the JMeter jars are added.
|
|||
<process_jarfile jarname="serializer"/>
|
||||
<process_jarfile jarname="slf4j-api"/>
|
||||
<process_jarfile jarname="slf4j-nop"/>
|
||||
<process_jarfile jarname="soap"/>
|
||||
<process_jarfile jarname="jtidy"/>
|
||||
<process_jarfile jarname="tika-core"/>
|
||||
<process_jarfile jarname="tika-parsers"/>
|
||||
|
|
|
|||
|
|
@ -205,10 +205,6 @@ slf4j-api-1.7.13, slf4j-nop-1.7.13
|
|||
http://www.slf4j.org/
|
||||
- jodd-core
|
||||
|
||||
soap-2.3.1
|
||||
----------
|
||||
- WebServiceSampler ONLY
|
||||
|
||||
tika-1.12
|
||||
--------------
|
||||
http://tika.apache.org/
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ jorphan.jar (part of JMeter)
|
|||
logkit-2.0.jar
|
||||
oro-2.0.8.jar
|
||||
serializer-2.7.2.jar
|
||||
soap-2.3.1.jar
|
||||
tika-core-1.12.jar
|
||||
tika-parsers-1.12.jar
|
||||
xalan-2.7.2.jar
|
||||
|
|
|
|||
|
|
@ -94,7 +94,6 @@ under the License.
|
|||
<rsyntaxtextarea.version>2.5.8</rsyntaxtextarea.version>
|
||||
<slf4j-api.version>1.7.13</slf4j-api.version>
|
||||
<slf4j-nop.version>1.7.13</slf4j-nop.version>
|
||||
<soap.version>2.3.1</soap.version>
|
||||
<jtidy.version>r938</jtidy.version>
|
||||
<tika-core.version>1.12</tika-core.version>
|
||||
<tika-parsers.version>1.12</tika-parsers.version>
|
||||
|
|
@ -267,11 +266,6 @@ under the License.
|
|||
<artifactId>logkit</artifactId>
|
||||
<version>${logkit.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>soap</groupId>
|
||||
<artifactId>soap</artifactId>
|
||||
<version>${soap.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf.jtidy</groupId>
|
||||
<artifactId>jtidy</artifactId>
|
||||
|
|
|
|||
|
|
@ -94,6 +94,7 @@ Summary
|
|||
<li><code>org.apache.jmeter.protocol.http.util.WSDLException</code></li>
|
||||
<li><code>org.apache.jmeter.protocol.http.util.WSDLHelper</code></li>
|
||||
<li>Property <code>soap.document_cache</code></li>
|
||||
<li>JAR soap-2.3.1 has been also removed</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>org.apache.jmeter.protocol.http.visualizers.RequestViewHTTP.getQueryMap signature has changed, if you use it ensure you update your code. See <bugzilla>58845</bugzilla></li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue