Browse Source

新增锁实现

zhouhao 8 years ago
parent
commit
8404eacde4
1 changed files with 6 additions and 0 deletions
  1. 6 0
      hsweb-concurrent/hsweb-concurrent-lock/pom.xml

+ 6 - 0
hsweb-concurrent/hsweb-concurrent-lock/pom.xml

@@ -27,6 +27,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>hsweb-concurrent-lock</artifactId>
+    <packaging>pom</packaging>
+    <modules>
+        <module>hsweb-concurrent-lock-api</module>
+        <module>hsweb-concurrent-lock-redis</module>
+        <module>hsweb-concurrent-lock-starter</module>
+    </modules>
 
 
 </project>