<?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>oa</artifactId>
        <groupId>com.vortex.tiexin</groupId>
        <version>2.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>oa-service</artifactId>


    <dependencies>
        <dependency>
            <groupId>com.vortex.tiexin</groupId>
            <artifactId>oa-dao</artifactId>
            <version>2.0-SNAPSHOT</version>
        </dependency>

        <dependency>
            <groupId>com.vortex.tiexin</groupId>
            <artifactId>oa-manager</artifactId>
            <version>2.0-SNAPSHOT</version>
        </dependency>

        <!-- redis，默认不引入，除非需要用到缓存 -->
<!--        <dependency>-->
<!--            <groupId>com.vortex.envcloud</groupId>-->
<!--            <artifactId>efl-redis</artifactId>-->
<!--        </dependency>-->

<!--        <dependency>-->
<!--            <groupId>com.vortex.envcloud</groupId>-->
<!--            <artifactId>efl-norepeatsubmit</artifactId>-->
<!--        </dependency>-->

        <dependency>
            <groupId>org.redisson</groupId>
            <artifactId>redisson-spring-boot-starter</artifactId>
            <version>3.16.3</version>
        </dependency>
        <dependency>
            <groupId>org.junit.jupiter</groupId>
            <artifactId>junit-jupiter</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.github.liaochong</groupId>
            <artifactId>myexcel</artifactId>
        </dependency>
        <dependency>
            <groupId>com.vortex.tiexin</groupId>
            <artifactId>oa-api</artifactId>
            <version>2.0-SNAPSHOT</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.vortex.tiexin</groupId>
            <artifactId>data-manager-ui</artifactId>
            <version>2.0-SNAPSHOT</version>
            <scope>compile</scope>
            <exclusions>
                <exclusion>
                    <groupId>com.vortex.envcloud</groupId>
                    <artifactId>efl-base</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>

</project>
