diff --git a/apps/routeradvertisement/BUCK b/apps/routeradvertisement/BUCK index cb0936c483..6eafe8d8f0 100644 --- a/apps/routeradvertisement/BUCK +++ b/apps/routeradvertisement/BUCK @@ -1,7 +1,9 @@ COMPILE_DEPS = [ '//lib:CORE_DEPS', '//lib:JACKSON', - '//incubator/api:onos-incubator-api' + '//incubator/api:onos-incubator-api', + '//lib:org.apache.karaf.shell.console', + '//cli:onos-cli' ] osgi_jar ( diff --git a/apps/routeradvertisement/pom.xml b/apps/routeradvertisement/pom.xml index 3597d81797..cf32e9164c 100644 --- a/apps/routeradvertisement/pom.xml +++ b/apps/routeradvertisement/pom.xml @@ -1,6 +1,6 @@ + + + + + + + + +