<?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>ns-jckj2</artifactId>
        <groupId>com.geoway</groupId>
        <version>2.0.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>ns-jckj-biz-bgjpt</artifactId>

    <dependencies>
        <dependency>
            <groupId>com.geoway</groupId>
            <artifactId>ns-jckj-biz</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.geoway</groupId>
            <artifactId>ns-jckj-biz-local</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.bouncycastle</groupId>
            <artifactId>bcprov-jdk15on</artifactId>
            <version>1.64</version>
        </dependency>

        <dependency>
            <groupId>com.uc.sso</groupId>
            <artifactId>uc-sso-sdk</artifactId>
            <version>1.10</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/../lib/uc-sso-sdk-1.13.jar</systemPath>
            <exclusions>
                <exclusion>
                    <groupId>hutool</groupId>
                    <artifactId>hutool-all</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>

    <!-- jar包仓库 -->
    <repositories>
        <repository>
            <id>geowayRepo</id>
            <name>geowayRepo</name>
            <url>http://atlas.geoway.com.cn:8005/nexus/repository/maven-public/</url>
        </repository>
        <repository>
            <id>public</id>
            <name>aliyun nexus</name>
            <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
            <releases>
                <enabled>true</enabled>
            </releases>
        </repository>
    </repositories>
</project>