[AETHER-598] Updates onos dependency to 2.2.4 and fix api/impl bundles issue.

API and Impl bundles both have `org.onosproject.segmentrouting.config` package
which creates issues during the app activation

Change-Id: I087c9a037b86ba522cfe568c43c102705e6ca4f2
18 files changed
tree: efefe8cd4d00219c592795fe24762cecfe80c506
  1. .gitignore
  2. .gitreview
  3. CODE_OF_CONDUCT.md
  4. LICENSE.txt
  5. README.md
  6. api/
  7. app/
  8. impl/
  9. pom.xml
  10. web/
README.md

Trellis Control Application

Build

docker run -it --rm -v $HOME/.m2:/root/.m2 -v $PWD:/root/trellis-control -w /root/trellis-control maven:3.6.3-openjdk-11 mvn clean install

The OAR file can be located under oar/target

Install

onos-app <ip>:<port> install! oar/target/segmentrouting-oar-<x.y.z>.oar