From 1530dd7c055e6534c5c6ffdf6fe6481fc2892746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Maltoni?= Date: Tue, 29 Oct 2024 15:14:35 +0100 Subject: [PATCH] build: add JSpecify dependency --- carapace-server/pom.xml | 7 +++++++ pom.xml | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/carapace-server/pom.xml b/carapace-server/pom.xml index 1aaa459ae..2586e40a2 100644 --- a/carapace-server/pom.xml +++ b/carapace-server/pom.xml @@ -251,6 +251,13 @@ + + org.jspecify + jspecify + + + + ${project.groupId} carapace-ui diff --git a/pom.xml b/pom.xml index 05cc7cb89..58fa1446a 100644 --- a/pom.xml +++ b/pom.xml @@ -117,6 +117,7 @@ 2.35 2.14.3 3.27.0-GA + 1.0.0 1.7.35 33.3.1-jre 1.18.32 @@ -204,6 +205,11 @@ pom + + org.jspecify + jspecify + ${libs.jspecify} + org.slf4j slf4j-api