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

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


The following commit(s) were added to refs/heads/master by this push:
     new a7fa5594d3 [codegen-loader] Fix stale dependency comments (#8533)
a7fa5594d3 is described below

commit a7fa5594d376cf5dcc0370888a4cc80d326ca96d
Author: Eunbin Son <[email protected]>
AuthorDate: Mon Jul 13 12:32:03 2026 +0900

    [codegen-loader] Fix stale dependency comments (#8533)
---
 paimon-codegen-loader/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/paimon-codegen-loader/pom.xml b/paimon-codegen-loader/pom.xml
index 424277f347..dcccad203e 100644
--- a/paimon-codegen-loader/pom.xml
+++ b/paimon-codegen-loader/pom.xml
@@ -46,10 +46,10 @@ under the License.
             <version>${project.version}</version>
             <!-- We don't want any production code from paimon-core to 
reference paimon-codegen directly -->
             <scope>runtime</scope>
-            <!-- Prevent dependency from being accessible to modules depending 
on paimon-core -->
+            <!-- Prevent dependency from being accessible to modules depending 
on paimon-codegen-loader -->
             <optional>true</optional>
             <exclusions>
-                <!-- Prevent akka and scala from being visible to other 
modules depending on paimon-core -->
+                <!-- Prevent transitive dependencies from being visible to 
modules depending on paimon-codegen-loader -->
                 <exclusion>
                     <groupId>*</groupId>
                     <artifactId>*</artifactId>

Reply via email to