<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright 2016 bianxianmao.com All right reserved. This software is the confidential and proprietary information of
  ~ textile.com ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only
  ~ in accordance with the terms of the license agreement you entered into with bianxianmao.com.
  -->

<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>warcar-context</artifactId>
        <groupId>com.bxm</groupId>
        <version>3.0.2.3</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>warcar-ip</artifactId>

    <dependencies>
        <dependency>
            <groupId>com.bxm</groupId>
            <artifactId>warcar-utils</artifactId>
            <version>${project.parent.version}</version>
        </dependency>

        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jsoup</groupId>
            <artifactId>jsoup</artifactId>
        </dependency>

        <dependency>
            <groupId>net.ipip</groupId>
            <artifactId>ipdb</artifactId>
            <version>1.1.2</version>
        </dependency>

        <!-- aliyun -->
        <dependency>
            <groupId>com.aliyun</groupId>
            <artifactId>aliyun-java-sdk-geoip</artifactId>
            <version>1.0.4</version>
        </dependency>
        <dependency>
            <groupId>com.aliyun</groupId>
            <artifactId>aliyun-java-sdk-core</artifactId>
            <version>4.5.3</version>
        </dependency>
        <dependency>
            <groupId>com.aliyun.dns</groupId>
            <artifactId>ip-library</artifactId>
            <version>v1.20210430161742.bxm</version>
        </dependency>
    </dependencies>

</project>