<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.tydic.onecode</groupId>
        <artifactId>common</artifactId>
        <version>2.1.0-portal-SNAPSHOT</version>
    </parent>

    <groupId>com.tydic.onecode</groupId>
    <artifactId>onecode-common-tools</artifactId>
    <name>onecode-common-tools</name>
    <description>通用工具包</description>

    <properties>
        <java.version>1.8</java.version>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    </properties>

    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.tydic.onecode</groupId>
            <artifactId>onecode-common-bo</artifactId>
            <version>${onecode-common.version}</version>
        </dependency>
    </dependencies>

</project>
