Have openflow switch report all flow removals
[controller.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4d0d2ee52b7d5b67dbf9ea6947a049b73d2f029f..ec045f10cd915eab9f50bafcc0888b6a37caa62f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
     <!-- md-sal -->
     <module>opendaylight/md-sal</module>
-    <module>opendaylight/config</module>
     <!-- config -->
+    <module>opendaylight/config</module>
+    <!-- netconf -->
+    <module>opendaylight/netconf</module>
 
     <!--  Web bundles -->
     <module>opendaylight/web/root</module>
@@ -89,6 +91,7 @@
     <module>opendaylight/web/devices</module>
     <module>opendaylight/web/troubleshoot</module>
     <module>opendaylight/web/topology</module>
+    <module>opendaylight/web/osgi-brandfragment</module>
 
     <!--  Neutron -->
     <module>opendaylight/networkconfiguration/neutron</module>
     <module>opendaylight/northbound/switchmanager</module>
     <module>opendaylight/northbound/containermanager</module>
     <module>opendaylight/northbound/networkconfiguration/bridgedomain</module>
+    <module>opendaylight/northbound/httpservice-bridge</module>
+    <module>opendaylight/northbound/jolokia</module>
+    <module>opendaylight/northbound/connectionmanager</module>
+    <module>opendaylight/northbound/usermanager</module>
 
     <!-- Northbound integration tests -->
     <module>opendaylight/northbound/integrationtest</module>