File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed
Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 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 >
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
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 >
You can’t perform that action at this time.
0 commit comments