From a1de3719bdc70b6c27a9b2e2155333fb5deca497 Mon Sep 17 00:00:00 2001 From: sandtechnology Date: Wed, 22 Sep 2021 22:53:51 +0800 Subject: [PATCH 1/2] Remove outdated http://jd.bukkit.org/apidocs and update dependency --- pom.xml | 9 +++------ .../bukkit/configuration/json/JsonConfiguration.java | 9 ++------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 7018c79..e0c1452 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ onarandombox - http://repo.onarandombox.com/content/groups/public/ + https://repo.onarandombox.com/content/groups/public/ @@ -42,7 +42,7 @@ net.minidev json-smart - 1.1.1 + 2.4.7 jar compile @@ -99,7 +99,7 @@ org.spigotmc spigot - 1.12-R0.1-SNAPSHOT + 1.12.2-R0.1-SNAPSHOT jar test @@ -187,9 +187,6 @@ jar - - http://jd.bukkit.org/apidocs/ - true net.minidev json-smart - 1.1.1 + 2.4.7 ``` diff --git a/pom.xml b/pom.xml index e0c1452..2a773f9 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.dumptruckman.minecraft JsonConfiguration - 1.2-SNAPSHOT + 1.2 JsonConfiguration A JSON Configuration for Bukkit based on FileConfiguration.