mirror of
https://github.com/apache/jclouds.git
synced 2025-02-15 14:37:05 +00:00
Enforce no illegal testng imports
Follow on to 46493ed3b54cea873df5b7859aac553de233f4f0.
This commit is contained in:
parent
46493ed3b5
commit
7787b50067
@ -57,7 +57,7 @@
|
||||
</module>
|
||||
<module name="IllegalImport">
|
||||
<!-- Avoid importing AutoValue shaded packages such as Guava -->
|
||||
<property name="illegalPkgs" value="sun,autovalue"/>
|
||||
<property name="illegalPkgs" value="sun,autovalue,org.testng.internal"/>
|
||||
</module>
|
||||
<module name="WhitespaceAfter">
|
||||
<!-- TYPECAST disabled -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user