<?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>ucc</artifactId>
        <groupId>com.tydic.dyc</groupId>
        <version>4.0.0-CLOUD-POC-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>ucc-smcsdk-center</artifactId>


    <dependencies>
        <dependency>
            <groupId>com.tydic.dyc</groupId>
            <artifactId>ucc-smcsdk-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
<!--            <version>5.1.16.RELEASE</version>-->
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-mq-client</artifactId>
<!--            <version>2.0.3</version>-->
        </dependency>
        <dependency>
            <groupId>com.ohaotian.plugin</groupId>
            <artifactId>plugin-db</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-tx</artifactId>
<!--            <version>5.1.16.RELEASE</version>-->
            <scope>compile</scope>
        </dependency>
    </dependencies>

</project>