Skip to content

Commit a3907ed

Browse files
committed
fix: add explicit Maven Central repository configuration to root pom.xml
1 parent a21ef21 commit a3907ed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
<module>statistics-service</module>
1616
</modules>
1717

18+
<repositories>
19+
<repository>
20+
<id>central</id>
21+
<name>Maven Central</name>
22+
<url>https://repo1.maven.org/maven2</url>
23+
</repository>
24+
</repositories>
25+
1826
<dependencyManagement>
1927
<dependencies>
2028
<dependency>

0 commit comments

Comments
 (0)