java.lang.VerifyError:fasterxml的JavaTimeModule类异常

java.lang.VerifyError:fasterxml的JavaTimeModule类异常,java,spring-boot,maven,fasterxml,Java,Spring Boot,Maven,Fasterxml,我正在将spring boot应用程序从2.1.X迁移到2.3.4。但我在应用程序启动时遇到以下异常: Exception Details: Location: com/fasterxml/jackson/databind/deser/std/StdDeserializer._parseDate(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;)

我正在将spring boot应用程序从2.1.X迁移到2.3.4。但我在应用程序启动时遇到以下异常:

Exception Details:
  Location:
    com/fasterxml/jackson/databind/deser/std/StdDeserializer._parseDate(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;)Ljava/util/Date; @77: astore
  Reason:
    Type 'com/fasterxml/jackson/core/JsonParseException' (current frame, stack[0]) is not assignable to 'com/fasterxml/jackson/core/exc/StreamReadException' (stack map, stack[0])
  Current Frame:
    bci: @69
    flags: { }
    locals: { 'com/fasterxml/jackson/databind/deser/std/StdDeserializer', 'com/fasterxml/jackson/core/JsonParser', 'com/fasterxml/jackson/databind/DeserializationContext' }
    stack: { 'com/fasterxml/jackson/core/JsonParseException' }
  Stackmap Frame:
    bci: @77
    flags: { }
    locals: { 'com/fasterxml/jackson/databind/deser/std/StdDeserializer', 'com/fasterxml/jackson/core/JsonParser', 'com/fasterxml/jackson/databind/DeserializationContext' }
    stack: { 'com/fasterxml/jackson/core/exc/StreamReadException' }
  Bytecode:
    0000000: 2bb6 0036 aa00 0000 0000 0081 0000 0003
    0000010: 0000 000b 0000 007a 0000 0081 0000 0081
    0000020: 0000 0034 0000 0041 0000 0081 0000 0081
    0000030: 0000 0081 0000 0071 2a2b b600 13b6 0014
    0000040: 2cb6 006c b02b b600 4842 a700 223a 052c
    0000050: 2ab4 0002 2bb6 006f 1270 03bd 0004 b600
    0000060: 71c0 002e 3a06 1906 b600 4d42 bb00 7259
    0000070: 21b7 0073 b02a 2cb6 0074 c000 72b0 2a2b
    0000080: 2cb6 0075 b02c 2ab4 0002 2bb6 0026 c000
    0000090: 72b0                                   
  Exception Handler Table:
    bci [69, 74] => handler: 77
    bci [69, 74] => handler: 77
  Stackmap Table:
    same_frame(@56)
    same_frame(@69)
    same_locals_1_stack_item_frame(@77,Object[#371])
    append_frame(@108,Long)
    chop_frame(@117,1)
    same_frame(@126)
    same_frame(@133)

    at com.fasterxml.jackson.datatype.jsr310.JavaTimeModule.<init>(JavaTimeModule.java:119)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
    at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:204)

[INFO] com.testapp.appname:appname-api:jar:4.3.5
[INFO] +- com.testapp.toolkit:testapp-toolkit-security-web:jar:5.0.0:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-oauth2-client:jar:2.3.4.RELEASE:compile
[INFO] |  |  +- com.sun.mail:jakarta.mail:jar:1.6.5:compile
[INFO] |  |  +- org.springframework.security:spring-security-oauth2-client:jar:5.3.4.RELEASE:compile
[INFO] |  |  |  \- org.springframework.security:spring-security-oauth2-core:jar:5.3.4.RELEASE:compile
[INFO] |  |  \- org.springframework.security:spring-security-oauth2-jose:jar:5.3.4.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-oauth2-resource-server:jar:2.3.4.RELEASE:compile
[INFO] |  |  \- org.springframework.security:spring-security-oauth2-resource-server:jar:5.3.4.RELEASE:compile
[INFO] |  \- com.testapp.toolkit:testapp-toolkit-utils:jar:5.0.0:compile
[INFO] |     +- commons-io:commons-io:jar:2.8.0:compile
[INFO] |     +- com.fasterxml.jackson.core:jackson-databind:jar:2.11.2:compile
[INFO] |     +- javax.validation:validation-api:jar:2.0.1.Final:compile
[INFO] |     +- org.rauschig:jarchivelib:jar:1.1.0:compile
[INFO] |     +- io.jsonwebtoken:jjwt:jar:0.9.1:compile
[INFO] |     +- org.springframework.boot:spring-boot-starter-cache:jar:2.3.4.RELEASE:compile
[INFO] |     |  \- org.springframework:spring-context-support:jar:5.2.9.RELEASE:compile
[INFO] |     +- com.github.ben-manes.caffeine:caffeine:jar:2.8.5:compile
[INFO] |     |  +- org.checkerframework:checker-qual:jar:3.4.1:compile
[INFO] |     |  \- com.google.errorprone:error_prone_annotations:jar:2.4.0:compile
[INFO] |     +- nl.garvelink.oss:iban:jar:1.6.1:compile
[INFO] |     +- com.neovisionaries:nv-i18n:jar:1.27:compile
[INFO] |     +- fr.marcwrobel:jbanking:jar:2.1.0:compile
[INFO] |     +- org.springframework.boot:spring-boot-starter-thymeleaf:jar:2.3.4.RELEASE:compile
[INFO] |     |  +- org.thymeleaf:thymeleaf-spring5:jar:3.0.11.RELEASE:compile
[INFO] |     |  \- org.thymeleaf.extras:thymeleaf-extras-java8time:jar:3.0.4.RELEASE:compile
[INFO] |     +- nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:jar:2.4.1:compile
[INFO] |     |  +- nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:jar:1.1.3:compile
[INFO] |     |  +- org.codehaus.groovy:groovy:jar:2.5.13:compile
[INFO] |     |  \- org.thymeleaf:thymeleaf:jar:3.0.11.RELEASE:compile
[INFO] |     |     +- ognl:ognl:jar:3.1.12:compile
[INFO] |     |     +- org.attoparser:attoparser:jar:2.0.5.RELEASE:compile
[INFO] |     |     \- org.unbescape:unbescape:jar:1.1.6.RELEASE:compile
[INFO] |     +- org.bouncycastle:bcmail-jdk15on:jar:1.66:compile
[INFO] |     |  +- org.bouncycastle:bcprov-jdk15on:jar:1.66:compile
[INFO] |     |  \- org.bouncycastle:bcpkix-jdk15on:jar:1.66:compile
[INFO] |     \- com.microsoft.alm:auth-secure-storage:jar:0.6.4:compile
[INFO] |        +- com.microsoft.alm:auth-common:jar:0.6.4:compile
[INFO] |        \- com.microsoft.alm:oauth2-useragent:jar:0.11.3:compile
[INFO] +- com.testapp.toolkit:testapp-toolkit-security:jar:5.0.0:compile
[INFO] |  +- org.projectlombok:lombok:jar:1.18.12:compile
[INFO] |  \- com.github.spotbugs:spotbugs-annotations:jar:4.1.2:compile
[INFO] |     \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] +- com.testapp.toolkit:testapp-toolkit-iso20022-model:jar:5.0.0:compile
[INFO] |  \- com.sun.xml.bind:jaxb-impl:jar:2.3.3:compile
[INFO] |     \- com.sun.activation:jakarta.activation:jar:1.2.2:compile
[INFO] +- com.testapp.test3:test3:jar:4.3.3:compile
[INFO] |  +- com.testapp.toolkit:testapp-toolkit-content-validation:jar:5.0.0:compile
[INFO] |  |  +- org.apache.tika:tika-core:jar:1.20:compile
[INFO] |  |  +- org.apache.tika:tika-parsers:jar:1.20:compile
[INFO] |  |  |  +- com.sun.activation:javax.activation:jar:1.2.0:compile
[INFO] |  |  |  +- org.tallison:jmatio:jar:1.5:compile
[INFO] |  |  |  +- org.apache.james:apache-mime4j-core:jar:0.8.2:compile
[INFO] |  |  |  +- org.apache.james:apache-mime4j-dom:jar:0.8.2:compile
[INFO] |  |  |  +- org.tukaani:xz:jar:1.8:compile
[INFO] |  |  |  +- com.epam:parso:jar:2.0.10:compile
[INFO] |  |  |  +- org.brotli:dec:jar:0.1.2:compile
[INFO] |  |  |  +- org.apache.pdfbox:pdfbox:jar:2.0.13:compile
[INFO] |  |  |  |  \- org.apache.pdfbox:fontbox:jar:2.0.13:compile
[INFO] |  |  |  +- org.apache.pdfbox:pdfbox-tools:jar:2.0.13:compile
[INFO] |  |  |  +- org.apache.pdfbox:jempbox:jar:1.8.16:compile
[INFO] |  |  |  +- com.healthmarketscience.jackcess:jackcess-encrypt:jar:2.1.4:compile
[INFO] |  |  |  +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] |  |  |  +- com.googlecode.mp4parser:isoparser:jar:1.1.22:compile
[INFO] |  |  |  +- com.drewnoakes:metadata-extractor:jar:2.11.0:compile
[INFO] |  |  |  |  \- com.adobe.xmp:xmpcore:jar:5.1.3:compile
[INFO] |  |  |  +- de.l3s.boilerpipe:boilerpipe:jar:1.1.0:compile
[INFO] |  |  |  +- com.rometools:rome:jar:1.12.0:compile
[INFO] |  |  |  |  \- com.rometools:rome-utils:jar:1.12.0:compile
[INFO] |  |  |  +- org.gagravarr:vorbis-java-core:jar:0.8:compile
[INFO] |  |  |  +- com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:compile
[INFO] |  |  |  +- org.codelibs:jhighlight:jar:1.0.3:compile
[INFO] |  |  |  +- com.pff:java-libpst:jar:0.8.1:compile
[INFO] |  |  |  +- com.github.junrar:junrar:jar:2.0.0:compile
[INFO] |  |  |  +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] |  |  |  +- org.apache.opennlp:opennlp-tools:jar:1.9.0:compile
[INFO] |  |  |  +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] |  |  |  +- com.github.openjson:openjson:jar:1.0.10:compile
[INFO] |  |  |  +- org.slf4j:jul-to-slf4j:jar:1.7.30:compile
[INFO] |  |  |  +- org.slf4j:jcl-over-slf4j:jar:1.7.30:compile
[INFO] |  |  |  +- edu.ucar:netcdf4:jar:4.5.5:compile
[INFO] |  |  |  |  \- net.jcip:jcip-annotations:jar:1.0:compile
[INFO] |  |  |  +- edu.ucar:grib:jar:4.5.5:compile
[INFO] |  |  |  |  \- org.itadaki:bzip2:jar:0.9.1:compile
[INFO] |  |  |  +- org.jsoup:jsoup:jar:1.11.3:compile
[INFO] |  |  |  +- edu.ucar:cdm:jar:4.5.5:compile
[INFO] |  |  |  |  +- edu.ucar:udunits:jar:4.5.5:compile
[INFO] |  |  |  |  +- joda-time:joda-time:jar:2.2:compile
[INFO] |  |  |  |  +- net.sf.ehcache:ehcache-core:jar:2.6.2:compile
[INFO] |  |  |  |  \- com.beust:jcommander:jar:1.35:compile
[INFO] |  |  |  +- edu.ucar:httpservices:jar:4.5.5:compile
[INFO] |  |  |  +- org.apache.httpcomponents:httpmime:jar:4.5.12:compile
[INFO] |  |  |  +- org.apache.commons:commons-csv:jar:1.6:compile
[INFO] |  |  |  +- org.apache.sis.core:sis-utility:jar:0.8:compile
[INFO] |  |  |  |  \- javax.measure:unit-api:jar:1.0:compile
[INFO] |  |  |  +- org.apache.sis.storage:sis-netcdf:jar:0.8:compile
[INFO] |  |  |  |  +- org.apache.sis.storage:sis-storage:jar:0.8:compile
[INFO] |  |  |  |  |  \- org.apache.sis.core:sis-feature:jar:0.8:compile
[INFO] |  |  |  |  \- org.apache.sis.core:sis-referencing:jar:0.8:compile
[INFO] |  |  |  +- org.apache.sis.core:sis-metadata:jar:0.8:compile
[INFO] |  |  |  +- org.opengis:geoapi:jar:3.0.1:compile
[INFO] |  |  |  +- org.apache.uima:uimafit-core:jar:2.4.0:compile
[INFO] |  |  |  +- org.apache.uima:uimaj-core:jar:3.0.1:compile
[INFO] |  |  |  |  +- org.bitbucket.mstrobel:procyon-compilertools:jar:0.5.32:compile
[INFO] |  |  |  |  +- org.bitbucket.mstrobel:procyon-core:jar:0.5.32:compile
[INFO] |  |  |  |  \- com.sun.xml.bind:jaxb-core:jar:2.3.0.1:runtime
[INFO] |  |  |  +- org.jdom:jdom2:jar:2.0.6:compile
[INFO] |  |  |  \- org.apache.pdfbox:jbig2-imageio:jar:3.0.2:compile
[INFO] |  |  +- com.google.protobuf:protobuf-java:jar:3.13.0:compile
[INFO] |  |  +- org.apache.poi:poi-scratchpad:jar:4.0.0:compile
[INFO] |  |  \- org.apache.commons:commons-compress:jar:1.20:compile
[INFO] |  +- org.springframework.security:spring-security-core:jar:5.3.4.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-beans:jar:5.2.9.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-context:jar:5.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-expression:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-batch:jar:2.3.4.RELEASE:compile
[INFO] |  |  \- org.springframework.batch:spring-batch-core:jar:4.2.4.RELEASE:compile
[INFO] |  |     +- javax.batch:javax.batch-api:jar:1.0:compile
[INFO] |  |     +- org.codehaus.jettison:jettison:jar:1.2:compile
[INFO] |  |     \- org.springframework.batch:spring-batch-infrastructure:jar:4.2.4.RELEASE:compile
[INFO] |  |        \- org.springframework.retry:spring-retry:jar:1.2.5.RELEASE:compile
[INFO] |  +- org.springframework:spring-oxm:jar:5.2.9.RELEASE:compile
[INFO] |  +- com.tracegroup.transformer:transformer-camel:jar:3.7.5-osgi-bundle:compile
[INFO] |  \- com.tracegroup.transformer:currencylib:jar:1.0.12:compile
[INFO] +- com.testapp.toolkit:testapp-toolkit-rest-client:jar:5.0.0:compile
[INFO] |  +- io.swagger:swagger-annotations:jar:1.5.0:compile
[INFO] |  \- org.apache.commons:commons-collections4:jar:4.4:compile
[INFO] +- com.testapp.toolkit:testapp-toolkit-application-properties:jar:5.0.0:compile
[INFO] +- com.fts.test2:test2-sdk:jar:4.3.3:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:2.3.4.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-autoconfigure:jar:2.3.4.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-logging:jar:2.3.4.RELEASE:compile
[INFO] |  |  |  +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] |  |  |  |  \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] |  |  |  \- org.apache.logging.log4j:log4j-to-slf4j:jar:2.13.3:compile
[INFO] |  |  |     \- org.apache.logging.log4j:log4j-api:jar:2.13.3:compile
[INFO] |  |  +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] |  |  \- org.yaml:snakeyaml:jar:1.26:compile
[INFO] |  +- org.springframework:spring-web:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile
[INFO] |  |  \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile
[INFO] |  +- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.11.2:compile
[INFO] |  |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.11.2:compile
[INFO] |  |  +- com.fasterxml.jackson.core:jackson-core:jar:2.11.2:compile
[INFO] |  |  \- jakarta.activation:jakarta.activation-api:jar:1.2.2:compile
[INFO] |  \- com.google.code.gson:gson:jar:2.8.6:compile
[INFO] +- com.testapp.efm:efm- :jar:4.3.5:compile
[INFO] |  +- org.apache.commons:commons-lang3:jar:3.10:compile
[INFO] |  +- org.apache.poi:poi:jar:4.0.0:compile
[INFO] |  +- org.apache.poi:poi-ooxml:jar:4.0.0:compile
[INFO] |  |  +- org.apache.poi:poi-ooxml-schemas:jar:4.0.0:compile
[INFO] |  |  |  \- org.apache.xmlbeans:xmlbeans:jar:3.1.0:compile
[INFO] |  |  \- com.github.virtuald:curvesapi:jar:1.04:compile
[INFO] |  \- commons-lang:commons-lang:jar:2.6:compile
[INFO] +- com.testapp.dbe:dbe:jar:4.3.1:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.3.4.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:2.3.4.RELEASE:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.11.2:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.11.2:compile
[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.11.2:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.3.4.RELEASE:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.38:compile
[INFO] |  |  +- org.glassfish:jakarta.el:jar:3.0.3:compile
[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.38:compile
[INFO] |  \- org.springframework:spring-webmvc:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.3.4.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test:jar:2.3.4.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.3.4.RELEASE:test
[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.4.0:test
[INFO] |  |  \- net.minidev:json-smart:jar:2.3:compile
[INFO] |  |     \- net.minidev:accessors-smart:jar:1.2:compile
[INFO] |  |        \- org.ow2.asm:asm:jar:5.0.4:compile
[INFO] |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile
[INFO] |  +- org.assertj:assertj-core:jar:3.16.1:test
[INFO] |  +- org.hamcrest:hamcrest:jar:2.2:test
[INFO] |  +- org.junit.jupiter:junit-jupiter:jar:5.6.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-api:jar:5.6.2:test
[INFO] |  |  |  +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] |  |  |  \- org.junit.platform:junit-platform-commons:jar:1.6.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.6.2:test
[INFO] |  |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.6.2:test
[INFO] |  +- org.junit.vintage:junit-vintage-engine:jar:5.6.2:test
[INFO] |  |  +- org.apiguardian:apiguardian-api:jar:1.1.0:test
[INFO] |  |  +- org.junit.platform:junit-platform-engine:jar:1.6.2:test
[INFO] |  |  \- junit:junit:jar:4.13:test
[INFO] |  +- org.mockito:mockito-core:jar:3.3.3:test
[INFO] |  |  +- net.bytebuddy:byte-buddy:jar:1.10.14:compile
[INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.10.14:test
[INFO] |  |  \- org.objenesis:objenesis:jar:2.6:test
[INFO] |  +- org.mockito:mockito-junit-jupiter:jar:3.3.3:test
[INFO] |  +- org.skyscreamer:jsonassert:jar:1.5.0:test
[INFO] |  |  \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:runtime
[INFO] |  +- org.springframework:spring-core:jar:5.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-jcl:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.springframework:spring-test:jar:5.2.9.RELEASE:test
[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.7.0:test
[INFO] +- org.springframework.boot:spring-boot-starter-security:jar:2.3.4.RELEASE:compile
[INFO] |  +- org.springframework:spring-aop:jar:5.2.9.RELEASE:compile
[INFO] |  +- org.springframework.security:spring-security-config:jar:5.3.4.RELEASE:compile
[INFO] |  \- org.springframework.security:spring-security-web:jar:5.3.4.RELEASE:compile
[INFO] +- org.springframework.security:spring-security-test:jar:5.3.4.RELEASE:test
[INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.3.4.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-aop:jar:2.3.4.RELEASE:compile
[INFO] |  |  \- org.aspectj:aspectjweaver:jar:1.9.6:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.3.4.RELEASE:compile
[INFO] |  |  +- com.zaxxer:HikariCP:jar:3.4.5:compile
[INFO] |  |  \- org.springframework:spring-jdbc:jar:5.2.9.RELEASE: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.4.21.Final:compile
[INFO] |  |  +- org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile
[INFO] |  |  +- org.javassist:javassist:jar:3.24.0-GA:compile
[INFO] |  |  +- antlr:antlr:jar:2.7.7:compile
[INFO] |  |  +- org.jboss:jandex:jar:2.1.3.Final:compile
[INFO] |  |  +- com.fasterxml:classmate:jar:1.5.1:compile
[INFO] |  |  +- org.dom4j:dom4j:jar:2.1.3:compile
[INFO] |  |  +- org.hibernate.common:hibernate-commons-annotations:jar:5.1.0.Final:compile
[INFO] |  |  \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.3:compile
[INFO] |  |     +- org.glassfish.jaxb:txw2:jar:2.3.3:compile
[INFO] |  |     \- com.sun.istack:istack-commons-runtime:jar:3.0.11:compile
[INFO] |  +- org.springframework.data:spring-data-jpa:jar:2.3.4.RELEASE:compile
[INFO] |  |  +- org.springframework.data:spring-data-commons:jar:2.3.4.RELEASE:compile
[INFO] |  |  +- org.springframework:spring-orm:jar:5.2.9.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-tx:jar:5.2.9.RELEASE:compile
[INFO] |  \- org.springframework:spring-aspects:jar:5.2.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-actuator:jar:2.3.4.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.3.4.RELEASE:compile
[INFO] |  |  \- org.springframework.boot:spring-boot-actuator:jar:2.3.4.RELEASE:compile
[INFO] |  \- io.micrometer:micrometer-core:jar:1.5.5:compile
[INFO] |     +- org.hdrhistogram:HdrHistogram:jar:2.1.12:compile
[INFO] |     \- org.latencyutils:LatencyUtils:jar:2.0.3:runtime