Skip to content

Commit f64fd9c

Browse files
authored
Include optional dependencies in dogfood
Signed-off-by: ascopes <73482956+ascopes@users.noreply.github.com>
1 parent 9afcb45 commit f64fd9c

File tree

1 file changed

+10
-0
lines changed
  • acceptance-tests/acceptance-tests-dogfood

1 file changed

+10
-0
lines changed

acceptance-tests/acceptance-tests-dogfood/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@
7272
<artifactId>slf4j-simple</artifactId>
7373
<scope>test</scope>
7474
</dependency>
75+
76+
<dependency>
77+
<groupId>org.apiguardian</groupId>
78+
<artifactId>apiguardian-api</artifactId>
79+
</dependency>
80+
81+
<dependency>
82+
<groupId>org.jspecify</groupId>
83+
<artifactId>jspecify</artifactId>
84+
</dependency>
7585

7686
<!--
7787
Stuff that JCT uses within tests, we need to copy these across to dogfood them correctly,

0 commit comments

Comments
 (0)