Madan Jampani
Committed by Gerrit Code Review

[ONOS-447] Add org.osgi.core dependency to pom.xml. Fixes eclipse build issue

Change-Id: I8bfbc1e33326c1b23cafd3f82f129a708a5e9985
......@@ -39,6 +39,10 @@
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
</dependency>
<dependency>
......