Skip to content

Commit 13f3161

Browse files
committed
update pom.xml
1 parent e5c95fe commit 13f3161

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed

pom.xml

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<finalName>${project.artifactId}</finalName>
1212
<sourceDirectory>${basedir}/src/</sourceDirectory>
1313
<resources>
14-
<resource>
15-
<directory>src/resources</directory>
16-
</resource>
17-
</resources>
14+
<resource>
15+
<directory>src/resources</directory>
16+
</resource>
17+
</resources>
1818
<plugins>
1919
<plugin>
2020
<artifactId>maven-compiler-plugin</artifactId>
@@ -27,49 +27,49 @@
2727
</plugins>
2828
</build>
2929
<repositories>
30-
<!-- Spigot -->
31-
<repository>
32-
<id>spigot-repo</id>
33-
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
34-
</repository>
35-
<!-- ProtocolSupport -->
36-
<repository>
37-
<id>jitpack.io</id>
38-
<url>https://jitpack.io</url>
39-
</repository>
40-
<!-- ViaVersion -->
41-
<repository>
42-
<id>viaversion-repo</id>
43-
<url>https://repo.viaversion.com</url>
44-
</repository>
45-
<!-- ProtocolLib -->
46-
<repository>
47-
<id>dmulloy2-repo</id>
48-
<url>https://repo.dmulloy2.net/repository/public/</url>
49-
</repository>
30+
<!-- Spigot -->
31+
<repository>
32+
<id>spigot-repo</id>
33+
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
34+
</repository>
35+
<!-- ProtocolSupport -->
36+
<repository>
37+
<id>jitpack.io</id>
38+
<url>https://jitpack.io</url>
39+
</repository>
40+
<!-- ViaVersion -->
41+
<repository>
42+
<id>viaversion-repo</id>
43+
<url>https://repo.viaversion.com</url>
44+
</repository>
45+
<!-- ProtocolLib -->
46+
<repository>
47+
<id>dmulloy2-repo</id>
48+
<url>https://repo.dmulloy2.net/repository/public/</url>
49+
</repository>
5050
</repositories>
5151
<dependencies>
52-
<dependency>
53-
<groupId>org.spigotmc</groupId>
54-
<artifactId>spigot-api</artifactId>
55-
<version>1.16.5-R0.1-SNAPSHOT</version>
56-
<scope>provided</scope>
57-
</dependency>
58-
<dependency>
59-
<groupId>com.viaversion</groupId>
60-
<artifactId>viaversion-api</artifactId>
61-
<version>4.0.0</version>
62-
<scope>provided</scope>
63-
</dependency>
64-
<dependency>
65-
<groupId>com.comphenix.protocol</groupId>
66-
<artifactId>ProtocolLib</artifactId>
67-
<version>4.6.0</version>
68-
</dependency>
69-
<dependency>
70-
<groupId>com.github.ProtocolSupport</groupId>
71-
<artifactId>ProtocolSupport</artifactId>
72-
<version>eafe538e35</version>
73-
</dependency>
52+
<dependency>
53+
<groupId>org.spigotmc</groupId>
54+
<artifactId>spigot-api</artifactId>
55+
<version>1.16.5-R0.1-SNAPSHOT</version>
56+
<scope>provided</scope>
57+
</dependency>
58+
<dependency>
59+
<groupId>com.viaversion</groupId>
60+
<artifactId>viaversion-api</artifactId>
61+
<version>4.0.0</version>
62+
<scope>provided</scope>
63+
</dependency>
64+
<dependency>
65+
<groupId>com.comphenix.protocol</groupId>
66+
<artifactId>ProtocolLib</artifactId>
67+
<version>4.6.0</version>
68+
</dependency>
69+
<dependency>
70+
<groupId>com.github.ProtocolSupport</groupId>
71+
<artifactId>ProtocolSupport</artifactId>
72+
<version>eafe538e35</version>
73+
</dependency>
7474
</dependencies>
75-
</project>
75+
</project>

0 commit comments

Comments
 (0)