Fixing parent pom.

Change-Id: I183f75b1853ae28f60e459bfa2fc100efb0c9e89
diff --git a/pom.xml b/pom.xml
index 3515f94..61eea0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,14 @@
 
     <description>ONOS sample applications</description>
 
+    <!-- TODO: Drop this when releasing artifacts and ensure that the project version is not snapshot. -->
+    <repositories>
+        <repository>
+            <id>snapshots</id>
+            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+        </repository>
+    </repositories>
+
     <modules>
         <module>intent-perf</module>
         <module>oneping</module>