From 2440917d66835eb53e4da11d87cd720b6445ebda Mon Sep 17 00:00:00 2001 From: Bull-BCLS Date: Sun, 7 Jan 2024 20:41:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(captcha):=20=E4=BF=AE=E5=A4=8D=E7=AE=97?= =?UTF-8?q?=E6=9C=AF=E9=AA=8C=E8=AF=81=E7=A0=81=E6=97=A0=E6=B3=95=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=20JavaScript=20=E5=BC=95=E6=93=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../continew-starter-captcha-graphic/pom.xml | 6 ++++++ continew-starter-dependencies/pom.xml | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/continew-starter-captcha/continew-starter-captcha-graphic/pom.xml b/continew-starter-captcha/continew-starter-captcha-graphic/pom.xml index d0c4d43d..fdc876a0 100644 --- a/continew-starter-captcha/continew-starter-captcha-graphic/pom.xml +++ b/continew-starter-captcha/continew-starter-captcha-graphic/pom.xml @@ -21,5 +21,11 @@ com.github.whvcse easy-captcha + + + + org.openjdk.nashorn + nashorn-core + \ No newline at end of file diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml index 740de5ff..8fdd785c 100644 --- a/continew-starter-dependencies/pom.xml +++ b/continew-starter-dependencies/pom.xml @@ -65,6 +65,7 @@ 1.3.0 1.6.2 3.3.3 + 15.4 2.0.0 1.12.626 4.4.0 @@ -166,6 +167,13 @@ ${easy-captcha.version} + + + org.openjdk.nashorn + nashorn-core + ${nashorn.version} + + com.alibaba