diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -74,6 +74,10 @@ <id>dmulloy2-repo</id> <url>https://repo.dmulloy2.net/repository/public/</url> </repository> + <repository> + <id>placeholderapi</id> + <url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url> + </repository> </repositories> <dependencies> <dependency> @@ -103,5 +107,11 @@ <artifactId>XSeries</artifactId> <version>8.7.1</version> </dependency> + <dependency> + <groupId>me.clip</groupId> + <artifactId>placeholderapi</artifactId> + <version>2.11.1</version> + <scope>provided</scope> + </dependency> </dependencies> </project>
\ No newline at end of file |