2023年10月3日23:44:49

master
zhangmeng 2023-10-03 23:44:55 +08:00
parent 5a62805de2
commit b1a90f6dc0
1 changed files with 11 additions and 0 deletions

11
pom.xml
View File

@ -431,6 +431,17 @@
<artifactId>okhttp</artifactId>
<version>4.8.1</version>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>21.0.0.2</version> <!-- 请确认版本号 -->
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>21.0.0.2</version> <!-- 请确认版本号 -->
</dependency>
</dependencies>
<build>