commit | 446f446a4f00b1993b1e387b64aa54afd2437b53 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Thu Aug 17 15:36:01 2017 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Mon Aug 21 17:41:36 2017 +0000 |
tree | af364e73584725f9f9a35ef216e055b5c79941ce | |
parent | 4b4d2b44dec0be6d992b985716ae7db6e0aae581 [diff] [blame] |
Refactor buck external dependencies Change-Id: Ia4b99493407eb7d4e893804cba6b944f758f085e
diff --git a/apps/pce/pcerest/BUCK b/apps/pce/pcerest/BUCK index cf442f6..f261ede 100644 --- a/apps/pce/pcerest/BUCK +++ b/apps/pce/pcerest/BUCK
@@ -1,5 +1,6 @@ COMPILE_DEPS = [ '//lib:CORE_DEPS', + '//lib:JACKSON', '//lib:javax.ws.rs-api', '//utils/rest:onlab-rest', '//apps/pce/app:onos-apps-pce-app', @@ -10,6 +11,7 @@ TEST_DEPS = [ '//lib:TEST_REST', + '//lib:minimal-json', ] osgi_jar_with_tests (