1
0

[HUDI-1439] Remove scala dependency from hudi-client-common (#2306)

This commit is contained in:
Shen Hong
2020-12-11 16:36:37 +08:00
committed by GitHub
parent 6cf25d5c8a
commit 236d1b0dec
16 changed files with 70 additions and 41 deletions

View File

@@ -304,5 +304,10 @@
<!-- Checks for simple boolean expressions. -->
<module name="SimplifyBooleanExpression"/>
<module name="ImportControl">
<property name="file" value="style/import-control.xml"/>
<property name="path" value="^.*[\\/]hudi-client[\\/]hudi-client-common[\\/]src[\\/].*$"/>
</module>
</module>
</module>