<?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">

    <modelVersion>4.0.0</modelVersion>
    <artifactId>prtest</artifactId>
    <version>2.7.5-0.1.1</version>
    <packaging>jar</packaging>
    <name>测试</name>
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.source>1.8</maven.compiler.source>
        <maven.compiler.target>1.8</maven.compiler.target>
        <junit.version>4.12</junit.version>
        <springboot.version>2.7.5</springboot.version>
    </properties>

    <parent>
        <groupId>top.xtcoder</groupId>
        <artifactId>jdcbase-parent</artifactId>
        <version>2.7.5-0.1.1</version>
    </parent>

    <dependencies>
        <dependency>
            <groupId>top.xtcoder</groupId>
            <artifactId>prbase</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>top.xtcoder</groupId>
            <artifactId>prrbac</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
    </dependencies>

</project>