summaryrefslogtreecommitdiffstats
path: root/infra/impl/pom.xml
diff options
context:
space:
mode:
authorMichal Cmarada <michal.cmarada@pantheon.tech>2018-09-25 11:15:35 +0200
committerMichal Cmarada <michal.cmarada@pantheon.tech>2018-09-25 11:22:18 +0200
commit556a0f59abc9b09005d40945bc20948d69e4f98e (patch)
tree76d795ae59aba49521fc4fdc7d65062c946147be /infra/impl/pom.xml
parent46bcceb927b1bce07c1c9517f45470703293eb84 (diff)
Bump ODL dependencies to Fluorine (HONEYCOMB-433)
Change-Id: I142ebd2899272feff00abe7d4bae708f093ee3ec Signed-off-by: Michal Cmarada <michal.cmarada@pantheon.tech>
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>