commit | 4b0fc8fe5b383084213543eb238c73c84555a95c | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Tue Feb 26 15:33:12 2019 -0800 |
committer | Ray Milkey <ray@opennetworking.org> | Tue Feb 26 15:33:12 2019 -0800 |
tree | 3dc2d23ec7444614bba585a2d2c04c1b78a0cea7 | |
parent | eba95353b69078c82659af71864c53016190abf6 [diff] |
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>