<?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>isc-funds</artifactId>
        <groupId>com.brilliance.isc</groupId>
        <version>3.1.0</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>isc-funds-business</artifactId>

    <dependencies>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-funds-entity</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-obj2mt</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-bopset</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-doc</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-limmod</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-trnmod</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-setmod</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-trndoc</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-liaall</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-liaccv</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-oit</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-trndia</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-trtcre</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-dftcre</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-bptbck</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-umdmod</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-trndoc</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-liaall</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-liaccv</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-oit</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-trndia</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-trtcre</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-dftcre</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-bptbck</artifactId>
        </dependency>
        <dependency>
            <groupId>com.brilliance.isc</groupId>
            <artifactId>isc-common-service-umdmod</artifactId>
        </dependency>
        <!--        <dependency>-->
        <!--            <groupId>com.xuxueli</groupId>-->
        <!--            <artifactId>xxl-job-core</artifactId>-->
        <!--        </dependency>-->

        <!--        <dependency>-->
        <!--            <groupId>org.jboss.resteasy</groupId>-->
        <!--            <artifactId>resteasy-jaxrs</artifactId>-->
        <!--        </dependency>-->
        <!--        <dependency>-->
        <!--            <groupId>org.jboss.resteasy</groupId>-->
        <!--            <artifactId>resteasy-spring-boot-starter</artifactId>-->
        <!--        </dependency>-->
        <!--        <dependency>-->
        <!--            <groupId>org.jboss.resteasy</groupId>-->
        <!--            <artifactId>resteasy-multipart-provider</artifactId>-->
        <!--        </dependency>-->
        <!--        <dependency>-->
        <!--            <groupId>org.jboss.resteasy</groupId>-->
        <!--            <artifactId>resteasy-jackson2-provider</artifactId>-->
        <!--        </dependency>-->

    </dependencies>

</project>