|
@@ -135,11 +135,12 @@
|
|
|
<groupId>junit</groupId>
|
|
|
<artifactId>junit</artifactId>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.openjdk.nashorn</groupId>
|
|
|
- <artifactId>nashorn-core</artifactId>
|
|
|
- <version>15.3</version>
|
|
|
- </dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>org.openjdk.nashorn</groupId>-->
|
|
|
+<!-- <artifactId>nashorn-core</artifactId>-->
|
|
|
+<!-- <version>15.3</version>-->
|
|
|
+<!-- </dependency>-->
|
|
|
+<!-- jdk17后需要此依赖-->
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|