refactor: 升级Jython版本 (#6110)
Co-authored-by: BugKing <wangzhen@fit2cloud.com>
This commit is contained in:
parent
2210f0ea19
commit
6b6cd726a3
|
@ -181,7 +181,7 @@
|
|||
<dependency>
|
||||
<groupId>org.python</groupId>
|
||||
<artifactId>jython-standalone</artifactId>
|
||||
<version>2.7.0</version>
|
||||
<version>2.7.2</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -608,7 +608,7 @@
|
|||
<artifactItem>
|
||||
<groupId>org.python</groupId>
|
||||
<artifactId>jython-standalone</artifactId>
|
||||
<version>2.7.0</version>
|
||||
<version>2.7.2</version>
|
||||
<type>jar</type>
|
||||
<overWrite>true</overWrite>
|
||||
<outputDirectory>src/main/resources/jmeter/lib/ext</outputDirectory>
|
||||
|
|
Loading…
Reference in New Issue