From 2bd01c7b187ae6f499ff1023c247eab144406f5a Mon Sep 17 00:00:00 2001
From: Ashijin <xikage@gmail.com>
Date: Tue, 17 Aug 2021 20:28:00 -0600
Subject: [PATCH] Moved dependencies to nexus repo

---
 pom.xml | 37 ++++++++++++++++++++++---------------
 1 file changed, 22 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index e76d742f..ce90b913 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,16 +91,28 @@
 			<id>spigot-repo</id>
 			<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
 		</repository>
-
+		
 		<repository>
 			<id>sk89q-repo</id>
 			<url>https://maven.enginehub.org/repo/</url>
 		</repository>
-
+		
 		<repository>
 			<id>papermc</id>
 			<url>https://papermc.io/repo/repository/maven-public/</url>
 		</repository>
+		
+		<!-- holographic displays -->
+		<repository>
+		    <id>codemc-repo</id>
+		    <url>https://repo.codemc.io/repository/maven-public/</url>
+		</repository>
+		
+		<!-- citizens -->
+        <repository>
+            <id>citizens-repo</id>
+            <url>http://repo.citizensnpcs.co/</url>
+        </repository>
 
 	</repositories>
 
@@ -182,40 +194,35 @@
 			<groupId>com.Zrips.CMI</groupId>
 			<artifactId>CMI</artifactId>
 			<version>8.6.5.0</version>
-			<scope>system</scope>
-			<systemPath>${basedir}/lib/CMI.jar</systemPath>
+            <scope>provided</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>com.sainttx.holograms</groupId>
 			<artifactId>Holograms</artifactId>
 			<version>2.9.1</version>
-			<scope>system</scope>
-			<systemPath>${basedir}/lib/Holograms.jar</systemPath>
+            <scope>provided</scope>
 		</dependency>
 
 		<dependency>
-			<groupId>com.gmail.filoghost</groupId>
-			<artifactId>HolographicDisplays</artifactId>
-			<version>2.4.6</version>
-			<scope>system</scope>
-			<systemPath>${basedir}/lib/HolographicDisplays.jar</systemPath>
+		    <groupId>com.gmail.filoghost.holographicdisplays</groupId>
+		    <artifactId>holographicdisplays-api</artifactId>
+		    <version>2.4.0</version>
+		    <scope>provided</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>net.citizensnpcs</groupId>
 			<artifactId>Citizens</artifactId>
 			<version>2.0.25</version>
-			<scope>system</scope>
-			<systemPath>${basedir}/lib/Citizens.jar</systemPath>
+            <scope>provided</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>me.vagdedes.spartan</groupId>
 			<artifactId>SpartanAPI</artifactId>
 			<version>1.0</version>
-			<scope>system</scope>
-			<systemPath>${basedir}/lib/SpartanAPI.jar</systemPath>
+            <scope>provided</scope>
 		</dependency>
 
 	</dependencies>