fix(接口测试): python 执行失败

This commit is contained in:
chenjianxing 2020-09-08 17:29:38 +08:00
parent 306773ddcd
commit fcfb01db6e
1 changed files with 2 additions and 2 deletions

View File

@ -155,8 +155,8 @@
<dependency> <dependency>
<groupId>org.python</groupId> <groupId>org.python</groupId>
<artifactId>jython</artifactId> <artifactId>jython-standalone</artifactId>
<version>2.7.2</version> <version>2.7.0</version>
</dependency> </dependency>
<dependency> <dependency>