You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
2.6 KiB
74 lines
2.6 KiB
2 years ago
|
<?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</artifactId>
|
||
|
<groupId>com.ruoyi</groupId>
|
||
|
<version>4.6.1</version>
|
||
|
</parent>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
||
|
<artifactId>ruoyi-activiti</artifactId>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>org.activiti</groupId>
|
||
|
<artifactId>activiti-spring-boot-starter-rest-api</artifactId>
|
||
|
<version>${activiti.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.ruoyi</groupId>
|
||
|
<artifactId>ruoyi-framework</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.ruoyi</groupId>
|
||
|
<artifactId>ruoyi-system</artifactId>
|
||
|
</dependency>
|
||
|
<!--activiti modeler 5.22 start-->
|
||
|
<dependency>
|
||
|
<groupId>org.activiti</groupId>
|
||
|
<artifactId>activiti-json-converter</artifactId>
|
||
|
<version>6.0.0</version>
|
||
|
<exclusions>
|
||
|
<exclusion>
|
||
|
<groupId>org.activiti</groupId>
|
||
|
<artifactId>activiti-bpmn-model</artifactId>
|
||
|
</exclusion>
|
||
|
</exclusions>
|
||
|
</dependency>
|
||
|
<!-- xml解析依赖-->
|
||
|
<dependency>
|
||
|
<groupId>org.apache.xmlgraphics</groupId>
|
||
|
<artifactId>batik-codec</artifactId>
|
||
|
<version>1.7</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.apache.xmlgraphics</groupId>
|
||
|
<artifactId>batik-css</artifactId>
|
||
|
<version> 1.7</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.apache.xmlgraphics</groupId>
|
||
|
<artifactId>batik-svg-dom</artifactId>
|
||
|
<version>1.7</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.apache.xmlgraphics</groupId>
|
||
|
<artifactId>batik-svggen</artifactId>
|
||
|
<version>1.7</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>junit</groupId>
|
||
|
<artifactId>junit</artifactId>
|
||
|
<scope>test</scope>
|
||
|
</dependency>
|
||
|
<!-- <dependency>-->
|
||
|
<!-- <groupId>com.ruoyi</groupId>-->
|
||
|
<!-- <artifactId>ruoyi-system</artifactId>-->
|
||
|
<!-- </dependency>-->
|
||
|
|
||
|
<!-- xml解析依赖-->
|
||
|
<!--activiti modeler 5.22 end-->
|
||
|
</dependencies>
|
||
|
|
||
|
</project>
|