From aaf6bd00b1682ce22bab036ccd1d1c280d312a4a Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sat, 24 Dec 2016 05:09:24 +0100 Subject: initial commit --- dependency-reduced-pom.xml | 104 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 dependency-reduced-pom.xml (limited to 'dependency-reduced-pom.xml') diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml new file mode 100644 index 0000000..bf11dfd --- /dev/null +++ b/dependency-reduced-pom.xml @@ -0,0 +1,104 @@ + + + 4.0.0 + com.encrox + instanceddungeons + InstancedDungeons + 0.0.1-SNAPSHOT + + + + src/main/resources + + plugin.yml + config.json + descriptor.json + + + + schematics + src/main/resources/schematics + + endBottom.schematic + endSide.schematic + endTop.schematic + startBottom.schematic + startSide.schematic + startTop.schematic + test.schematic + + + + lang + src/main/resources/lang + + de-DE.properties + en-GB.properties + + + + + + maven-compiler-plugin + 3.6.0 + + 1.8 + 1.8 + + + + maven-shade-plugin + 2.1 + + + package + + shade + + + + + org.jnbt:jnbt:* + org.json:json:* + + + + + + + + + + + org.bukkit + craftbukkit + LATEST + provided + + + com.sk89q + worledit + 6.1 + provided + + + com.sk89q + worldguard + 6.1 + provided + + + com.comphenix + protocollib + 4.2.0 + provided + + + com.encrox + instancedregions + 0.0.1-SNAPSHOT + provided + + + + -- cgit v1.2.1