Skip to content

Commit

Permalink
Change pom and optimized imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alkarinv committed Apr 8, 2014
1 parent 82956e7 commit ced657d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ main: mc.alk.arena.BattleArena

author: alkarin

softdepend: [BattleTracker, Essentials, Herochat, Heroes, IcePvPControl, Factions, GroupManager, mcMMO, MultiInv, Multiworld, Multiverse-Core, Multiverse-Inventories, PvPToggle, PvPTime, PvPTimer, SimpleClans, TagAPI, Towny, WorldEdit, WorldGuard, Vault]
softdepend: [BattleTracker, Essentials, Herochat, Heroes, IcePvPControl, Factions, GroupManager, mcMMO, MultiInv, Multiworld, Multiverse-Core, Multiverse-Inventories, PvPToggle, PvPTime, PvPTimer, SimpleClans, TagAPI, Towny, WorldEdit, WorldGuard, VanishNoPackes, Vault]

commands:
team:
Expand Down
31 changes: 19 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>mc.alk</groupId>
<artifactId>BattleArena</artifactId>
<packaging>jar</packaging>
<version>3.9.7.6.3</version>
<version>3.9.7.6.10</version>
<name>BattleArena</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>mc.battleplugins</groupId>
<artifactId>BattlePluginsAPI</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -167,6 +167,13 @@
<version>0.4</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>unknown.plugins</groupId>
<artifactId>VanishNoPacket</artifactId>
<version>3.18.10</version>
<scope>provided</scope>
</dependency>
<!-- test dependencies -->
</dependencies>
<!-- How we will compile the plugin -->
Expand Down Expand Up @@ -221,16 +228,16 @@
<goal>shade</goal>
</goals>
<configuration>
<relocations>
<relocation>
<pattern>mc.battleplugins.api</pattern>
<shadedPattern>mc.alk.mc.battleplugins.api</shadedPattern>
</relocation>
<relocation>
<pattern>mc.alk.plugin.updater</pattern>
<shadedPattern>mc.alk.mc.updater</shadedPattern>
</relocation>
</relocations>
<relocations>
<relocation>
<pattern>mc.battleplugins.api</pattern>
<shadedPattern>mc.alk.mc.battleplugins.api</shadedPattern>
</relocation>
<relocation>
<pattern>mc.alk.plugin.updater</pattern>
<shadedPattern>mc.alk.mc.updater</shadedPattern>
</relocation>
</relocations>

<artifactSet>
<includes>
Expand Down
1 change: 0 additions & 1 deletion src/java/mc/alk/arena/controllers/WatchController.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import mc.alk.arena.objects.PlayerSave;
import mc.alk.arena.objects.arenas.Arena;
import mc.alk.arena.objects.spawns.SpawnLocation;
import mc.alk.arena.util.PlayerUtil;

import java.util.HashMap;
import java.util.Map;
Expand Down

0 comments on commit ced657d

Please sign in to comment.