Skip to content

Commit 5dda775

Browse files
committed
[codegen-loader] Fix stale dependency comments
Generated-by: Claude Code
1 parent 005dbff commit 5dda775

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

paimon-codegen-loader/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ under the License.
4646
<version>${project.version}</version>
4747
<!-- We don't want any production code from paimon-core to reference paimon-codegen directly -->
4848
<scope>runtime</scope>
49-
<!-- Prevent dependency from being accessible to modules depending on paimon-core -->
49+
<!-- Prevent dependency from being accessible to modules depending on paimon-codegen-loader -->
5050
<optional>true</optional>
5151
<exclusions>
52-
<!-- Prevent akka and scala from being visible to other modules depending on paimon-core -->
52+
<!-- Prevent transitive dependencies from being visible to modules depending on paimon-codegen-loader -->
5353
<exclusion>
5454
<groupId>*</groupId>
5555
<artifactId>*</artifactId>

0 commit comments

Comments
 (0)