You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by yu...@apache.org on 2023/11/02 08:43:08 UTC

(pulsar) branch master updated: [fix] [build] Unified the version of the library org.checkerframework (#21503)

This is an automated email from the ASF dual-hosted git repository.

yubiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 78fc853fc52 [fix] [build] Unified the version of the library org.checkerframework (#21503)
78fc853fc52 is described below

commit 78fc853fc5291ab65b78613d662785a210cafa91
Author: fengyubiao <yu...@streamnative.io>
AuthorDate: Thu Nov 2 16:43:01 2023 +0800

    [fix] [build] Unified the version of the library org.checkerframework (#21503)
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2374446abe0..f04f3e1d50e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -300,6 +300,7 @@ flexible messaging model and an intuitive client API.</description>
     <roaringbitmap.version>0.9.44</roaringbitmap.version>
     <extra-enforcer-rules.version>1.6.1</extra-enforcer-rules.version>
     <oshi.version>6.4.0</oshi.version>
+    <checkerframework.version>3.33.0</checkerframework.version>
 
     <!-- Used to configure rename.netty.native. Libs -->
     <rename.netty.native.libs>rename-netty-native-libs.sh</rename.netty.native.libs>
@@ -1411,6 +1412,11 @@ flexible messaging model and an intuitive client API.</description>
         <artifactId>oshi-core-java11</artifactId>
         <version>${oshi.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.checkerframework</groupId>
+        <artifactId>checker-qual</artifactId>
+        <version>${checkerframework.version}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>