<?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>
        <groupId>com.tydic.uecext</groupId>
        <artifactId>pesapp-uec-ext</artifactId>
        <version>${uec.version}</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>pesapp-uec-ext-controller</artifactId>
    <packaging>jar</packaging>
    <dependencies>
        <!-- busi -->
        <dependency>
            <groupId>com.tydic.uecext</groupId>
            <artifactId>pesapp-uec-ext-api</artifactId>
            <version>${uec.version}</version>
        </dependency>
        <dependency>
            <groupId>com.tydic.uec</groupId>
            <artifactId>uec-api</artifactId>
            <version>${uec.core.version}</version>
        </dependency>
        <dependency>
            <groupId>com.tydic.uec</groupId>
            <artifactId>uec-controller</artifactId>
            <version>${uec.core.version}</version>
        </dependency>
        <!-- spring -->
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
        </dependency>


        <!-- servlet  -->
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <version>${servlet-api.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-security</artifactId>
            <exclusions>
                <exclusion>
                    <artifactId>dubbo</artifactId>
                    <groupId>com.alibaba</groupId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>
</project>
