Skip to content

Commit

Permalink
build: add maven central explicitly (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDombo committed Apr 20, 2023
1 parent dcb6f5d commit 3274984
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@
<!-- CloudFront url fronting the device sdk,logging library and component common in S3-->
<url>https://d2jrmugq4soldf.cloudfront.net/snapshots</url>
</repository>
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</repository>
</repositories>

<dependencyManagement>
Expand Down
10 changes: 10 additions & 0 deletions uat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@
<!-- CloudFront url fronting the aws-greengrass-testing-standalone in S3-->
<url>https://d2jrmugq4soldf.cloudfront.net/snapshots</url>
</repository>
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</repository>
</repositories>

<dependencies>
Expand Down

0 comments on commit 3274984

Please sign in to comment.