Added a temporal repository until the new osgi test helpers are released.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1479324 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/core-it/pom.xml b/ipojo/runtime/core-it/pom.xml
index 800ebf6..dbaa19e 100644
--- a/ipojo/runtime/core-it/pom.xml
+++ b/ipojo/runtime/core-it/pom.xml
@@ -467,4 +467,13 @@
</build>
</profile>
</profiles>
+
+ <repositories>
+ <!-- Temporal addition of this repository until the osgi-helper are released -->
+ <!-- TODO remove this before the release -->
+ <repository>
+ <id>ow2.snapshots</id>
+ <url>http://repository.ow2.org/nexus/content/repositories/snapshots/</url>
+ </repository>
+ </repositories>
</project>