Skip to content

Commit f135932

Browse files
committed
fix checkerframework config
[skip ci]
1 parent 1a22c1d commit f135932

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build-parent/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,17 @@ limitations under the License.
190190
</profile>
191191
<profile>
192192
<id>cf</id>
193+
<dependencies>
194+
<!--
195+
CF needs access to qualifier annotations even if they are not used in the code directly.
196+
Therefore, provide them by default.
197+
-->
198+
<dependency>
199+
<groupId>org.checkerframework</groupId>
200+
<artifactId>checker-qual</artifactId>
201+
<scope>provided</scope>
202+
</dependency>
203+
</dependencies>
193204
<build>
194205
<plugins>
195206
<plugin>

0 commit comments

Comments
 (0)