Change POM.xml

This commit is contained in:
regulad 2021-06-21 14:21:49 -04:00
parent f41fe36e51
commit cc47e0f051

11
pom.xml
View File

@ -62,6 +62,10 @@
</repository>
<repository>
<id>placeholderapi</id>
<repository>
<id>dmulloy2-repo</id>
<url>https://repo.dmulloy2.net/repository/public/</url>
</repository>
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
</repository>
<repository>
@ -108,7 +112,7 @@
<version>4.6.0</version>
</dependency>
<!--These are long depreciated. I would've removed them, but that is outside the scope of what I want to do here.
I packaged the plugins at the last commit.-->
I am using the latest builds of these plugins to be published to SpigotMC.-->
<dependency>
<groupId>com.massivecraft.factions</groupId>
<artifactId>Factions</artifactId>
@ -174,10 +178,5 @@
<version>2.0.0-beta.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.pircbotx</groupId>
<artifactId>pircbotx</artifactId>
<version>2.2</version>
</dependency>
</dependencies>
</project>