summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/build.gradle b/core/build.gradle
index ea2e3e27ef..4f7bec337a 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -158,6 +158,10 @@ thirdPartyAudit.excludes = [
'com.fasterxml.jackson.databind.ObjectMapper',
// from log4j
+ 'com.beust.jcommander.IStringConverter',
+ 'com.beust.jcommander.JCommander',
+ 'com.conversantmedia.util.concurrent.DisruptorBlockingQueue',
+ 'com.conversantmedia.util.concurrent.SpinPolicy',
'com.fasterxml.jackson.annotation.JsonInclude$Include',
'com.fasterxml.jackson.databind.DeserializationContext',
'com.fasterxml.jackson.databind.JsonMappingException',
@@ -176,6 +180,10 @@ thirdPartyAudit.excludes = [
'com.fasterxml.jackson.dataformat.xml.JacksonXmlModule',
'com.fasterxml.jackson.dataformat.xml.XmlMapper',
'com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter',
+ 'com.fasterxml.jackson.databind.node.JsonNodeFactory',
+ 'com.fasterxml.jackson.databind.node.ObjectNode',
+ 'org.fusesource.jansi.Ansi',
+ 'org.fusesource.jansi.AnsiRenderer$Code',
'com.lmax.disruptor.BlockingWaitStrategy',
'com.lmax.disruptor.BusySpinWaitStrategy',
'com.lmax.disruptor.EventFactory',
@@ -228,6 +236,8 @@ thirdPartyAudit.excludes = [
'org.apache.kafka.clients.producer.Producer',
'org.apache.kafka.clients.producer.ProducerRecord',
'org.codehaus.stax2.XMLStreamWriter2',
+ 'org.jctools.queues.MessagePassingQueue$Consumer',
+ 'org.jctools.queues.MpscArrayQueue',
'org.osgi.framework.AdaptPermission',
'org.osgi.framework.AdminPermission',
'org.osgi.framework.Bundle',