Changing onos buck alias to include package generation.

Fixing buck build of scalablegateway app.

Change-Id: I165bdf38682f694667678adc6a9d835c50b48ed3
diff --git a/apps/scalablegateway/app/BUCK b/apps/scalablegateway/app/BUCK
index 81a0dad..9bfb40c 100644
--- a/apps/scalablegateway/app/BUCK
+++ b/apps/scalablegateway/app/BUCK
@@ -1,6 +1,6 @@
 COMPILE_DEPS = [
     '//lib:CORE_DEPS',
-    '//apps/scalablegateway/api:onos-app-scalablegateway-api',
+    '//apps/scalablegateway/api:onos-apps-scalablegateway-api',
 ]
 
 TEST_DEPS = [
@@ -8,6 +8,6 @@
 ]
 
 osgi_jar_with_tests (
-    deps = COMPILE_DEPS
+    deps = COMPILE_DEPS,
     test_deps = TEST_DEPS,
 )