Updating BUCK files

Change-Id: I24f279b42a270e59cf4bf4564e2aa4d81459c8e2
diff --git a/apps/fwd/BUCK b/apps/fwd/BUCK
index 565e275..2c69a19 100644
--- a/apps/fwd/BUCK
+++ b/apps/fwd/BUCK
@@ -1,7 +1,5 @@
 COMPILE_DEPS = [
     '//lib:CORE_DEPS',
-    '//lib:org.apache.karaf.shell.console',
-    '//cli:onos-cli',
 ]
 
 osgi_jar_with_tests (
@@ -12,5 +10,5 @@
     title = 'Reactive Forwarding App',
     category = 'Traffic Steering',
     url = 'http://onosproject.org',
-    description = 'Reactive forwarding application using flow subsystem.',
+    description = 'Reactive forwarding application using flow objective subsystem.',
 )