Skip to content

Commit 4d97a21

Browse files
committed
[bugfix] add maven central repository mirror
1 parent 7e2742c commit 4d97a21

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

exist-parent/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,17 @@
11251125
<enabled>false</enabled>
11261126
</snapshots>
11271127
</repository>
1128+
<repository>
1129+
<id>exist-db-maven-central-mirror</id>
1130+
<name>exist-db.org - eXist-db Releases</name>
1131+
<url>https://repo.exist-db.org/repository/maven-central/</url>
1132+
<releases>
1133+
<enabled>true</enabled>
1134+
</releases>
1135+
<snapshots>
1136+
<enabled>false</enabled>
1137+
</snapshots>
1138+
</repository>
11281139
<repository>
11291140
<id>evolvedbinary-snapshots</id>
11301141
<name>Evolved Binary - eXist-db Snapshots</name>

0 commit comments

Comments
 (0)