commit | 3078fc06206e30c5cebae3f83e3ec1e841a9b9c8 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Wed May 06 16:14:14 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed May 13 17:03:39 2015 +0000 |
tree | f232f656c042d9b74023f31f07cd394e17be2741 | |
parent | 8b4b9f0a7380df2b630f97149f5d02652c371c0a [diff] [blame] |
ONOS-743 - Use REST API Codecs to generate JSON for CLI commands Change-Id: I25e0840d1af03341c638f837498c95275e6cf31b
diff --git a/cli/pom.xml b/cli/pom.xml index 1ed1d47..2a9e922 100644 --- a/cli/pom.xml +++ b/cli/pom.xml
@@ -41,6 +41,10 @@ <groupId>org.onosproject</groupId> <artifactId>onlab-osgi</artifactId> </dependency> + <dependency> + <groupId>org.onosproject</groupId> + <artifactId>onos-core-common</artifactId> + </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId>