pom.xml 937 字节
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
         xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.sibu.orderHelper</groupId>
        <artifactId>com.sibu.orderHelper</artifactId>
        <version>0.0.1-SNAPSHOT</version>
    </parent>
    <groupId>com.sibu.orderHelper.model</groupId>
    <artifactId>com.sibu.orderHelper.model</artifactId>
    <name>com.sibu.orderHelper.model</name>
    <url>http://maven.apache.org</url>
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.redisson</groupId>
            <artifactId>redisson</artifactId>
        </dependency>
    </dependencies>
</project>