<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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>mbap</groupId>
        <artifactId>mbap-parent</artifactId>
        <version>20210322091300</version>
    </parent>
    <artifactId>mbap-plugins-datainterface</artifactId>
    <version>${versionId}</version>
    <packaging>jar</packaging>
    <properties>
        <nexus.server.id>nexus-release</nexus.server.id>
        <nexus.server.ip>maven.tpccn.com</nexus.server.ip>
        <nexus.release.url>http://${nexus.server.ip}/nexus/content/repositories/mbap</nexus.release.url>
        <timestamp>${maven.build.timestamp}</timestamp>
        <maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
    </properties>
    <dependencies>
        <dependency>
            <groupId>mbap</groupId>
            <artifactId>mbap-core</artifactId>
            <!-- <version>${versionId}</version> -->
            <version>r1486.V20220111045233</version>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>2.5</version>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <version>4.5.2</version>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpmime</artifactId>
            <version>4.5.2</version>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpasyncclient</artifactId>
            <version>4.1.4</version>
        </dependency>
        <!-- jedis依赖 -->
        <dependency>
            <groupId>redis.clients</groupId>
            <artifactId>jedis</artifactId>
            <version>2.9.0</version>
        </dependency>
    </dependencies>
    <scm>
        <connection>scm:svn:svn://183.203.212.180:3693/mbap_demo/mbap.parent/mbap-pulgins-datainterface</connection>
    </scm>
</project>