Newer
Older
casic-metering / casic-metering-service / pom.xml
wangpeng on 5 Dec 2022 2 KB flowable集成
<?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>casic-metering</artifactId>
        <groupId>com.casic</groupId>
        <version>2.0.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>casic-metering-service</artifactId>

    <dependencies>
        <dependency>
            <!--  依赖其他module -->
            <groupId>com.casic</groupId>
            <artifactId>casic-metering-dao</artifactId>
            <version>2.0.0</version>
        </dependency>
        <dependency>
            <!--  依赖其他module -->
            <groupId>com.casic</groupId>
            <artifactId>casic-metering-model</artifactId>
            <version>2.0.0</version>
        </dependency>
        <dependency>
            <!--  依赖其他module -->
            <groupId>com.casic</groupId>
            <artifactId>casic-metering-common</artifactId>
            <version>2.0.0</version>
        </dependency>
<!--        &lt;!&ndash;activiti依赖&ndash;&gt;-->
<!--        <dependency>-->
<!--            <groupId>org.activiti</groupId>-->
<!--            <artifactId>activiti-spring-boot-starter-basic</artifactId>-->
<!--            <version>${activiti.version}</version>-->
<!--        </dependency>-->
<!--        <dependency>-->
<!--            <groupId>org.activiti</groupId>-->
<!--            <artifactId>activiti-json-converter</artifactId>-->
<!--            <version>${activiti.version}</version>-->
<!--        </dependency>-->
<!--        <dependency>-->
<!--            <groupId>org.apache.xmlgraphics</groupId>-->
<!--            <artifactId>batik-transcoder</artifactId>-->
<!--            <version>${xmlgraphics.version}</version>-->
<!--        </dependency>-->
<!--        <dependency>-->
<!--            <groupId>org.activiti</groupId>-->
<!--            <artifactId>activiti-bpmn-layout</artifactId>-->
<!--            <version>${activiti.version}</version>-->
<!--        </dependency>-->
    </dependencies>

</project>