zhouhao 8 anni fa
parent
commit
8404eacde4
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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>