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

Change-Id: I90744f53e40f417ffe7ae62ffe138eea7a489bc0
diff --git a/protocols/ospf/ctl/src/test/java/org/onosproject/ospf/controller/area/OspfAreaImplTest.java b/protocols/ospf/ctl/src/test/java/org/onosproject/ospf/controller/area/OspfAreaImplTest.java
index f7b40fa..bb957b9 100755
--- a/protocols/ospf/ctl/src/test/java/org/onosproject/ospf/controller/area/OspfAreaImplTest.java
+++ b/protocols/ospf/ctl/src/test/java/org/onosproject/ospf/controller/area/OspfAreaImplTest.java
@@ -186,22 +186,22 @@
                                                    Ip4Address.valueOf("2.2.2.2"), 2,
                                                    new OspfInterfaceChannelHandler(new Controller(),
                                                                                    new OspfAreaImpl(),
-                                                                                   new OspfInterfaceImpl())
-                , topologyForDeviceAndLink));
+                                                                                   new OspfInterfaceImpl()),
+                                                   topologyForDeviceAndLink));
         ospfNbrList.put("3.3.3.3", new OspfNbrImpl(new OspfAreaImpl(), new OspfInterfaceImpl(),
                                                    Ip4Address.valueOf("1.1.1.1"),
                                                    Ip4Address.valueOf("2.2.2.2"), 2,
                                                    new OspfInterfaceChannelHandler(new Controller(),
                                                                                    new OspfAreaImpl(),
-                                                                                   new OspfInterfaceImpl())
-                , topologyForDeviceAndLink));
+                                                                                   new OspfInterfaceImpl()),
+                                                   topologyForDeviceAndLink));
         ospfNbrList.put("4.4.4.4", new OspfNbrImpl(new OspfAreaImpl(), new OspfInterfaceImpl(),
                                                    Ip4Address.valueOf("1.1.1.1"),
                                                    Ip4Address.valueOf("2.2.2.2"), 2,
                                                    new OspfInterfaceChannelHandler(new Controller(),
                                                                                    new OspfAreaImpl(),
-                                                                                   new OspfInterfaceImpl())
-                , topologyForDeviceAndLink));
+                                                                                   new OspfInterfaceImpl()),
+                                                   topologyForDeviceAndLink));
 
         ospfInterface.setListOfNeighbors(ospfNbrList);
         ospfInterface.setIpAddress(Ip4Address.valueOf("10.10.10.10"));
@@ -265,8 +265,8 @@
                                   Ip4Address.valueOf("2.2.2.2"), 2,
                                   new OspfInterfaceChannelHandler(new Controller(),
                                                                   new OspfAreaImpl(),
-                                                                  new OspfInterfaceImpl())
-                , topologyForDeviceAndLink);
+                                                                  new OspfInterfaceImpl()),
+                                  topologyForDeviceAndLink);
         ospfNbr.setState(OspfNeighborState.FULL);
         ospfInterface1.addNeighbouringRouter(ospfNbr);
         ospfInterfaces.add(ospfInterface1);
@@ -290,8 +290,8 @@
                                   Ip4Address.valueOf("2.2.2.2"), 2,
                                   new OspfInterfaceChannelHandler(new Controller(),
                                                                   new OspfAreaImpl(),
-                                                                  new OspfInterfaceImpl())
-                , topologyForDeviceAndLink);
+                                                                  new OspfInterfaceImpl()),
+                                  topologyForDeviceAndLink);
         ospfNbr.setState(OspfNeighborState.FULL);
         ospfInterfaces = new ArrayList();
         ospfInterface1 = new OspfInterfaceImpl();
@@ -352,8 +352,8 @@
                                   Ip4Address.valueOf("2.2.2.2"), 2,
                                   new OspfInterfaceChannelHandler(new Controller(),
                                                                   new OspfAreaImpl(),
-                                                                  new OspfInterfaceImpl())
-                , topologyForDeviceAndLink);
+                                                                  new OspfInterfaceImpl()),
+                                  topologyForDeviceAndLink);
         ospfNbr.setState(OspfNeighborState.FULL);
         ospfInterface1.addNeighbouringRouter(ospfNbr);
         ospfInterfaces.add(ospfInterface1);
@@ -516,8 +516,8 @@
                                   Ip4Address.valueOf("2.2.2.2"), 2,
                                   new OspfInterfaceChannelHandler(new Controller(),
                                                                   new OspfAreaImpl(),
-                                                                  new OspfInterfaceImpl())
-                , topologyForDeviceAndLink);
+                                                                  new OspfInterfaceImpl()),
+                                  topologyForDeviceAndLink);
         ospfNbr.setState(OspfNeighborState.EXCHANGE.EXCHANGE);
         ospfInterface1.addNeighbouringRouter(ospfNbr);
         ospfInterfaces.add(ospfInterface1);
@@ -633,8 +633,8 @@
                                   Ip4Address.valueOf("2.2.2.2"), 2,
                                   new OspfInterfaceChannelHandler(new Controller(),
                                                                   new OspfAreaImpl(),
-                                                                  new OspfInterfaceImpl())
-                , topologyForDeviceAndLink);
+                                                                  new OspfInterfaceImpl()),
+                                  topologyForDeviceAndLink);
         ospfNbr.setState(OspfNeighborState.FULL);
         ospfInterface1.addNeighbouringRouter(ospfNbr);
         ospfInterfaces.add(ospfInterface1);
@@ -665,8 +665,8 @@
                                   Ip4Address.valueOf("2.2.2.2"), 2,
                                   new OspfInterfaceChannelHandler(new Controller(),
                                                                   new OspfAreaImpl(),
-                                                                  new OspfInterfaceImpl())
-                , topologyForDeviceAndLink);
+                                                                  new OspfInterfaceImpl()),
+                                  topologyForDeviceAndLink);
         ospfNbr.setState(OspfNeighborState.FULL);
         ospfInterface1.addNeighbouringRouter(ospfNbr);
         ospfInterfaces.add(ospfInterface1);