Skip to content

Commit

Permalink
use central repo for CMI
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Sep 13, 2024
1 parent 74a5136 commit 6b08e77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Binary file removed spigot/cmi/libs/CMI-API9.6.4.1.jar
Binary file not shown.
Binary file removed spigot/cmi/libs/CMILib1.4.2.1.jar
Binary file not shown.
11 changes: 7 additions & 4 deletions spigot/cmi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,23 @@

<artifactId>uni-hologram-spigot-cmi</artifactId>

<repositories>
<repository>
<id>projectunified-repo</id>
<url>https://projectunified.github.io/MavenRepo/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>CMI-API</groupId>
<artifactId>CMI-API</artifactId>
<version>9.6.4.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/CMI-API9.6.4.1.jar</systemPath>
</dependency>
<dependency>
<groupId>CMILib</groupId>
<artifactId>CMILib</artifactId>
<version>1.4.2.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/CMILib1.4.2.1.jar</systemPath>
</dependency>
<dependency>
<groupId>io.github.projectunified</groupId>
Expand Down

0 comments on commit 6b08e77

Please sign in to comment.