Skip to content

Commit 650695e

Browse files
committed
fix build errors
1 parent f200f0b commit 650695e

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

pom.xml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>TurfWars</artifactId>
66
<version>1.0.0-SNAPSHOT</version>
@@ -179,8 +179,8 @@
179179

180180
<repositories>
181181
<repository>
182-
<id>novauniverse2</id>
183-
<url>https://nexus2.novauniverse.net/repository/novauniverse-group/</url>
182+
<id>novauniverse</id>
183+
<url>https://nexus.novauniverse.net/repository/novauniverse-group/</url>
184184
</repository>
185185
</repositories>
186186

@@ -192,8 +192,23 @@
192192
<artifactId>spigot-api</artifactId>
193193
<version>1.8.8-R0.1-SNAPSHOT</version>
194194
<scope>provided</scope>
195+
<exclusions>
196+
<exclusion>
197+
<groupId>net.md-5</groupId>
198+
<artifactId>bungeecord-chat</artifactId>
199+
</exclusion>
200+
</exclusions>
201+
</dependency>
202+
203+
<!-- BungeeCord Chat API -->
204+
<dependency>
205+
<groupId>net.md-5</groupId>
206+
<artifactId>bungeecord-chat</artifactId>
207+
<version>1.16-R0.4</version>
208+
<scope>provided</scope>
195209
</dependency>
196210

211+
197212
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
198213
<dependency>
199214
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)