Skip to content

Commit

Permalink
Update Help
Browse files Browse the repository at this point in the history
  • Loading branch information
N3X15 committed May 1, 2011
1 parent c74c359 commit 315b8fb
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions pom.xml
Expand Up @@ -51,25 +51,6 @@
<version>2.6</version>
<type>jar</type>
</dependency>
<dependency>
<!-- Grabs from Releases repo on our Nexus mirror -->
<groupId>me.taylorkelly</groupId>
<artifactId>help</artifactId>
<version>0.2-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
<exclusions>
<!-- Grabs a fucked version -->
<exclusion>
<artifactId>permissions</artifactId>
<groupId>org.bukkit</groupId>
</exclusion>
<exclusion>
<artifactId>groupmanager</artifactId>
<groupId>org.anjocaido</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand All @@ -84,6 +65,11 @@
<type>jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>me.taylorkelly</groupId>
<artifactId>help</artifactId>
<version>0.2-SNAPSHOT</version>
</dependency>
</dependencies>
<issueManagement>
<system>Bug Genie</system>
Expand Down

0 comments on commit 315b8fb

Please sign in to comment.