<?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>

    <groupId>com.icetech</groupId>
    <artifactId>suzhou-ns-api</artifactId>
    <version>1.0.3</version>
    <packaging>jar</packaging>

    <properties>
          <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.bouncycastle</groupId>
            <artifactId>bcpkix-jdk15on</artifactId>
            <version>1.65</version>
        </dependency>
        <dependency>
            <groupId>org.bouncycastle</groupId>
            <artifactId>bcprov-jdk15on</artifactId>
            <version>1.65</version>
        </dependency>
    </dependencies>

    <!-- deploy 到私服，url 换成你实际的私服地址 -->
    <distributionManagement>
        <repository>
            <id>thirdparty</id>
            <url>https://mvn.icecloud-car.com/nexus/content/repositories/thirdparty/</url>
        </repository>
        <snapshotRepository>
            <id>thirdparty</id>
            <url>https://mvn.icecloud-car.com/nexus/content/repositories/thirdparty/</url>
        </snapshotRepository>
    </distributionManagement>
</project>
