Add snapshot repo back into base pom
Change-Id: I865582f581692db0b28c8f8bc23bc17266faa228
Showing
1 changed file
with
7 additions
and
0 deletions
... | @@ -104,6 +104,13 @@ | ... | @@ -104,6 +104,13 @@ |
104 | </snapshotRepository> | 104 | </snapshotRepository> |
105 | </distributionManagement> | 105 | </distributionManagement> |
106 | 106 | ||
107 | + <repositories> | ||
108 | + <repository> | ||
109 | + <id>snapshots</id> | ||
110 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> | ||
111 | + </repository> | ||
112 | + </repositories> | ||
113 | + | ||
107 | <dependencyManagement> | 114 | <dependencyManagement> |
108 | <dependencies> | 115 | <dependencies> |
109 | <dependency> | 116 | <dependency> | ... | ... |
-
Please register or login to post a comment