Skip to content

Commit

Permalink
specifying repository URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Dec 6, 2022
1 parent d97b069 commit 83b76c9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions google-cloud-pom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,17 @@
</build>
</profile>
</profiles>

<repositories>
<repository>
<id>google-maven-central-copy</id>
<name>Google Maven Central copy</name>
<url>https://maven-central.storage-download.googleapis.com/maven2</url>
</repository>
<repository>
<id>maven-central</id>
<name>Maven Central</name>
<url>hhttps://repo1.maven.org/maven2</url>
</repository>
</repositories>
</project>

0 comments on commit 83b76c9

Please sign in to comment.