Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
Add missing dependency.
Browse files Browse the repository at this point in the history
Update to PircBotX 2.0.4.
  • Loading branch information
cnaude committed Feb 16, 2015
1 parent 35c44b9 commit 07b743f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dependency-reduced-pom.xml
Expand Up @@ -139,8 +139,8 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>15.0</version>
<scope>provided</scope>
<version>17.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.cnaude.essentials</groupId>
Expand Down
13 changes: 9 additions & 4 deletions pom.xml
Expand Up @@ -81,16 +81,21 @@
<dependency>
<groupId>com.cnaude.pircbotx</groupId>
<artifactId>pircbotx</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</dependency>

<!-- Needed for PircBotX -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.3.2</version>
</dependency>

<!-- Following dependency is provided by CraftBukkit -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>15.0</version>
<type>jar</type>
<scope>provided</scope>
<version>17.0</version>
</dependency>

<!-- Essentials -->
Expand Down

0 comments on commit 07b743f

Please sign in to comment.