Added snapshot and central repositories to pom.
Change-Id: Ida02059975c403bb2d556237d477d7c2019c662b
(cherry picked from commit 3dfe67b4142d7c9740a90ff098896595aff06301)
diff --git a/pom.xml b/pom.xml
index b8d0c28..beb7559 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,4 +125,31 @@
</plugin>
</plugins>
</build>
+
+ <repositories>
+ <repository>
+ <id>central</id>
+ <name>Central Repository</name>
+ <url>http://repo.maven.apache.org/maven2</url>
+ <layout>default</layout>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>always</updatePolicy>
+ <checksumPolicy>fail</checksumPolicy>
+ </releases>
+ </repository>
+
+ <repository>
+ <id>snapshots</id>
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>always</updatePolicy>
+ <checksumPolicy>fail</checksumPolicy>
+ </snapshots>
+ </repository>
+ </repositories>
</project>