Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ocasional errors printed on console regarding Gson method not found #270

Open
rmozone opened this issue May 24, 2023 · 0 comments
Open

Ocasional errors printed on console regarding Gson method not found #270

rmozone opened this issue May 24, 2023 · 0 comments

Comments

@rmozone
Copy link

rmozone commented May 24, 2023

General perception

Hello. I'm occasionally getting the error below on my console (System.out).
Maybe something regarding the Gson version being used?
It occurs only when there is a failure to post events to Splunk HEC, for whatever reason.
In normal conditions, there is no error and all events are successfully posted to Splunk HEC.
I'm using version 1.8.0 because it is the version mentioned in Install Splunk logging for Java
I've tried to use newer versions but the problems with Gson methods not being found became more apparent, occurring even in normal conditions. So I've got back to 1.8.0.

Context Information

Version of splunk-library-javalogging being used: 1.8.0
Platform version: Docker container, Linux 4.18.0-305.57.1.el8_4.x86_64
Framework version: OpenJDK 64-Bit Server VM 18.9 (build 11.0.15+10-LTS, mixed mode, sharing)
Spring Boot version: 2.7.7
Splunk version: 9.0.3, build dd0128b1f8cd

Error Message

Exception in thread "OkHttp Dispatcher" java.lang.NoSuchMethodError: 'com.google.gson.JsonElement com.google.gson.JsonParser.parseString(java.lang.String)' at com.splunk.logging.HttpEventCollectorErrorHandler$ServerErrorException.<init>(HttpEventCollectorErrorHandler.java:56) at com.splunk.logging.HttpEventCollectorResendMiddleware$Callback.completed(HttpEventCollectorResendMiddleware.java:71) at com.splunk.logging.HttpEventCollectorSender$4.onResponse(HttpEventCollectorSender.java:356) at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829)

Appender Configuration

    <messageFormat>json</messageFormat>
    <disableCertificateValidation>true</disableCertificateValidation>
    <batch_interval>${LOG_SPLUNK_BATCH_INTERVAL_MS:-5000}</batch_interval><!-- interval in milliseconds -->
    <batch_size_bytes>${LOG_SPLUNK_BATCH_SIZE_BYTES:-1048576}</batch_size_bytes><!-- 1048576 = 1MB -->
    <batch_size_count>${LOG_SPLUNK_BATCH_SIZE_COUNT:-1}</batch_size_count>
    <send_mode>${LOG_SPLUNK_SEND_MODE:-parallel}</send_mode><!-- sequential, parallel or randomized -->
    <retries_on_error>${LOG_SPLUNK_RETRIES_ON_ERROR:-2}</retries_on_error>

Project Dependencies In Use

Here is my full dependency tree. Note that Gson is being transitively pulled by splunk-library-javalogging itself.
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.7.7:compile
[INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.7.7:compile
[INFO] | | +- org.springframework.boot:spring-boot:jar:2.7.7:compile
[INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.7.7:compile
[INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:2.7.7:compile
[INFO] | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.2:compile
[INFO] | | | | - org.apache.logging.log4j:log4j-api:jar:2.17.2:compile
[INFO] | | | - org.slf4j:jul-to-slf4j:jar:1.7.36:compile
[INFO] | | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] | | - org.yaml:snakeyaml:jar:1.30:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:2.7.7:compile
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.13.4:compile
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.4:compile
[INFO] | | - com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.13.4:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.7.7:compile
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.70:compile
[INFO] | | - org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.70:compile
[INFO] | +- org.springframework:spring-web:jar:5.3.24:compile
[INFO] | - org.springframework:spring-webmvc:jar:5.3.24:compile
[INFO] | +- org.springframework:spring-context:jar:5.3.24:compile
[INFO] | - org.springframework:spring-expression:jar:5.3.24:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web-services:jar:2.7.7:compile
[INFO] | +- com.sun.xml.messaging.saaj:saaj-impl:jar:1.5.3:compile
[INFO] | | +- jakarta.xml.soap:jakarta.xml.soap-api:jar:1.4.2:compile
[INFO] | | - com.sun.activation:jakarta.activation:jar:1.2.2:runtime
[INFO] | +- jakarta.xml.ws:jakarta.xml.ws-api:jar:2.3.3:compile
[INFO] | | - jakarta.jws:jakarta.jws-api:jar:2.1.0:runtime
[INFO] | +- org.springframework:spring-oxm:jar:5.3.24:compile
[INFO] | - org.springframework.ws:spring-ws-core:jar:3.1.4:compile
[INFO] +- org.springframework.ws:spring-ws-security:jar:3.1.4:compile
[INFO] | +- org.springframework.ws:spring-xml:jar:3.1.4:compile
[INFO] | +- org.springframework:spring-beans:jar:5.3.24:compile
[INFO] | +- org.springframework:spring-tx:jar:5.3.24:compile
[INFO] | +- org.springframework.security:spring-security-core:jar:5.7.6:compile
[INFO] | | - org.springframework.security:spring-security-crypto:jar:5.7.6:compile
[INFO] | +- net.sf.ehcache:ehcache:jar:2.10.9.2:compile
[INFO] | +- org.apache.wss4j:wss4j-ws-security-dom:jar:2.4.1:compile
[INFO] | | +- org.apache.wss4j:wss4j-ws-security-common:jar:2.4.1:compile
[INFO] | | | +- org.opensaml:opensaml-saml-impl:jar:3.4.6:compile
[INFO] | | | | +- org.opensaml:opensaml-profile-api:jar:3.4.6:compile
[INFO] | | | | | - org.opensaml:opensaml-core:jar:3.4.6:compile
[INFO] | | | | | - io.dropwizard.metrics:metrics-core:jar:4.2.14:compile
[INFO] | | | | +- org.opensaml:opensaml-saml-api:jar:3.4.6:compile
[INFO] | | | | | +- org.opensaml:opensaml-xmlsec-api:jar:3.4.6:compile
[INFO] | | | | | - org.opensaml:opensaml-soap-api:jar:3.4.6:compile
[INFO] | | | | +- org.opensaml:opensaml-security-impl:jar:3.4.6:compile
[INFO] | | | | | - org.opensaml:opensaml-security-api:jar:3.4.6:compile
[INFO] | | | | +- org.opensaml:opensaml-xmlsec-impl:jar:3.4.6:compile
[INFO] | | | | - net.shibboleth.utilities:java-support:jar:7.5.2:compile
[INFO] | | | +- joda-time:joda-time:jar:2.10.10:compile
[INFO] | | | +- org.opensaml:opensaml-xacml-impl:jar:3.4.6:compile
[INFO] | | | | - org.opensaml:opensaml-xacml-api:jar:3.4.6:compile
[INFO] | | | +- org.opensaml:opensaml-xacml-saml-impl:jar:3.4.6:compile
[INFO] | | | | - org.opensaml:opensaml-xacml-saml-api:jar:3.4.6:compile
[INFO] | | | +- org.jasypt:jasypt:jar:1.9.3:compile
[INFO] | | | - org.apache.geronimo.javamail:geronimo-javamail_1.4_mail:jar:1.8.4:compile
[INFO] | | - org.ehcache:ehcache:jar:3.10.8:runtime
[INFO] | | - javax.cache:cache-api:jar:1.1.1:runtime
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.36:compile
[INFO] | +- org.apache.santuario:xmlsec:jar:2.3.1:compile
[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.3:compile
[INFO] | - org.springframework:spring-core:jar:5.3.24:compile
[INFO] | - org.springframework:spring-jcl:jar:5.3.24:compile
[INFO] +- org.springframework.boot:spring-boot-starter-aop:jar:2.7.7:compile
[INFO] | +- org.springframework:spring-aop:jar:5.3.24:compile
[INFO] | - org.aspectj:aspectjweaver:jar:1.9.7:compile
[INFO] +- org.springframework.boot:spring-boot-starter-amqp:jar:2.7.7:compile
[INFO] | +- org.springframework:spring-messaging:jar:5.3.24:compile
[INFO] | - org.springframework.amqp:spring-rabbit:jar:2.4.8:compile
[INFO] | +- org.springframework.amqp:spring-amqp:jar:2.4.8:compile
[INFO] | | - org.springframework.retry:spring-retry:jar:1.3.4:compile
[INFO] | - com.rabbitmq:amqp-client:jar:5.14.2:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-redis:jar:2.7.7:compile
[INFO] | +- org.springframework.data:spring-data-redis:jar:2.7.6:compile
[INFO] | | - org.springframework.data:spring-data-keyvalue:jar:2.7.6:compile
[INFO] | - io.lettuce:lettuce-core:jar:6.1.10.RELEASE:compile
[INFO] | +- io.netty:netty-common:jar:4.1.86.Final:compile
[INFO] | +- io.netty:netty-handler:jar:4.1.86.Final:compile
[INFO] | | +- io.netty:netty-resolver:jar:4.1.86.Final:compile
[INFO] | | +- io.netty:netty-buffer:jar:4.1.86.Final:compile
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.86.Final:compile
[INFO] | | - io.netty:netty-codec:jar:4.1.86.Final:compile
[INFO] | +- io.netty:netty-transport:jar:4.1.86.Final:compile
[INFO] | - io.projectreactor:reactor-core:jar:3.4.26:compile
[INFO] | - org.reactivestreams:reactive-streams:jar:1.0.4:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.7.7:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.7.7:compile
[INFO] | | +- com.zaxxer:HikariCP:jar:4.0.3:compile
[INFO] | | - org.springframework:spring-jdbc:jar:5.3.24:compile
[INFO] | +- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile
[INFO] | +- jakarta.persistence:jakarta.persistence-api:jar:2.2.3:compile
[INFO] | +- org.hibernate:hibernate-core:jar:5.6.14.Final:compile
[INFO] | | +- org.jboss.logging:jboss-logging:jar:3.4.3.Final:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.12.20:compile
[INFO] | | +- antlr:antlr:jar:2.7.7:compile
[INFO] | | +- org.jboss:jandex:jar:2.4.2.Final:compile
[INFO] | | +- com.fasterxml:classmate:jar:1.5.1:compile
[INFO] | | - org.hibernate.common:hibernate-commons-annotations:jar:5.1.2.Final:compile
[INFO] | +- org.springframework.data:spring-data-jpa:jar:2.7.6:compile
[INFO] | | +- org.springframework.data:spring-data-commons:jar:2.7.6:compile
[INFO] | | - org.springframework:spring-orm:jar:5.3.24:compile
[INFO] | - org.springframework:spring-aspects:jar:5.3.24:compile
[INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:2.7.7:compile
[INFO] | - org.springframework:spring-context-support:jar:5.3.24:compile
[INFO] +- org.springframework.boot:spring-boot-starter-validation:jar:2.7.7:compile
[INFO] | +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.70:compile
[INFO] | - org.hibernate.validator:hibernate-validator:jar:6.2.5.Final:compile
[INFO] | - jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] +- com.h2database:h2:jar:2.1.214:test
[INFO] +- org.springframework.cloud:spring-cloud-contract-wiremock:jar:2.2.5.RELEASE:test
[INFO] | +- com.github.tomakehurst:wiremock-jre8-standalone:jar:2.26.2:test
[INFO] | - org.assertj:assertj-core:jar:3.22.0:test
[INFO] +- it.ozimov:embedded-redis:jar:0.7.2:test
[INFO] | +- com.google.guava:guava:jar:21.0:compile
[INFO] | - commons-io:commons-io:jar:2.5:compile
[INFO] +- org.apache.qpid:qpid-broker-core:jar:7.1.10:test
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.13.4:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.4.2:compile
[INFO] | | - com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4:compile
[INFO] | - org.apache.bcel:bcel:jar:6.2:test
[INFO] +- org.apache.qpid:qpid-broker-plugins-amqp-0-8-protocol:jar:7.1.10:test
[INFO] +- org.apache.qpid:qpid-broker-plugins-memory-store:jar:7.1.10:test
[INFO] +- org.springframework.boot:spring-boot-configuration-processor:jar:2.7.7:compile
[INFO] +- org.projectlombok:lombok:jar:1.18.24:provided
[INFO] +- com.oracle:ojdbc7:jar:12.1.0.2:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.9:compile
[INFO] +- org.apache.commons:commons-pool2:jar:2.11.0:compile
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.16:compile
[INFO] | - commons-codec:commons-codec:jar:1.15:compile
[INFO] +- company-private-dependency:jar:0.0.0:compile
[INFO] | +- company-private-dependency:jar:0.0.0:compile
[INFO] | +- company-private-dependency:jar:0.0.0:compile
[INFO] | - company-private-dependency:jar:0.0.0:compile
[INFO] +- company-private-dependency:jar:0.0.0:compile
[INFO] +- org.cometd.java:cometd-java-client:jar:4.0.9:compile
[INFO] | +- org.cometd.java:bayeux-api:jar:4.0.9:compile
[INFO] | +- org.cometd.java:cometd-java-common:jar:4.0.9:compile
[INFO] | | - org.eclipse.jetty:jetty-util-ajax:jar:9.4.50.v20221201:compile
[INFO] | +- org.eclipse.jetty:jetty-util:jar:9.4.50.v20221201:compile
[INFO] | +- org.eclipse.jetty:jetty-io:jar:9.4.50.v20221201:compile
[INFO] | +- org.eclipse.jetty:jetty-http:jar:9.4.50.v20221201:compile
[INFO] | - org.eclipse.jetty:jetty-client:jar:9.4.50.v20221201:compile
[INFO] +- org.cometd.java:cometd-java-websocket-jetty-client:jar:4.0.9:compile
[INFO] | +- org.cometd.java:cometd-java-websocket-common-client:jar:4.0.9:compile
[INFO] | +- org.eclipse.jetty.websocket:websocket-api:jar:9.4.50.v20221201:compile
[INFO] | - org.eclipse.jetty.websocket:websocket-client:jar:hybrid:9.4.33.v20201020:compile
[INFO] | - org.eclipse.jetty:jetty-xml:jar:9.4.50.v20221201:compile
[INFO] +- org.eclipse.jetty.websocket:websocket-common:jar:9.4.45.v20220203:compile
[INFO] +- org.threeten:threeten-extra:jar:1.7.2:compile
[INFO] +- company-private-dependency:jar:0.0.0:compile
[INFO] | +- net.imagej:ij:jar:1.51s:compile
[INFO] | +- com.itextpdf:itextpdf:jar:5.5.6:compile
[INFO] | +- org.openpreservation.jhove:jhove:pom:1.22.1:compile
[INFO] | +- com.webcohesion.ofx4j:ofx4j:jar:1.27:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- be.cyberelf.nanoxml:nanoxml:jar:2.2.3:compile
[INFO] | | - org.reflections:reflections:jar:0.9.10:compile
[INFO] | | +- org.javassist:javassist:jar:3.19.0-GA:compile
[INFO] | | - com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] | +- org.apache.poi:poi-scratchpad:jar:3.10-FINAL:compile
[INFO] | +- xerces:xercesImpl:jar:2.12.0:compile
[INFO] | +- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | +- javax.mail:mail:jar:1.4.7:compile
[INFO] | | - javax.activation:activation:jar:1.1:compile
[INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.61:compile
[INFO] | +- org.apache.cxf:cxf-core:jar:3.1.7:compile
[INFO] | | +- org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:compile
[INFO] | | | - org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | | - org.apache.ws.xmlschema:xmlschema-core:jar:2.2.1:compile
[INFO] | +- commons-lang:commons-lang:jar:2.6:compile
[INFO] | +- company-private-dependency:jar:0.0.0:runtime
[INFO] | +- org.junit.jupiter:junit-jupiter-api:jar:5.8.2:compile
[INFO] | | - org.opentest4j:opentest4j:jar:1.2.0:compile
[INFO] | +- org.junit.jupiter:junit-jupiter-engine:jar:5.8.2:compile
[INFO] | | - org.junit.platform:junit-platform-engine:jar:1.8.2:compile
[INFO] | +- org.junit.jupiter:junit-jupiter:jar:5.8.2:compile
[INFO] | | - org.junit.jupiter:junit-jupiter-params:jar:5.8.2:compile
[INFO] | +- org.junit.platform:junit-platform-commons:jar:1.8.2:compile
[INFO] | +- org.mockito:mockito-core:jar:4.5.1:compile
[INFO] | | +- net.bytebuddy:byte-buddy-agent:jar:1.12.20:compile
[INFO] | | - org.objenesis:objenesis:jar:3.2:runtime
[INFO] | +- org.mockito:mockito-junit-jupiter:jar:4.5.1:compile
[INFO] | +- com.twelvemonkeys.imageio:imageio-jpeg:jar:3.6.1:compile
[INFO] | | +- com.twelvemonkeys.imageio:imageio-core:jar:3.6.1:compile
[INFO] | | +- com.twelvemonkeys.imageio:imageio-metadata:jar:3.6.1:compile
[INFO] | | +- com.twelvemonkeys.common:common-lang:jar:3.6.1:compile
[INFO] | | +- com.twelvemonkeys.common:common-io:jar:3.6.1:compile
[INFO] | | - com.twelvemonkeys.common:common-image:jar:3.6.1:compile
[INFO] | - com.twelvemonkeys.imageio:imageio-tiff:jar:3.6.1:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.7.7:test
[INFO] | +- org.springframework.boot:spring-boot-test:jar:2.7.7:test
[INFO] | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.7.7:test
[INFO] | +- com.jayway.jsonpath:json-path:jar:2.7.0:compile
[INFO] | | - net.minidev:json-smart:jar:2.4.8:compile
[INFO] | | - net.minidev:accessors-smart:jar:2.4.8:compile
[INFO] | | - org.ow2.asm:asm:jar:9.1:compile
[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile
[INFO] | | - jakarta.activation:jakarta.activation-api:jar:1.2.2:compile
[INFO] | +- org.hamcrest:hamcrest:jar:2.2:test
[INFO] | +- org.skyscreamer:jsonassert:jar:1.5.1:test
[INFO] | | - com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] | +- org.springframework:spring-test:jar:5.3.24:test
[INFO] | - org.xmlunit:xmlunit-core:jar:2.9.0:test
[INFO] +- junit:junit:jar:4.13.2:test
[INFO] | - org.hamcrest:hamcrest-core:jar:2.2:test
[INFO] +- org.apache.poi:poi:jar:5.0.0:compile
[INFO] | +- org.slf4j:jcl-over-slf4j:jar:1.7.36:compile
[INFO] | +- org.apache.commons:commons-collections4:jar:4.4:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.6.1:compile
[INFO] | - com.zaxxer:SparseBitSet:jar:1.2:compile
[INFO] +- org.apache.poi:poi-ooxml:jar:5.0.0:compile
[INFO] | +- org.apache.poi:poi-ooxml-lite:jar:5.0.0:compile
[INFO] | | - org.apache.xmlbeans:xmlbeans:jar:4.0.0:compile
[INFO] | +- org.apache.commons:commons-compress:jar:1.20:compile
[INFO] | +- com.github.virtuald:curvesapi:jar:1.06:compile
[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.68:compile
[INFO] | +- org.apache.xmlgraphics:batik-all:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-anim:jar:1.13:compile
[INFO] | | | +- org.apache.xmlgraphics:batik-shared-resources:jar:1.13:compile
[INFO] | | | - xml-apis:xml-apis-ext:jar:1.3.04:compile
[INFO] | | +- org.apache.xmlgraphics:batik-awt-util:jar:1.13:compile
[INFO] | | | - org.apache.xmlgraphics:xmlgraphics-commons:jar:2.4:compile
[INFO] | | +- org.apache.xmlgraphics:batik-bridge:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-codec:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-constants:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-css:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-dom:jar:1.13:compile
[INFO] | | | - xalan:xalan:jar:2.7.2:compile
[INFO] | | | - xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.xmlgraphics:batik-ext:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-extension:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-gui-util:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-gvt:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-i18n:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-parser:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-rasterizer-ext:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-rasterizer:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-script:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-slideshow:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-squiggle-ext:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-squiggle:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-svg-dom:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-svgbrowser:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-svggen:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-svgpp:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-svgrasterizer:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-swing:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-transcoder:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-util:jar:1.13:compile
[INFO] | | +- org.apache.xmlgraphics:batik-ttf2svg:jar:1.13:compile
[INFO] | | - org.apache.xmlgraphics:batik-xml:jar:1.13:compile
[INFO] | - de.rototor.pdfbox:graphics2d:jar:0.30:compile
[INFO] | - org.apache.pdfbox:pdfbox:jar:2.0.22:compile
[INFO] | - org.apache.pdfbox:fontbox:jar:2.0.22:compile
[INFO] +- com.splunk.logging:splunk-library-javalogging:jar:1.8.0:compile
[INFO] | +- com.squareup.okhttp3:okhttp:jar:4.9.3:compile
[INFO] | | +- com.squareup.okio:okio:jar:2.8.0:compile
[INFO] | | | - org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.6.21:compile
[INFO] | | - org.jetbrains.kotlin:kotlin-stdlib:jar:1.6.21:compile
[INFO] | | - org.jetbrains:annotations:jar:13.0:compile
[INFO] | - com.google.code.gson:gson:jar:2.9.1:compile
[INFO] +- org.codehaus.janino:janino:jar:3.1.9:compile
[INFO] | - org.codehaus.janino:commons-compiler:jar:3.1.9:compile
[INFO] +- company-private-dependency:jar:0.0.0:compile
[INFO] | - ch.qos.logback:logback-classic:jar:1.2.11:compile
[INFO] | - ch.qos.logback:logback-core:jar:1.2.11:compile
[INFO] +- company-private-dependency:jar:0.0.0:compile
[INFO] | +- company-private-dependency:jar:0.0.0:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-actuator:jar:2.7.7:compile
[INFO] | | +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.7.7:compile
[INFO] | | | - org.springframework.boot:spring-boot-actuator:jar:2.7.7:compile
[INFO] | | - io.micrometer:micrometer-core:jar:1.9.6:compile
[INFO] | | +- org.hdrhistogram:HdrHistogram:jar:2.1.12:compile
[INFO] | | - org.latencyutils:LatencyUtils:jar:2.0.3:runtime
[INFO] | +- biz.paluch.redis:lettuce:jar:4.4.6.Final:compile
[INFO] | | - io.reactivex:rxjava:jar:1.3.8:compile
[INFO] | +- com.ibm:ibm-jce-provider:jar:1.0:compile
[INFO] | +- com.ibm:ibm-pkcs:jar:1.0:compile
[INFO] | +- company-private-dependency:jar:0.0.0:compile
[INFO] | +- company-private-dependency:jar:0.0.0:compile
[INFO] | | +- company-private-dependency:jar:0.0.0:compile
[INFO] | | | - company-private-dependency:jar:0.0.0:compile
[INFO] | | +- company-private-dependency:jar:0.0.0:compile
[INFO] | | - com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | - company-private-dependency:jar:0.0.0:compile
[INFO] +- org.glassfish.jaxb:jaxb-runtime:jar:2.3.1:compile
[INFO] | +- javax.xml.bind:jaxb-api:jar:2.3.1:compile
[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.7:compile
[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.7:compile
[INFO] | +- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.15:compile
[INFO] | - javax.activation:javax.activation-api:jar:1.2.0:compile
[INFO] - org.zalando:logbook-spring-boot-starter:jar:2.16.0:compile
[INFO] +- org.zalando:logbook-spring-boot-autoconfigure:jar:2.16.0:compile
[INFO] | +- org.zalando:logbook-core:jar:2.16.0:compile
[INFO] | | +- org.zalando:logbook-api:jar:2.16.0:compile
[INFO] | | | - org.organicdesign:Paguro:jar:3.10.3:compile
[INFO] | | - org.zalando:logbook-common:jar:2.16.0:compile
[INFO] | +- org.zalando:logbook-httpclient:jar:2.16.0:compile
[INFO] | | - org.apache.httpcomponents:httpasyncclient:jar:4.1.5:compile
[INFO] | | - org.apache.httpcomponents:httpcore-nio:jar:4.4.16:compile
[INFO] | +- org.zalando:logbook-json:jar:2.16.0:compile
[INFO] | +- org.zalando:logbook-spring:jar:2.16.0:compile
[INFO] | - org.zalando:logbook-servlet:jar:2.16.0:compile
[INFO] +- org.apiguardian:apiguardian-api:jar:1.1.2:compile
[INFO] - org.zalando:faux-pas:jar:0.9.0:compile
[INFO] - com.google.code.findbugs:jsr305:jar:3.0.2:compile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant