Fixed pom.xml issues and build issues. Corrected checkstyle issues

Change-Id: I90744f53e40f417ffe7ae62ffe138eea7a489bc0
diff --git a/protocols/ospf/pom.xml b/protocols/ospf/pom.xml
index 1a29f8b..b37086c 100755
--- a/protocols/ospf/pom.xml
+++ b/protocols/ospf/pom.xml
@@ -33,8 +33,8 @@
 
     <modules>
         <module>api</module>
-        <!--module>ctl</module-->
-        <!--module>protocol</module-->
+        <module>ctl</module>
+        <module>protocol</module>
     </modules>
 
 </project>