diff --git a/scripts/process_licenses.py b/scripts/process_licenses.py index 70e839ba6..03f0ff5cf 100644 --- a/scripts/process_licenses.py +++ b/scripts/process_licenses.py @@ -93,7 +93,8 @@ "org.xerial.snappy:snappy-java": APACHE_LICENSE, "org.yaml:snakeyaml": APACHE_LICENSE, "org.apache.iceberg:iceberg-api": APACHE_LICENSE, - "org.apache.iceberg:iceberg-core": APACHE_LICENSE + "org.apache.iceberg:iceberg-core": APACHE_LICENSE, + "org.apache.iceberg:iceberg-common": APACHE_LICENSE }