new-ruoyi-geek/ruoyi-geek-springboot3/ruoyi-models/ruoyi-flowable/pom.xml

64 lines
1.9 KiB
XML
Raw Normal View History

2025-11-15 13:07:57 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>ruoyi-models</artifactId>
<groupId>com.ruoyi.geekxd</groupId>
<version>3.9.0-G</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ruoyi-flowable</artifactId>
<description>
form表单
</description>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.ruoyi.geekxd</groupId>
<artifactId>ruoyi-system</artifactId>
</dependency>
<!-- Flowable启动引擎 -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter</artifactId>
<version>7.1.0</version>
<exclusions>
<exclusion>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-security</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.googlecode.aviator</groupId>
<artifactId>aviator</artifactId>
<version>5.3.3</version>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>24.2.1</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>24.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.ruoyi.geekxd</groupId>
<artifactId>ruoyi-form</artifactId>
</dependency>
</dependencies>
</project>