【功能新增】IoT:动态脚本 js、groovy demo

This commit is contained in:
YunaiV
2025-02-08 07:29:17 +08:00
parent 4919439b96
commit 724512399a
2 changed files with 82 additions and 0 deletions

View File

@@ -81,6 +81,27 @@
<artifactId>pf4j-spring</artifactId>
</dependency>
<!-- TODO @芋艿bom 管理 -->
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>4.0.25</version>
<type>pom</type>
</dependency>
<!-- TODO @芋艿bom 管理 -->
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>24.1.2</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>24.1.2</version>
</dependency>
</dependencies>
</project>