reordering maven repositories

This commit is contained in:
Sergey Skrobotov 2023-03-13 21:24:23 -07:00
parent 2683f1c6e7
commit 7d45838a1e
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -7,17 +7,17 @@
<repositories> <repositories>
<repository> <repository>
<id>central</id> <id>dynamodb-local-oregon</id>
<name>Central Repository</name> <name>DynamoDB Local Release Repository</name>
<url>https://repo.maven.apache.org/maven2</url> <url>https://s3-us-west-2.amazonaws.com/dynamodb-local/release</url>
<snapshots> <snapshots>
<enabled>false</enabled> <enabled>false</enabled>
</snapshots> </snapshots>
</repository> </repository>
<repository> <repository>
<id>dynamodb-local-oregon</id> <id>central</id>
<name>DynamoDB Local Release Repository</name> <name>Central Repository</name>
<url>https://s3-us-west-2.amazonaws.com/dynamodb-local/release</url> <url>https://repo.maven.apache.org/maven2</url>
<snapshots> <snapshots>
<enabled>false</enabled> <enabled>false</enabled>
</snapshots> </snapshots>