Update pom.xml to depend on official onos-dependencies parent pom

This patch fixes the issues seen when trying to release the app,
and in general, when trying to execute maven stages other than
build/install.

ONOS stopped publishing onos-dependencies with version 2.2.0, thus
requiring each app to explicitly declare dependencies and plugins. The
following ONOS patch revamps support for building 3rd-party apps with
Maven, including publishing of the onos-dependencies (parent) pom:
https://gerrit.onosproject.org/#/c/22790/

The new onos-dependencies exposes shared Java dependencies as well as
Maven plugins, already configured to support the whole life-cycle of
apps (from build, to reporting and release).

Change-Id: I542085aa4e60ff911dcab89755f267da711ddeef
1 file changed
tree: 1219901dfcdf1cd8d7a0ba9abf5e9d3c96cb363f
  1. .gitignore
  2. .gitreview
  3. app.xml
  4. features.xml
  5. pom.xml
  6. src/