We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afcb45 commit f64fd9cCopy full SHA for f64fd9c
acceptance-tests/acceptance-tests-dogfood/pom.xml
@@ -72,6 +72,16 @@
72
<artifactId>slf4j-simple</artifactId>
73
<scope>test</scope>
74
</dependency>
75
+
76
+ <dependency>
77
+ <groupId>org.apiguardian</groupId>
78
+ <artifactId>apiguardian-api</artifactId>
79
+ </dependency>
80
81
82
+ <groupId>org.jspecify</groupId>
83
+ <artifactId>jspecify</artifactId>
84
85
86
<!--
87
Stuff that JCT uses within tests, we need to copy these across to dogfood them correctly,
0 commit comments