Make netconf client throw checked Interrupted exception instead of unchecked
[controller.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7db641445b670ef862b2590e360c87da14747eb3..cd54dd40b4a475dd8555b935090b546da9b52655 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
     <!-- md-sal -->
     <module>opendaylight/md-sal</module>
-
     <!--
     <module>opendaylight/config</module>
     -->
+    <module>opendaylight/netconf</module>
+    <!-- config -->
 
     <!--  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>
 
     <!-- Northbound integration tests -->
     <module>opendaylight/northbound/integrationtest</module>