Skip to content

Commit e4b6613

Browse files
authored
ci: add maven-central repository
1 parent 44d5fe7 commit e4b6613

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
@@ -29,6 +29,13 @@
2929
</licenses>
3030

3131
<repositories>
32+
<repository>
33+
<id>central</id>
34+
<url>https://repo.maven.apache.org/maven2</url>
35+
<snapshots>
36+
<enabled>false</enabled>
37+
</snapshots>
38+
</repository>
3239
<repository>
3340
<id>Vaadin Directory</id>
3441
<url>https://maven.vaadin.com/vaadin-addons</url>

0 commit comments

Comments
 (0)