diff options
Diffstat (limited to 'jgvariant-ostree/pom.xml')
-rw-r--r-- | jgvariant-ostree/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jgvariant-ostree/pom.xml b/jgvariant-ostree/pom.xml index 79f5f48..e5aebc3 100644 --- a/jgvariant-ostree/pom.xml +++ b/jgvariant-ostree/pom.xml @@ -79,6 +79,11 @@ SPDX-License-Identifier: LGPL-3.0-or-later <artifactId>inject-resources-junit-jupiter</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>net.jqwik</groupId> + <artifactId>jqwik</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |