diff options
Diffstat (limited to 'jgvariant-tool')
-rw-r--r-- | jgvariant-tool/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jgvariant-tool/pom.xml b/jgvariant-tool/pom.xml index ac21749..f4026e4 100644 --- a/jgvariant-tool/pom.xml +++ b/jgvariant-tool/pom.xml @@ -50,16 +50,19 @@ SPDX-License-Identifier: GPL-3.0-or-later <groupId>com.google.errorprone</groupId> <artifactId>error_prone_annotations</artifactId> <scope>provided</scope> + <optional>true</optional> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <scope>provided</scope> + <optional>true</optional> </dependency> <dependency> <groupId>org.apiguardian</groupId> <artifactId>apiguardian-api</artifactId> <scope>provided</scope> + <optional>true</optional> </dependency> <!-- Command line tooling --> |