mirror of https://gitee.com/stylefeng/roses
31 lines
940 B
XML
31 lines
940 B
XML
<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>
|
|
|
|
<parent>
|
|
<groupId>com.javaguns.roses</groupId>
|
|
<artifactId>roses-kernel</artifactId>
|
|
<version>8.1.9</version>
|
|
<relativePath>../pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>kernel-d-lock</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
<module>lock-api</module>
|
|
<module>lock-sdk-redisson</module>
|
|
<module>lock-spring-boot-starter-redisson</module>
|
|
</modules>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.javaguns.roses</groupId>
|
|
<artifactId>kernel-a-rule</artifactId>
|
|
<version>${roses.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project>
|