commit | c25c52285ddea0532b9dc0176c7e5221217fd543 | [log] [tgz] |
---|---|---|
author | Saurav Das <saurav.das@opennetworking.org> | Tue Feb 24 11:51:02 2015 -0800 |
committer | Jonathan Hart <jono@onlab.us> | Wed Feb 25 01:44:05 2015 +0000 |
tree | 8549b91c3bbc2216e01f6a4980a409aa6b62fddd | |
parent | d14166a3beb626353d6cdd70dd83597a14990375 [diff] |
Adding a dependency to sdnip's pom file so eclipse doesn't complain Change-Id: Ic79fbc3ed6208472df43355f8c5a73f30511e438
diff --git a/apps/sdnip/pom.xml b/apps/sdnip/pom.xml index 20972c5..f972f01 100644 --- a/apps/sdnip/pom.xml +++ b/apps/sdnip/pom.xml
@@ -80,6 +80,11 @@ </dependency> <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.core</artifactId> + </dependency> + + <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <scope>test</scope>