simplifications.
[xmlrouter] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4221afd08fffc88a99f8238fca3cab695fd4cab2..a235e33384cd4b801532dd0e301f57ee91fabfca 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <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/maven-v4_0_0.xsd">
-
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.wamblee.xmlrouter</groupId>
     <artifactId>xmlrouter-root</artifactId>
     <modules>
         <module>common</module>
         <module>config</module>
-               <module>publish</module>
-               <module>subscribe</module>
+        <module>publish</module>
+        <module>subscribe</module>
         <module>impl</module>
+        <module>listener</module>
     </modules>
 
     <!-- need to exclude test at release because test depends on an artifact
             <url>file:${distrib}/all</url>
         </site>
     </distributionManagement>
-
 </project>