Skip to content

Commit 686e4f4

Browse files
committed
Fix precommit
1 parent ef78ef7 commit 686e4f4

File tree

6 files changed

+6
-50
lines changed

6 files changed

+6
-50
lines changed

x-pack/plugin/identity-provider/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,9 @@ tasks.named("thirdPartyAudit").configure {
248248
'org.bouncycastle.openssl.jcajce.JcaPEMWriter',
249249
'org.bouncycastle.operator.jcajce.JcaContentSignerBuilder',
250250
'org.bouncycastle.util.Arrays',
251-
'org.bouncycastle.util.io.Streams'
251+
'org.bouncycastle.util.io.Streams',
252+
// SLF4j
253+
'org.slf4j.ext.EventData'
252254
)
253255

254256
ignoreViolations(

x-pack/plugin/identity-provider/licenses/slf4j-nop-LICENSE.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

x-pack/plugin/identity-provider/licenses/slf4j-nop-NOTICE.txt

Whitespace-only changes.

x-pack/plugin/security/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,9 @@ tasks.named("thirdPartyAudit").configure {
425425
'javax.activation.DataHandler',
426426
'javax.activation.DataSource',
427427
'javax.activation.FileDataSource',
428-
'javax.activation.FileTypeMap'
428+
'javax.activation.FileTypeMap',
429+
// SLF4j
430+
'org.slf4j.ext.EventData'
429431
)
430432
}
431433

x-pack/plugin/security/licenses/slf4j-nop-LICENSE.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

x-pack/plugin/security/licenses/slf4j-nop-NOTICE.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)