Skip to content

Commit 5263510

Browse files
authored
ci: add maven-central repository
1 parent d92e451 commit 5263510

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
@@ -58,6 +58,13 @@
5858
</dependencyManagement>
5959

6060
<repositories>
61+
<repository>
62+
<id>central</id>
63+
<url>https://repo.maven.apache.org/maven2</url>
64+
<snapshots>
65+
<enabled>false</enabled>
66+
</snapshots>
67+
</repository>
6168
<repository>
6269
<id>Vaadin Directory</id>
6370
<url>https://maven.vaadin.com/vaadin-addons</url>

0 commit comments

Comments
 (0)