(no commit message)
[utils] / system / pom.xml
index c70dddc6d6f702814638f659fe2f69b0074aa4d8..c79ad3124118cf0d0e33334a1b53bcc0f7f1ab7c 100644 (file)
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.wamblee</groupId>
   <artifactId>wamblee-system</artifactId>
-  <packaging>jar</packaging>
+  <packaging>pom</packaging>
   <name>wamblee.org system</name>
   <url>http://wamblee.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-    </dependency>
-  </dependencies>
-
+  <modules>
+    <module>general</module>
+    <module>spring</module>
+  </modules>
 </project>