mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-22 10:15:56 +01:00
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:
parent
fcf551f9eb
commit
fb4dcdcf20
9
pom.xml
9
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user