We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005dbff commit 5dda775Copy full SHA for 5dda775
1 file changed
paimon-codegen-loader/pom.xml
@@ -46,10 +46,10 @@ under the License.
46
<version>${project.version}</version>
47
<!-- We don't want any production code from paimon-core to reference paimon-codegen directly -->
48
<scope>runtime</scope>
49
- <!-- Prevent dependency from being accessible to modules depending on paimon-core -->
+ <!-- Prevent dependency from being accessible to modules depending on paimon-codegen-loader -->
50
<optional>true</optional>
51
<exclusions>
52
- <!-- 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 -->
53
<exclusion>
54
<groupId>*</groupId>
55
<artifactId>*</artifactId>
0 commit comments