FELIX-5009: allow relative pathnames for gogo install and update.
Thanks to Benson Margulies
This closes #34
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1700124 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/command/pom.xml b/gogo/command/pom.xml
index e61f4b9..e40bfdc 100644
--- a/gogo/command/pom.xml
+++ b/gogo/command/pom.xml
@@ -56,6 +56,12 @@
<artifactId>org.apache.felix.bundlerepository</artifactId>
<version>1.6.0</version>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>1.10.19</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>