Skip to content

Commit

Permalink
Change POM to fix ambiguous getHealth/setHealth calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
aufdemrand committed Jul 6, 2013
1 parent 2fe9d55 commit b3873b4
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions pom.xml
Expand Up @@ -45,14 +45,21 @@

<!-- Dependencies -->
<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>${craftbukkit.version}</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>${craftbukkit.version}</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>${craftbukkit.version}</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.citizensnpcs</groupId>
<artifactId>citizens</artifactId>
<version>${citizens.version}</version>
Expand Down

0 comments on commit b3873b4

Please sign in to comment.