mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 09:51:38 +02:00
[ONOS-447] Add org.osgi.core dependency to pom.xml. Fixes eclipse build issue
Change-Id: I8bfbc1e33326c1b23cafd3f82f129a708a5e9985
This commit is contained in:
parent
0a1e5494ba
commit
a65f621842
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user