Skip to content

Commit 68c79cc

Browse files
committed
Test Pom
1 parent bf66ea1 commit 68c79cc

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

pom.xml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
</properties>
1919

2020
<dependencies>
21-
<dependency>
22-
<groupId>dev.folia</groupId>
23-
<artifactId>folia-api</artifactId>
24-
<version>1.20.4-R0.1-SNAPSHOT</version>
25-
<scope>provided</scope>
26-
</dependency>
2721
<dependency>
2822
<groupId>com.mojang</groupId>
2923
<artifactId>authlib</artifactId>
@@ -33,13 +27,13 @@
3327
<dependency>
3428
<groupId>org.spigotmc</groupId>
3529
<artifactId>spigot-api</artifactId>
36-
<version>1.20.6-R0.1-SNAPSHOT</version>
30+
<version>1.20.4-R0.1-SNAPSHOT</version>
3731
<scope>provided</scope>
3832
</dependency>
3933
<dependency>
4034
<groupId>org.spigotmc</groupId>
4135
<artifactId>spigot</artifactId>
42-
<version>1.20.6-R0.1-SNAPSHOT</version>
36+
<version>1.20.4-R0.1-SNAPSHOT</version>
4337
<scope>provided</scope>
4438
</dependency>
4539
<dependency>
@@ -56,10 +50,6 @@
5650
</dependency>
5751
</dependencies>
5852
<repositories>
59-
<repository>
60-
<id>papermc</id>
61-
<url>https://repo.papermc.io/repository/maven-public/</url>
62-
</repository>
6353
<repository>
6454
<id>minecraft-repo</id>
6555
<url>https://libraries.minecraft.net/</url>
@@ -88,10 +78,7 @@
8878
<!-- Make a Jar -->
8979
<plugin>
9080
<artifactId>maven-compiler-plugin</artifactId>
91-
<configuration>
92-
<source>1.8</source>
93-
<target>1.8</target>
94-
</configuration>
81+
<version>3.12.1</version>
9582
</plugin>
9683
</plugins>
9784
</build>

0 commit comments

Comments
 (0)