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

Change-Id: I8bfbc1e33326c1b23cafd3f82f129a708a5e9985
This commit is contained in:
Madan Jampani 2014-12-08 08:59:23 -08:00 committed by Gerrit Code Review
parent 0a1e5494ba
commit a65f621842

View File

@ -37,6 +37,10 @@
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>