From 0eb908504a276bcf2111f0e19447f0da77c507b1 Mon Sep 17 00:00:00 2001 From: filoghost Date: Fri, 14 Aug 2020 16:30:45 +0200 Subject: [PATCH] Use scope "provided" rather than optional in POM --- API/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/pom.xml b/API/pom.xml index 93b53bf..f2cee33 100644 --- a/API/pom.xml +++ b/API/pom.xml @@ -21,7 +21,7 @@ ${project.groupId} chestcommands-commons - true + provided