<?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">
    <modelVersion>4.0.0</modelVersion>

    <!-- 金企信打包使用上传maven时需要注释掉 -->
    <parent>
        <groupId>com.jxdinfo.mp</groupId>
        <artifactId>commons</artifactId>
        <version>5.1.8-RELEASE.fix.1</version>
    </parent>

    <!-- 上传maven仓库,注释掉上边 -->
    <!--    <groupId>com.jxdinfo.mp</groupId>-->

    <artifactId>im-client-spring-boot-starter</artifactId>
    <version>5.1.8-RELEASE.fix.1</version>
    <dependencies>
        <dependency>
            <groupId>org.springframework.data</groupId>
            <artifactId>spring-data-mongodb</artifactId>
            <version>2.1.4.RELEASE</version>
        </dependency>
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus-annotation</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.hussar</groupId>
            <artifactId>hussar-common</artifactId>
        </dependency>
    </dependencies>
    <distributionManagement>
        <repository>
            <id>mp_service</id>
            <name>com.jxdinfo.mp</name>
            <url>http://192.168.2.129:8081/repository/mp_service/</url>
        </repository>
    </distributionManagement>
</project>
