From 4c9f300038c2dee8cc4a9c2f8325c202bcfc82d8 Mon Sep 17 00:00:00 2001 From: Niklas Gustavsson Date: Thu, 20 Mar 2025 09:45:30 +0100 Subject: [PATCH] Remove dependency on error_prone_type_annotations error_prone_type_annotations has been merged in error_prone_annotations, but the latter still depends on the former. Package managers that doesn't handle relocated missing dependencies (such as Bazel's rules_jvm_external) struggles with this. This cleans up the no longer needed dependency. --- annotations/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/annotations/pom.xml b/annotations/pom.xml index e2c39e331ea..62ebfe88a40 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -28,11 +28,6 @@ error_prone_annotations - - com.google.errorprone - error_prone_type_annotations - ${project.version} - junit junit