summaryrefslogtreecommitdiffstats
path: root/infra/impl/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'infra/impl/pom.xml')
-rw-r--r--infra/impl/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/infra/impl/pom.xml b/infra/impl/pom.xml
index 6c2354252..937e707c6 100644
--- a/infra/impl/pom.xml
+++ b/infra/impl/pom.xml
@@ -54,6 +54,12 @@
<groupId>org.opendaylight.mdsal.model</groupId>
<artifactId>ietf-topology</artifactId>
</dependency>
+ <!--Required by FakeBindingAwareBroker -> BundleContext-->
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <version>${osgi-core.version}</version>
+ </dependency>
<dependency>
<groupId>junit</groupId>