Skip to content

Commit

Permalink
Merge pull request #9 from dvsa/opt-lock
Browse files Browse the repository at this point in the history
feat: add urls
  • Loading branch information
1dson authored Apr 29, 2024
2 parents 71afd8c + 61b56fc commit a1c891b
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,28 +74,21 @@
</dependencies>

<repositories>
<repository>
<id>github</id>
<name>GitHub dvsa Apache Maven Packages</name>
<url>${github.url}</url>
</repository>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>github active support</id>
<id>active-support</id>
<url>https://maven.pkg.github.com/dvsa/vol-active-support</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>github uri constructor</id>
<url>https://maven.pkg.github.com/dvsa/vol-uri-constructor</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>github</id>
<name>GitHub dvsa Apache Maven Packages</name>
<url>${github.url}</url>
</repository>
</repositories>

Expand Down

0 comments on commit a1c891b

Please sign in to comment.