build: use manually uploaded artifact for CMI-API

The fact that there is no stable official way to depend
on the API in a maven project is baffling top me... honestly...

I am just annoyed, so I manually uploaded the jar to our
`third-party` repository which I wanted to get rid of again...
This commit is contained in:
Christian Koop 2024-06-22 18:44:23 +02:00
parent fcf551f9eb
commit fb4dcdcf20
No known key found for this signature in database
GPG Key ID: 6A4A09E8ED946113

View File

@ -140,6 +140,11 @@
<id>jitpack.io</id>
<url>https://jitpack.io/</url>
</repository>
<repository>
<id>songoda-third-party</id>
<url>https://repo.songoda.com/repository/third-party/</url>
</repository>
</repositories>
<dependencies>
@ -172,9 +177,9 @@
</dependency>
<dependency>
<groupId>com.github.Zrips</groupId>
<groupId>CMI-API</groupId>
<artifactId>CMI-API</artifactId>
<version>7.6.2.0</version>
<version>9.7.4.1</version>
<scope>provided</scope>
</dependency>
</dependencies>