We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a22c1d commit f135932Copy full SHA for f135932
1 file changed
build-parent/pom.xml
@@ -190,6 +190,17 @@ limitations under the License.
190
</profile>
191
<profile>
192
<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>
204
<build>
205
<plugins>
206
<plugin>
0 commit comments