diff --git a/scripts/process_licenses.py b/scripts/process_licenses.py index f3947f413..7a3fe07b2 100644 --- a/scripts/process_licenses.py +++ b/scripts/process_licenses.py @@ -95,7 +95,8 @@ "org.apache.iceberg:iceberg-api": APACHE_LICENSE, "org.apache.iceberg:iceberg-core": APACHE_LICENSE, "org.apache.iceberg:iceberg-common": APACHE_LICENSE, - "io.airlift:aircompressor": APACHE_LICENSE + "io.airlift:aircompressor": APACHE_LICENSE, + "org.roaringbitmap:RoaringBitmap": APACHE_LICENSE }