Skip to content

Commit 0302faa

Browse files
authored
ci: add maven-central repository
1 parent 10e2a55 commit 0302faa

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
@@ -59,6 +59,13 @@
5959
</dependencyManagement>
6060

6161
<repositories>
62+
<repository>
63+
<id>central</id>
64+
<url>https://repo.maven.apache.org/maven2</url>
65+
<snapshots>
66+
<enabled>false</enabled>
67+
</snapshots>
68+
</repository>
6269
<repository>
6370
<id>Vaadin Directory</id>
6471
<url>https://maven.vaadin.com/vaadin-addons</url>

0 commit comments

Comments
 (0)