69 lines
2.4 KiB
XML
69 lines
2.4 KiB
XML
<?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>jeethink</artifactId>
|
|
<groupId>com.jeethink</groupId>
|
|
<version>3.1.0</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>jeethink-activiti</artifactId>
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
<groupId>org.activiti</groupId>
|
|
<artifactId>activiti-spring-boot-starter-rest-api</artifactId>
|
|
<version>${activiti.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.jeethink</groupId>
|
|
<artifactId>jeethink-framework</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.jeethink</groupId>
|
|
<artifactId>jeethink-system</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.jeethink</groupId>
|
|
<artifactId>jeethink-common</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>
|
|
<!-- xml解析依赖-->
|
|
<!--activiti modeler 5.22 end-->
|
|
</dependencies>
|
|
|
|
</project> |