add bnd snapshot repository for testing

Signed-off-by: Raymond Auge <rotty3000@apache.org>
diff --git a/pom.xml b/pom.xml
index 63524a8..88d21a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -559,4 +559,19 @@
         </plugins>
     </reporting>
 
+    <repositories>
+        <repository>
+            <id>ossrh</id>
+            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+            <releases><enabled>false</enabled></releases>
+            <snapshots><enabled>true</enabled></snapshots>
+        </repository>
+        <repository>
+            <id>bndtools-snapshots</id>
+            <url>https://bndtools.jfrog.io/artifactory/libs-snapshot-local</url>
+            <releases><enabled>false</enabled></releases>
+            <snapshots><enabled>true</enabled></snapshots>
+        </repository>
+    </repositories>
+
 </project>