pom.xml 2.46 KB
Newer Older
hulei committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<?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>
wangweidong committed
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
<!--        <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>-->
hulei committed
40

wangweidong committed
41 42 43 44
<!--        <dependency>-->
<!--            <groupId>com.xuxueli</groupId>-->
<!--            <artifactId>xxl-job-core</artifactId>-->
<!--        </dependency>-->
hulei committed
45 46 47 48 49

<!--        <dependency>-->
<!--            <groupId>org.jboss.resteasy</groupId>-->
<!--            <artifactId>resteasy-jaxrs</artifactId>-->
<!--        </dependency>-->
wangweidong committed
50 51 52 53 54 55 56 57
<!--        <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>-->
hulei committed
58 59 60 61 62 63 64 65
<!--        <dependency>-->
<!--            <groupId>org.jboss.resteasy</groupId>-->
<!--            <artifactId>resteasy-jackson2-provider</artifactId>-->
<!--        </dependency>-->

    </dependencies>

</project>