From 129687772fb0de1140b294956337bcee1ee3120f Mon Sep 17 00:00:00 2001 From: "Kristian S. Stangeland" Date: Fri, 12 Oct 2012 00:04:05 +0200 Subject: [PATCH] Mark CraftBukkit and cglib as provided. CraftBukkit, or just Bukkit, will already be a dependecy for any plugin. CGlib will be provided by ProtocolLib, so that's not needed either. --- ProtocolLib/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index 7e05889c..68803449 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -165,11 +165,13 @@ cglib cglib-nodep 2.2.2 + provided org.bukkit craftbukkit 1.3.2-R1.0 + provided junit