commit | 0872a1743c9563951722596b0fd24f7a921f9e5b | [log] [tgz] |
---|---|---|
author | tom <tom@onlab.us> | Tue Sep 23 11:24:26 2014 -0700 |
committer | tom <tom@onlab.us> | Tue Sep 23 11:24:26 2014 -0700 |
tree | 6e221b6499b577d6776d64d723cb1662ca792023 | |
parent | ac60c089d24472f2b0fadfb2e7b94cc6e3b80a16 [diff] [blame] |
Fixed a number of CLI commands. Refactored the StoreService/Manager stuff for common serializer pool.
diff --git a/cli/pom.xml b/cli/pom.xml index 80e173d..cc1d9dd 100644 --- a/cli/pom.xml +++ b/cli/pom.xml
@@ -23,6 +23,10 @@ <artifactId>onos-api</artifactId> </dependency> <dependency> + <groupId>org.onlab.onos</groupId> + <artifactId>onlab-osgi</artifactId> + </dependency> + <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> </dependency>