Skip to content

Commit

Permalink
Remove unneeded dependencies for NCPCore.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed May 27, 2013
1 parent e1b1e55 commit dac80f9
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions NCPPlugin/pom.xml
Expand Up @@ -18,26 +18,11 @@
</repositories>

<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.4.7-R1.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
</dependency>
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpbuildbase</artifactId>
<version>static</version>
</dependency>
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpcommons</artifactId>
<version>static</version>
</dependency>
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpcore</artifactId>
Expand Down

0 comments on commit dac80f9

Please sign in to comment.