Added support for list, leaf-list and container in output under rpc node in yang...
[controller.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4abcd81c365b630a8679e92af33802ebcb9ab270..5899d563e8dd2d1d5a38e8bc7e0288dbcc39bf4c 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>
     <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>
+    <module>opendaylight/northbound/controllermanager</module>
 
     <!-- Northbound integration tests -->
     <module>opendaylight/northbound/integrationtest</module>