From 14fbe6178fababfa7f42d5e40c3cf8bfe5f5603c Mon Sep 17 00:00:00 2001 From: md_5 Date: Thu, 20 Dec 2018 10:45:21 +1100 Subject: [PATCH] bungeecord-protocol requires sonatype-nexus-snapshots repo --- protocol/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/protocol/pom.xml b/protocol/pom.xml index d6d29d19..ec0240a4 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -18,6 +18,21 @@ BungeeCord-Protocol Minimal implementation of the Minecraft protocol for use in BungeeCord + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + net.md-5