pom.xml: Re-add legacy/outdated songoda public repository mirror

Introduced in d6f2daaeb6

The ID matched maven mirror configurations on my machine and GitHub Actions.
This commit is contained in:
Christian Koop 2023-06-30 16:37:57 +02:00
parent d6f2daaeb6
commit 77f1e54479
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -156,6 +156,11 @@
<id>enginehub-repo</id>
<url>https://maven.enginehub.org/repo/</url>
</repository>
<repository>
<id>songoda-public</id>
<url>https://repo.craftaro.com/repository/public/</url>
</repository>
</repositories>
<dependencies>