build: spring version, jmeter version
This commit is contained in:
parent
6b0e3590f8
commit
5a65283052
|
@ -271,6 +271,10 @@
|
|||
<artifactId>log4j-slf4j-impl</artifactId>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>ApacheJMeter_core</artifactId>
|
||||
<groupId>org.apache.jmeter</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!--随机数据生成API-->
|
||||
|
@ -430,7 +434,7 @@
|
|||
<artifactItem>
|
||||
<groupId>org.apache.jmeter</groupId>
|
||||
<artifactId>ApacheJMeter_functions</artifactId>
|
||||
<version>5.4.2</version>
|
||||
<version>5.4.3</version>
|
||||
<type>jar</type>
|
||||
<overWrite>true</overWrite>
|
||||
<outputDirectory>src/main/resources/jmeter/lib/ext</outputDirectory>
|
||||
|
|
Loading…
Reference in New Issue