Skip to content

Commit

Permalink
ci: add maven-central repository
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored Jan 27, 2025
1 parent 76b6463 commit eec276b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@
</dependencyManagement>

<repositories>
<repository>
<id>central</id>
<url>https://repo.maven.apache.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>Vaadin Directory</id>
<url>https://maven.vaadin.com/vaadin-addons</url>
Expand Down

0 comments on commit eec276b

Please sign in to comment.