Committed by
Jonathan Hart
Adding a dependency to sdnip's pom file so eclipse doesn't complain
Change-Id: Ic79fbc3ed6208472df43355f8c5a73f30511e438
Showing
1 changed file
with
5 additions
and
0 deletions
... | @@ -80,6 +80,11 @@ | ... | @@ -80,6 +80,11 @@ |
80 | </dependency> | 80 | </dependency> |
81 | 81 | ||
82 | <dependency> | 82 | <dependency> |
83 | + <groupId>org.osgi</groupId> | ||
84 | + <artifactId>org.osgi.core</artifactId> | ||
85 | + </dependency> | ||
86 | + | ||
87 | + <dependency> | ||
83 | <groupId>org.easymock</groupId> | 88 | <groupId>org.easymock</groupId> |
84 | <artifactId>easymock</artifactId> | 89 | <artifactId>easymock</artifactId> |
85 | <scope>test</scope> | 90 | <scope>test</scope> | ... | ... |
-
Please register or login to post a comment