<?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>

    <parent>
        <groupId>top.zopx</groupId>
        <artifactId>square-distributed-bucket</artifactId>
        <version>0.0.2</version>
    </parent>

    <modules>
        <module>square-distributed-unique-core</module>
        <module>square-distributed-unique-db</module>
        <module>square-distributed-unique-zk</module>
        <module>square-distributed-unique-etcd</module>
        <module>square-spring-distributed-unique-starter</module>
    </modules>

    <artifactId>square-distributed-unique-id</artifactId>
    <name>${groupId}:${artifactId}</name>
    <packaging>pom</packaging>
    <description>unique pom</description>

    <dependencies>
        <dependency>
            <groupId>top.zopx</groupId>
            <artifactId>square-distributed-common</artifactId>
            <version>${square.bucket.version}</version>
        </dependency>
    </dependencies>
</project>