<?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>lq-supermap</artifactId>
        <groupId>com.vortex.lq</groupId>
        <version>1.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>lq-supermap-business</artifactId>

    <properties>
        <guava-retrying.version>2.0.0</guava-retrying.version>
        <velocity.version>2.0</velocity.version>
        <!-- 打包跳过测试 -->
        <skipTests>true</skipTests>
        <!--        <rxjava.version>2.2.3</rxjava.version>-->
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.code.gson</groupId>
            <artifactId>gson</artifactId>
            <version>2.8.6</version>
        </dependency>
        <dependency>
            <groupId>io.springfox</groupId>
            <artifactId>springfox-bean-validators</artifactId>
            <version>2.9.2</version>
        </dependency>
        <dependency>
            <groupId>com.github.xiaoymin</groupId>
            <artifactId>swagger-bootstrap-ui</artifactId>
            <version>1.9.3</version>
        </dependency>
        <dependency>
            <groupId>io.springfox</groupId>
            <artifactId>springfox-swagger2</artifactId>
        </dependency>
        <dependency>
            <groupId>io.springfox</groupId>
            <artifactId>springfox-swagger-ui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-test</artifactId>
        </dependency>
        <!-- spring cloud -->
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-openfeign</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-actuator</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
        </dependency>
        <dependency>
            <groupId>cn.hutool</groupId>
            <artifactId>hutool-all</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.velocity</groupId>
            <artifactId>velocity-engine-core</artifactId>
            <version>${velocity.version}</version>
        </dependency>
        <dependency>
            <groupId>com.github.rholder</groupId>
            <artifactId>guava-retrying</artifactId>
            <version>${guava-retrying.version}</version>
        </dependency>
        <dependency>
            <groupId>org.json</groupId>
            <artifactId>org.json</artifactId>
            <version>chargebee-1.0</version>
        </dependency>
        <dependency>
            <groupId>org.projectlombok</groupId>
            <artifactId>lombok</artifactId>
        </dependency>
        <!-- https://mvnrepository.com/artifact/ch.qos.cal10n/cal10n-api -->
        <dependency>
            <groupId>ch.qos.cal10n</groupId>
            <artifactId>cal10n-api</artifactId>
            <version>0.8.1</version>
        </dependency>
        <dependency>
            <groupId>net.sourceforge.htmlunit</groupId>
            <artifactId>htmlunit</artifactId>
            <version>2.41.0</version>
        </dependency>
        <dependency>
            <groupId>com.vortex.lq</groupId>
            <artifactId>lq-supermap-api</artifactId>
        </dependency>

        <!--        <dependency>-->
        <!--            <groupId>io.reactivex.rxjava2</groupId>-->
        <!--            <artifactId>rxjava</artifactId>-->
        <!--            <version>${rxjava.version}</version>-->
        <!--        </dependency>-->
        <!-- supermap   start-->
        <dependency>
            <groupId>com.supermap</groupId>
            <artifactId>iserver-all-10.0.1-18030</artifactId>
            <version>10.0.1-SNAPSHOT</version>
            <scope>system</scope>
            <systemPath>${pom.basedir}/src/lib/iserver-all-10.0.1-18030.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>com.supermap.services.rest</groupId>
            <artifactId>rest-sdk-10.0.1-18030</artifactId>
            <version>10.0.1-SNAPSHOT</version>
            <scope>system</scope>
            <systemPath>${pom.basedir}/src/lib/rest-sdk-10.0.1-18030.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>com.supermap</groupId>
            <artifactId>server-host-model-10.0.1-18030</artifactId>
            <version>10.0.1-SNAPSHOT</version>
            <scope>system</scope>
            <systemPath>${pom.basedir}/src/lib/server-host-model-10.0.1-18030.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>com.supermap</groupId>
            <artifactId>server-hosts-10.0.1-18030</artifactId>
            <version>10.0.1-SNAPSHOT</version>
            <scope>system</scope>
            <systemPath>${pom.basedir}/src/lib/server-hosts-10.0.1-18030.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>com.supermap</groupId>
            <artifactId>service-model-10.0.1-18030</artifactId>
            <version>10.0.1-SNAPSHOT</version>
            <scope>system</scope>
            <systemPath>${pom.basedir}/src/lib/service-model-10.0.1-18030.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>org.apache.http</groupId>
            <artifactId>httpclient-4.5.5</artifactId>
            <version>4.5.5</version>
            <scope>system</scope>
            <systemPath>${pom.basedir}/src/lib/httpclient-4.5.5.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>org.apache.http</groupId>
            <artifactId>httpcore-4.4.9</artifactId>
            <version>4.4.9</version>
            <scope>system</scope>
            <systemPath>${pom.basedir}/src/lib/httpcore-4.4.9.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>org.apache.http.entity.mine</groupId>
            <artifactId>httpmime-4.5.5</artifactId>
            <version>4.5.5</version>
            <scope>system</scope>
            <systemPath>${pom.basedir}/src/lib/httpmime-4.5.5.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>org.apache.commons.io</groupId>
            <artifactId>commons-io-2.6</artifactId>
            <version>Plexus Archiver</version>
            <scope>system</scope>
            <systemPath>${pom.basedir}/src/lib/commons-io-2.6.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>com.supermap</groupId>
            <artifactId>data</artifactId>
            <version>10.0.1.18027</version>
            <scope>system</scope>
            <systemPath>${pom.basedir}/src/lib/com.supermap.data.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>com.supermap.ui</groupId>
            <artifactId>controls</artifactId>
            <version>10.0.1.18027</version>
            <scope>system</scope>
            <systemPath>${pom.basedir}/src/lib/com.supermap.ui.controls.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>com.supermap</groupId>
            <artifactId>mapping</artifactId>
            <version>10.0.1.18027</version>
            <scope>system</scope>
            <systemPath>${pom.basedir}/src/lib/com.supermap.mapping.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>com.supermap</groupId>
            <artifactId>realspace</artifactId>
            <version>10.0.1.18027</version>
            <scope>system</scope>
            <systemPath>${pom.basedir}/src/lib/com.supermap.realspace.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>com.supermap.data</groupId>
            <artifactId>processing</artifactId>
            <version>10.0.1.18027</version>
            <scope>system</scope>
            <systemPath>${pom.basedir}/src/lib/com.supermap.data.processing.jar</systemPath>
        </dependency>
        <!-- supermap   end-->
    </dependencies>


    <build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <configuration>
                    <includeSystemScope>true</includeSystemScope>
                </configuration>
            </plugin>
        </plugins>
    </build>


</project>