<?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>idp-style-review</artifactId>
        <groupId>com.jxdinfo.idp</groupId>
        <version>2.2.6.fix1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.jxdinfo.idp</groupId>
    <artifactId>idp-style-review-api</artifactId>
    <version>2.2.6.fix1</version>

    <dependencies>
        <dependency>
            <groupId>com.jxdinfo.idp</groupId>
            <artifactId>idp-common</artifactId>
            <version>2.2.6.fix1</version>
        </dependency>
        <dependency>
            <groupId>com.jxdinfo.idp</groupId>
            <artifactId>idp-dm-api</artifactId>
            <version>2.2.6.fix1</version>
        </dependency>
       <!-- <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-test</artifactId>
        </dependency>-->
    </dependencies>
    <properties>
        <maven.compiler.source>8</maven.compiler.source>
        <maven.compiler.target>8</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

</project>
