Skip to content

Commit a8e0734

Browse files
authored
ci: add maven-central repository
1 parent 2d5a190 commit a8e0734

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@
5757
</dependencyManagement>
5858

5959
<repositories>
60+
<repository>
61+
<id>central</id>
62+
<url>https://repo.maven.apache.org/maven2</url>
63+
<snapshots>
64+
<enabled>false</enabled>
65+
</snapshots>
66+
</repository>
6067
<repository>
6168
<id>Vaadin Directory</id>
6269
<url>https://maven.vaadin.com/vaadin-addons</url>

0 commit comments

Comments
 (0)