summaryrefslogtreewikicommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4f73ae1..8073d7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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