build: jmeter version
This commit is contained in:
parent
04c3d46264
commit
bbe0242ae4
|
@ -147,7 +147,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.metersphere</groupId>
|
<groupId>io.metersphere</groupId>
|
||||||
<artifactId>ms-jmeter-core</artifactId>
|
<artifactId>ms-jmeter-core</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- 排除jmeter中的 xstream 解决bug -->
|
<!-- 排除jmeter中的 xstream 解决bug -->
|
||||||
|
@ -429,7 +429,7 @@
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>org.apache.jmeter</groupId>
|
<groupId>org.apache.jmeter</groupId>
|
||||||
<artifactId>ApacheJMeter_functions</artifactId>
|
<artifactId>ApacheJMeter_functions</artifactId>
|
||||||
<version>5.4.1</version>
|
<version>5.4.2</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<overWrite>true</overWrite>
|
<overWrite>true</overWrite>
|
||||||
<outputDirectory>src/main/resources/jmeter/lib/ext</outputDirectory>
|
<outputDirectory>src/main/resources/jmeter/lib/ext</outputDirectory>
|
||||||
|
|
Loading…
Reference in New Issue