From f549bc9e52e1a5d5fb9e6cc5ea8185a3e46ba788 Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Mon, 6 Jul 2020 11:05:43 +1000 Subject: [PATCH] Switch to annotations-java5 to fix duplicate annotations in docs By: md_5 --- paper-api/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper-api/pom.xml b/paper-api/pom.xml index 4c38f55a2f..bc08e92339 100644 --- a/paper-api/pom.xml +++ b/paper-api/pom.xml @@ -80,7 +80,7 @@ org.jetbrains - annotations + annotations-java5 19.0.0 provided @@ -190,7 +190,7 @@ https://guava.dev/releases/21.0/api/docs/ https://javadoc.io/doc/org.yaml/snakeyaml/1.26/ - https://javadoc.io/doc/org.jetbrains/annotations/19.0.0/ + https://javadoc.io/doc/org.jetbrains/annotations-java5/19.0.0/