<?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>bpm-platform</artifactId>
        <groupId>com.artfess</groupId>
        <version>1.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>biz-cqxy-server</artifactId>

<!--    <build>-->
<!--        <resources>-->
<!--            <resource>-->
<!--&lt;!&ndash;                <directory>${project.basedir}/src/main/resources</directory>&ndash;&gt;-->
<!--                <directory>/src/main/resources</directory>-->
<!--                <includes>-->
<!--                    <include>**/*.xls</include>-->
<!--                    <include>**/*.xml</include>-->
<!--                </includes>-->
<!--                <filtering>false</filtering>-->
<!--            </resource>-->
<!--        </resources>-->
<!--    </build>-->

    <dependencies>
        <!-- Spring boot 测试 -->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-test</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.artfess</groupId>
            <artifactId>bpm-base</artifactId>
            <version>${parent.version}</version>
        </dependency>
        <dependency>
            <groupId>com.artfess</groupId>
            <artifactId>uc-api-impl</artifactId>
            <version>${parent.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.artfess</groupId>
            <artifactId>sysConfig</artifactId>
            <version>${parent.version}</version>
        </dependency>
        <dependency>
            <groupId>com.artfess</groupId>
            <artifactId>uc-api</artifactId>
            <version>${parent.version}</version>
        </dependency>
        <dependency>
            <groupId>com.artfess</groupId>
            <artifactId>uc-api-impl</artifactId>
            <version>${parent.version}</version>
        </dependency>
        <dependency>
            <groupId>com.artfess</groupId>
            <artifactId>file</artifactId>
            <version>${parent.version}</version>
        </dependency>
        <!-- Easy Poi  -->
        <!-- https://mvnrepository.com/artifact/cn.afterturn/easypoi-spring-boot-starter -->
        <dependency>
            <groupId>cn.afterturn</groupId>
            <artifactId>easypoi-spring-boot-starter</artifactId>
            <version>4.4.0</version>
        </dependency>
        <dependency>
            <groupId>com.artfess</groupId>
            <artifactId>i18n</artifactId>
            <version>1.0</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.artfess</groupId>
            <artifactId>bpm-application-server</artifactId>
            <version>1.0</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>


</project>