Skip to content

Commit eec276b

Browse files
authored
ci: add maven-central repository
1 parent 76b6463 commit eec276b

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
@@ -75,6 +75,13 @@
7575
</dependencyManagement>
7676

7777
<repositories>
78+
<repository>
79+
<id>central</id>
80+
<url>https://repo.maven.apache.org/maven2</url>
81+
<snapshots>
82+
<enabled>false</enabled>
83+
</snapshots>
84+
</repository>
7885
<repository>
7986
<id>Vaadin Directory</id>
8087
<url>https://maven.vaadin.com/vaadin-addons</url>

0 commit comments

Comments
 (0)