Adding snapshot repo to osgiwrap pom

We use a snapshot artifact for the time being to build this plugin

Change-Id: I2b0482d421fdd2d814f6868ea4cbf6a298c59fbf
diff --git a/utils/osgiwrap/pom.xml b/utils/osgiwrap/pom.xml
index 0a63c55..5b1637d 100644
--- a/utils/osgiwrap/pom.xml
+++ b/utils/osgiwrap/pom.xml
@@ -27,6 +27,18 @@
     <artifactId>osgiwrap</artifactId>
     <version>0.9-SNAPSHOT</version>
 
+    <repositories>
+        <repository>
+            <id>snapshots</id>
+            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>daily</updatePolicy>
+                <checksumPolicy>fail</checksumPolicy>
+            </snapshots>
+        </repository>
+    </repositories>
+
     <dependencies>
         <!-- TODO update this to org.apache.felix when changes are merged upstream -->
         <dependency>