diff options
Diffstat (limited to 'jgvariant-ostree/pom.xml')
-rw-r--r-- | jgvariant-ostree/pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/jgvariant-ostree/pom.xml b/jgvariant-ostree/pom.xml index 5c01184..79f5f48 100644 --- a/jgvariant-ostree/pom.xml +++ b/jgvariant-ostree/pom.xml @@ -63,20 +63,6 @@ SPDX-License-Identifier: LGPL-3.0-or-later <artifactId>xz</artifactId> </dependency> - <!-- Static analysis --> - <dependency> - <groupId>org.checkerframework</groupId> - <artifactId>checker</artifactId> - <scope>provided</scope> - <optional>true</optional> - </dependency> - <dependency> - <groupId>org.checkerframework</groupId> - <artifactId>checker-qual</artifactId> - <scope>provided</scope> - <optional>true</optional> - </dependency> - <!-- Testing --> <dependency> <groupId>org.junit.jupiter</groupId> |