Madan Jampani

Adding snapshot repo info for copycat

Change-Id: I22c6fdecc5c79743e3cb39bd3843f83a245c56cc
Showing 1 changed file with 8 additions and 0 deletions
...@@ -82,6 +82,14 @@ ...@@ -82,6 +82,14 @@
82 </snapshotRepository> 82 </snapshotRepository>
83 </distributionManagement> 83 </distributionManagement>
84 84
85 + <!--- Needed for copycat. Remove before official release -->
86 + <repositories>
87 + <repository>
88 + <id>snapshots</id>
89 + <url>https://oss.sonatype.org/content/repositories/snapshots</url>
90 + </repository>
91 + </repositories>
92 +
85 <dependencyManagement> 93 <dependencyManagement>
86 <dependencies> 94 <dependencies>
87 <dependency> 95 <dependency>
......