➕ Add JSpecify dependency main
authorDavid Roden <github-a8in@qsheltier.de>
Sun, 9 Nov 2025 09:32:14 +0000 (10:32 +0100)
committerDavid Roden <github-a8in@qsheltier.de>
Sun, 9 Nov 2025 09:32:50 +0000 (10:32 +0100)
client/pom.xml
pom.xml

index 758aef7..41e6a7a 100644 (file)
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-databind</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.jspecify</groupId>
+                       <artifactId>jspecify</artifactId>
+               </dependency>
        </dependencies>
 
 </project>
diff --git a/pom.xml b/pom.xml
index 86e07ae..8a13334 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <scope>import</scope>
                        </dependency>
                        <dependency>
+                               <groupId>org.jspecify</groupId>
+                               <artifactId>jspecify</artifactId>
+                               <version>1.0.0</version>
+                       </dependency>
+                       <dependency>
                                <groupId>org.hamcrest</groupId>
                                <artifactId>hamcrest</artifactId>
                                <version>3.0</version>