Committed by
Yuta Higuchi
[ONOS-721, ONOS-447] Add org.osgi.core dependency to pom.xml. Fixes eclipse build issue
Change-Id: I8bfbc1e33326c1b23cafd3f82f129a708a5e9985 (cherry picked from commit a65f6218)
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -39,6 +39,10 @@ | ... | @@ -39,6 +39,10 @@ |
39 | </dependency> | 39 | </dependency> |
40 | <dependency> | 40 | <dependency> |
41 | <groupId>org.osgi</groupId> | 41 | <groupId>org.osgi</groupId> |
42 | + <artifactId>org.osgi.core</artifactId> | ||
43 | + </dependency> | ||
44 | + <dependency> | ||
45 | + <groupId>org.osgi</groupId> | ||
42 | <artifactId>org.osgi.compendium</artifactId> | 46 | <artifactId>org.osgi.compendium</artifactId> |
43 | </dependency> | 47 | </dependency> |
44 | <dependency> | 48 | <dependency> | ... | ... |
-
Please register or login to post a comment