Skip to content

Commit ad83c64

Browse files
authored
ci: add maven-central repository
1 parent 8d03386 commit ad83c64

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
@@ -39,6 +39,13 @@
3939
</developers>
4040

4141
<repositories>
42+
<repository>
43+
<id>central</id>
44+
<url>https://repo.maven.apache.org/maven2</url>
45+
<snapshots>
46+
<enabled>false</enabled>
47+
</snapshots>
48+
</repository>
4249
<repository>
4350
<id>Vaadin Directory</id>
4451
<url>https://maven.vaadin.com/vaadin-addons</url>

0 commit comments

Comments
 (0)