From e0022376763eaefe76ff2b552e0d91f21999ae8a Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 9 Oct 2022 19:32:25 +0200 Subject: Make annotation dependencies optional again. All static-analaysis-related annotation libraries are compile-time-only and can therefore be marked optional. Also changes the Java module descriptors to use 'requires static' instead of plain 'requires' for the corresponding modules, which lifts the runtime dependency from the point of view of the module system. Change-Id: I414907b002f6b0290ddb61b6f0ce899481c6efd3 --- jgvariant-core/pom.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'jgvariant-core/pom.xml') diff --git a/jgvariant-core/pom.xml b/jgvariant-core/pom.xml index 3409da7..a10fe3b 100644 --- a/jgvariant-core/pom.xml +++ b/jgvariant-core/pom.xml @@ -37,14 +37,17 @@ SPDX-License-Identifier: LGPL-3.0-or-later com.google.errorprone error_prone_annotations + true org.jetbrains annotations + true org.apiguardian apiguardian-api + true -- cgit v1.2.3