From 94c1000d73a24fb36f6593e2050d0316d3524f6e Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Mon, 14 May 2018 21:39:50 +0200 Subject: [PATCH] Add scope to dependencies in pom.xml. This allows Maven's shade plugin to shade compile-scoped dependencies and leave out all of the current, "implicitly provided-scoped" dependencies. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 124db4d..2ed375a 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,7 @@ org.bukkit bukkit 1.11-R0.1-SNAPSHOT + provided @@ -69,6 +70,7 @@ net.milkbowl.vault VaultAPI 1.5 + provided @@ -85,6 +87,7 @@ junit junit 4.12 + test @@ -92,6 +95,7 @@ org.hamcrest hamcrest-all 1.3 + test @@ -99,6 +103,7 @@ org.mockito mockito-core 2.18.3 + test \ No newline at end of file