diff --git a/demo-distributed-lock/demo-distributed-lock-api/pom.xml b/demo-distributed-lock/demo-distributed-lock-api/pom.xml new file mode 100644 index 0000000..7ff9bb3 --- /dev/null +++ b/demo-distributed-lock/demo-distributed-lock-api/pom.xml @@ -0,0 +1,19 @@ + + + + com.xkcoding + demo-distributed-lock + 1.0.0-SNAPSHOT + + + 4.0.0 + + demo-distributed-lock-api + + + 17 + + + diff --git a/demo-distributed-lock/demo-distributed-lock-mysql/pom.xml b/demo-distributed-lock/demo-distributed-lock-mysql/pom.xml new file mode 100644 index 0000000..e81e88e --- /dev/null +++ b/demo-distributed-lock/demo-distributed-lock-mysql/pom.xml @@ -0,0 +1,19 @@ + + + + com.xkcoding + demo-distributed-lock + 1.0.0-SNAPSHOT + + + 4.0.0 + + demo-distributed-lock-mysql + + + 17 + + + diff --git a/demo-distributed-lock/demo-distributed-lock-redis/pom.xml b/demo-distributed-lock/demo-distributed-lock-redis/pom.xml new file mode 100644 index 0000000..35f7e5c --- /dev/null +++ b/demo-distributed-lock/demo-distributed-lock-redis/pom.xml @@ -0,0 +1,19 @@ + + + + com.xkcoding + demo-distributed-lock + 1.0.0-SNAPSHOT + + + 4.0.0 + + demo-distributed-lock-redis + + + 17 + + + diff --git a/demo-distributed-lock/demo-distributed-lock-redisson/pom.xml b/demo-distributed-lock/demo-distributed-lock-redisson/pom.xml new file mode 100644 index 0000000..1a9730a --- /dev/null +++ b/demo-distributed-lock/demo-distributed-lock-redisson/pom.xml @@ -0,0 +1,19 @@ + + + + com.xkcoding + demo-distributed-lock + 1.0.0-SNAPSHOT + + + 4.0.0 + + demo-distributed-lock-redisson + + + 17 + + + diff --git a/demo-distributed-lock/demo-distributed-lock-zookeeper/pom.xml b/demo-distributed-lock/demo-distributed-lock-zookeeper/pom.xml new file mode 100644 index 0000000..dceb0a0 --- /dev/null +++ b/demo-distributed-lock/demo-distributed-lock-zookeeper/pom.xml @@ -0,0 +1,19 @@ + + + + com.xkcoding + demo-distributed-lock + 1.0.0-SNAPSHOT + + + 4.0.0 + + demo-distributed-lock-zookeeper + + + 17 + + + diff --git a/demo-distributed-lock/pom.xml b/demo-distributed-lock/pom.xml index 224e52a..ca50e17 100644 --- a/demo-distributed-lock/pom.xml +++ b/demo-distributed-lock/pom.xml @@ -18,4 +18,12 @@ 17 + + demo-distributed-lock-api + demo-distributed-lock-redis + demo-distributed-lock-redisson + demo-distributed-lock-zookeeper + demo-distributed-lock-mysql + +