Skip to content

Commit d8386fe

Browse files
authored
ci: add maven-central repository
1 parent 8f22a32 commit d8386fe

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
@@ -64,6 +64,13 @@
6464
</dependencyManagement>
6565

6666
<repositories>
67+
<repository>
68+
<id>central</id>
69+
<url>https://repo.maven.apache.org/maven2</url>
70+
<snapshots>
71+
<enabled>false</enabled>
72+
</snapshots>
73+
</repository>
6774
<repository>
6875
<id>Vaadin Directory</id>
6976
<url>https://maven.vaadin.com/vaadin-addons</url>

0 commit comments

Comments
 (0)