add fpm web to pom

Change-Id: Ie73d5d3aa37dc04802a75e20358df2ec1a298c17
diff --git a/apps/routing/fpm/pom.xml b/apps/routing/fpm/pom.xml
index 5649572..c98fdb4 100644
--- a/apps/routing/fpm/pom.xml
+++ b/apps/routing/fpm/pom.xml
@@ -30,6 +30,7 @@
     <modules>
         <module>api</module>
         <module>app</module>
+        <module>web</module>
     </modules>
 
 </project>
diff --git a/apps/routing/fpm/web/pom.xml b/apps/routing/fpm/web/pom.xml
index 40522c2..1e37d35 100644
--- a/apps/routing/fpm/web/pom.xml
+++ b/apps/routing/fpm/web/pom.xml
@@ -47,5 +47,5 @@
             <artifactId>onos-apps-routing-fpm-app</artifactId>
             <version>${project.version}</version>
         </dependency>
-       <dependencies>
+    </dependencies>
 </project>