Fix up apps that require jar file wrapping

Change-Id: I5a04cfa7b97c51cdedd65bbcaeaec1cb500fd2de
diff --git a/apps/influxdbmetrics/BUCK b/apps/influxdbmetrics/BUCK
index 9df1a24..017443e 100644
--- a/apps/influxdbmetrics/BUCK
+++ b/apps/influxdbmetrics/BUCK
@@ -11,6 +11,10 @@
     '//lib:influxdb-java',
 ]
 
+BUNDLES = [
+    '//lib:commons-codec',
+]
+
 TEST_DEPS = [
     '//lib:TEST_ADAPTERS',
 ]
@@ -20,12 +24,11 @@
     test_deps = TEST_DEPS,
 )
 
-# TODO : Currently non-functional, needs the ability to wrap a non-OSGI jar
-
 onos_app (
     title = 'InfluxDB Report and Query App',
     category = 'Monitoring',
     url = 'http://onosproject.org',
     description = 'Performance metric service reporter and retriever for influxDB.',
+    included_bundles = BUNDLES,
     excluded_bundles = EXCLUDED_BUNDLES,
 )