add nashorn-core

This commit is contained in:
ken-kentan 2021-08-17 21:50:59 +09:00
parent 9537d93688
commit bfd1ebd9d7
1 changed files with 5 additions and 0 deletions

View File

@ -202,6 +202,11 @@
<artifactId>reflectionhelper</artifactId>
<version>1.18.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
<version>15.3</version>
</dependency>
</dependencies>
<build>