Skip to content

Commit dc9fb16

Browse files
committed
Fixing failing precommit and check
Signed-off-by: Vacha Shah <vachshah@amazon.com>
1 parent a7d02a1 commit dc9fb16

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

qa/evil-tests/build.gradle

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,17 @@ thirdPartyAudit {
5959
'com.google.common.cache.Striped64',
6060
'com.google.common.cache.Striped64$1',
6161
'com.google.common.cache.Striped64$Cell',
62+
'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray',
63+
'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$1',
64+
'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$2',
65+
'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$3',
66+
'com.google.common.hash.Striped64',
67+
'com.google.common.hash.Striped64$1',
68+
'com.google.common.hash.Striped64$Cell',
6269
'com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator',
63-
'com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator$1'
70+
'com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator$1',
71+
'com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper',
72+
'com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper$1'
6473
)
6574
}
6675

0 commit comments

Comments
 (0)