commit | c4f351d4060b6b9aa5615d168d2c39072fd13792 | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Tue Mar 10 20:53:11 2015 -0700 |
committer | Brian O'Connor <bocon@onlab.us> | Tue Mar 10 20:59:45 2015 -0700 |
tree | 30f9ea94b0494fac47bce030a61f8bee26e22f93 | |
parent | 2d16fc843c36f6c30f0d2b8eceadfdd57a7b9cfb [diff] [blame] |
Adding configurable variables to DistributedFlowRuleStore Change-Id: I989de6b4ca4caf8ac1e648fbae766d0f88414419
diff --git a/core/pom.xml b/core/pom.xml index 5e2058b..97c33d8 100644 --- a/core/pom.xml +++ b/core/pom.xml
@@ -52,6 +52,10 @@ <artifactId>onlab-junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.compendium</artifactId> + </dependency> </dependencies> <build>