fix(captcha): 修复算术验证码无法加载 JavaScript 引擎

This commit is contained in:
Bull-BCLS
2024-01-07 20:41:20 +08:00
parent c002e6c593
commit 2440917d66
2 changed files with 14 additions and 0 deletions

View File

@@ -21,5 +21,11 @@
<groupId>com.github.whvcse</groupId>
<artifactId>easy-captcha</artifactId>
</dependency>
<!-- Js 引擎(一个纯编译的 JavaScript 引擎) -->
<dependency>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
</dependency>
</dependencies>
</project>