Added hidden dependencies from Apache.

Will add issue to PluginAPI for rabbit hole searching.
master
Etzelia 2018-09-27 22:20:36 +02:00
parent b124202175
commit 93eff77c2f
1 changed files with 2 additions and 0 deletions

View File

@ -15,10 +15,12 @@ import java.util.ArrayList;
import java.util.List;
import java.util.logging.Logger;
@MavenLibrary(group = "org.apache.httpcomponents", artifact = "httpcore", version = "4.4.9")
@MavenLibrary(group = "org.apache.httpcomponents", artifact = "httpclient", version = "4.5.5")
@MavenLibrary(group = "net.ess3", artifact = "Essentials", version = "2.13.1", repository = "http://repo.ess3.net/content/groups/essentials")
@MavenLibrary(group = "us.dynmap", artifact = "dynmap-api", version = "1.9.4", repository = "http://repo.mikeprimm.com/")
@MavenLibrary(group = "commons-lang", artifact = "commons-lang", version = "2.6")
@MavenLibrary(group = "commons-logging", artifact = "commons-logging", version = "1.2")
public class QoL extends MavenPlugin {
private static QoL instance;