Skip to content

Commit 16e7a74

Browse files
authored
ci: add maven-central repository
1 parent 92ae3fb commit 16e7a74

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
@@ -62,6 +62,13 @@
6262
</dependencyManagement>
6363

6464
<repositories>
65+
<repository>
66+
<id>central</id>
67+
<url>https://repo.maven.apache.org/maven2</url>
68+
<snapshots>
69+
<enabled>false</enabled>
70+
</snapshots>
71+
</repository>
6572
<repository>
6673
<id>Vaadin Directory</id>
6774
<url>https://maven.vaadin.com/vaadin-addons</url>

0 commit comments

Comments
 (0)