1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-09 16:17:37 +02:00
This commit is contained in:
Chris Ward
2013-02-02 18:51:22 +11:00
parent 7816916a8e
commit bb1710bb15

View File

@@ -12,9 +12,9 @@
<artifactId>EssentialsUpdate</artifactId>
<dependencies>
<dependency>
<groupId>pircbot</groupId>
<artifactId>pircbot</artifactId>
<version>1.5.0</version>
<groupId>org.pircbotx</groupId>
<artifactId>pircbotx</artifactId>
<version>1.8</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -38,7 +38,7 @@
<configuration>
<artifactSet>
<includes>
<include>pircbot:pircbot</include>
<include>org.pircbotx:pircbotx</include>
</includes>
</artifactSet>
</configuration>