Skip to content

Commit fe2c21f

Browse files
authored
fix: added jspecify to prepare for guava upgrade
Signed-off-by: Mikaël Barbero <mikael.barbero@eclipse-foundation.org>
1 parent 2271f07 commit fe2c21f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@
7979
<artifactId>cbi-common</artifactId>
8080
<version>1.5.2</version>
8181
</dependency>
82+
<dependency>
83+
<groupId>org.jspecify</groupId>
84+
<artifactId>jspecify</artifactId>
85+
<version>1.0.0</version>
86+
</dependency>
8287
</dependencies>
8388
</dependencyManagement>
8489
<dependencies>
@@ -137,6 +142,10 @@
137142
<version>2.18.3</version>
138143
<scope>test</scope>
139144
</dependency>
145+
<dependency>
146+
<groupId>org.jspecify</groupId>
147+
<artifactId>jspecify</artifactId>
148+
</dependency>
140149
</dependencies>
141150
<build>
142151
<plugins>

0 commit comments

Comments
 (0)