From 4d29307445498d9c28071806d6020a722ffac394 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 18 Dec 2021 20:30:19 +0100 Subject: POM: Mark compile-time dependencies as non-optional. While they are optional when running on the class path, they are required when running on the module path. Change-Id: I6816de2b5a44243a4fbd70a0f7fe002b19fe1177 --- pom.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 25241b2..16c4e91 100644 --- a/pom.xml +++ b/pom.xml @@ -74,34 +74,22 @@ - - - - com.google.errorprone - error_prone_annotations - ${errorprone.version} - - - - com.google.errorprone error_prone_annotations - true + ${errorprone.version} org.jetbrains annotations ${jetbrains-annotations.version} - true org.apiguardian apiguardian-api ${apiguardian.version} - true -- cgit v1.2.3