com.example:enterprise-microservice:jar:2.5.0-SNAPSHOT
+- org.springframework.boot:spring-boot-starter-web:jar:3.2.0:compile
|  +- org.springframework.boot:spring-boot-starter:jar:3.2.0:compile
|  |  +- org.springframework.boot:spring-boot:jar:3.2.0:compile
|  |  +- org.springframework.boot:spring-boot-autoconfigure:jar:3.2.0:compile
|  |  +- org.springframework.boot:spring-boot-starter-logging:jar:3.2.0:compile
|  |  |  +- ch.qos.logback:logback-classic:jar:1.4.14:compile
|  |  |  |  +- ch.qos.logback:logback-core:jar:1.4.14:compile
|  |  |  |  \- org.slf4j:slf4j-api:jar:2.0.9:compile
|  |  |  +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.21.1:compile
|  |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.21.1:compile
|  |  |  \- org.slf4j:jul-to-slf4j:jar:2.0.9:compile
|  |  +- jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile
|  |  +- org.springframework:spring-core:jar:6.1.1:compile
|  |  |  \- org.springframework:spring-jcl:jar:6.1.1:compile
|  |  \- org.yaml:snakeyaml:jar:2.2:compile
|  +- org.springframework.boot:spring-boot-starter-json:jar:3.2.0:compile
|  |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.15.3:compile
|  |  |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3:compile
|  |  |  \- com.fasterxml.jackson.core:jackson-core:jar:2.15.3:compile
|  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.15.3:compile
|  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.15.3:compile
|  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.15.3:compile
|  +- org.springframework.boot:spring-boot-starter-tomcat:jar:3.2.0:compile
|  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:10.1.16:compile
|  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:10.1.16:compile
|  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:10.1.16:compile
|  +- org.springframework:spring-web:jar:6.1.1:compile
|  |  \- org.springframework:spring-beans:jar:6.1.1:compile
|  \- org.springframework:spring-webmvc:jar:6.1.1:compile
|     +- org.springframework:spring-aop:jar:6.1.1:compile
|     +- org.springframework:spring-context:jar:6.1.1:compile
|     |  \- org.springframework:spring-expression:jar:6.1.1:compile
|     \- org.springframework:spring-web:jar:6.1.1:compile (*)
+- org.springframework.boot:spring-boot-starter-data-jpa:jar:3.2.0:compile
|  +- org.springframework.boot:spring-boot-starter-aop:jar:3.2.0:compile
|  |  \- org.aspectj:aspectjweaver:jar:1.9.20.1:compile
|  +- org.springframework.boot:spring-boot-starter-jdbc:jar:3.2.0:compile
|  |  +- com.zaxxer:HikariCP:jar:5.0.1:compile
|  |  \- org.springframework:spring-jdbc:jar:6.1.1:compile
|  |     \- org.springframework:spring-tx:jar:6.1.1:compile
|  +- org.hibernate.orm:hibernate-core:jar:6.4.1.Final:compile
|  |  +- jakarta.persistence:jakarta.persistence-api:jar:3.1.0:compile
|  |  +- jakarta.transaction:jakarta.transaction-api:jar:2.0.1:compile
|  |  +- org.jboss.logging:jboss-logging:jar:3.5.3.Final:compile
|  |  +- org.hibernate.common:hibernate-commons-annotations:jar:6.0.6.Final:compile
|  |  +- io.smallrye:jandex:jar:3.1.2:compile
|  |  +- com.fasterxml:classmate:jar:1.5.1:compile
|  |  +- net.bytebuddy:byte-buddy:jar:1.14.9:compile
|  |  +- org.glassfish.jaxb:jaxb-runtime:jar:4.0.4:compile
|  |  |  +- org.glassfish.jaxb:jaxb-core:jar:4.0.4:compile
|  |  |  |  +- org.eclipse.angus:angus-activation:jar:2.0.1:compile
|  |  |  |  \- org.glassfish.jaxb:txw2:jar:4.0.4:compile
|  |  |  \- com.sun.istack:istack-commons-runtime:jar:4.1.2:compile
|  |  \- jakarta.inject:jakarta.inject-api:jar:2.0.1:compile
|  +- org.springframework.data:spring-data-jpa:jar:3.2.0:compile
|  |  +- org.springframework.data:spring-data-commons:jar:3.2.0:compile
|  |  +- org.springframework:spring-orm:jar:6.1.1:compile
|  |  \- org.springframework:spring-context:jar:6.1.1:compile (*)
|  \- org.springframework:spring-aspects:jar:6.1.1:compile
+- com.mysql:mysql-connector-j:jar:8.2.0:runtime
|  \- com.google.protobuf:protobuf-java:jar:3.21.9:runtime
+- com.google.guava:guava:jar:32.1.3-jre:compile
|  +- com.google.guava:failureaccess:jar:1.0.1:compile
|  +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
|  +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
|  +- org.checkerframework:checker-qual:jar:3.37.0:compile
|  +- com.google.errorprone:error_prone_annotations:jar:2.21.1:compile
|  \- com.google.j2objc:j2objc-annotations:jar:2.8:compile
+- org.apache.commons:commons-lang3:jar:3.14.0:compile
+- org.apache.commons:commons-collections4:jar:4.4:compile
+- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.15.3:compile
+- org.springframework.boot:spring-boot-starter-actuator:jar:3.2.0:compile
|  +- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:3.2.0:compile
|  |  +- org.springframework.boot:spring-boot-actuator:jar:3.2.0:compile
|  |  \- com.fasterxml.jackson.core:jackson-databind:jar:2.15.3:compile (*)
|  \- io.micrometer:micrometer-observation:jar:1.12.0:compile
|     \- io.micrometer:micrometer-commons:jar:1.12.0:compile
+- io.micrometer:micrometer-registry-prometheus:jar:1.12.0:compile
|  +- io.micrometer:micrometer-core:jar:1.12.0:compile
|  |  +- org.hdrhistogram:HdrHistogram:jar:2.1.12:compile
|  |  \- org.latencyutils:LatencyUtils:jar:2.0.3:compile
|  \- io.prometheus:simpleclient_common:jar:0.16.0:compile
|     \- io.prometheus:simpleclient:jar:0.16.0:compile
|        \- io.prometheus:simpleclient_tracer_otel:jar:0.16.0:compile
|           \- io.prometheus:simpleclient_tracer_common:jar:0.16.0:compile
+- org.springframework.boot:spring-boot-starter-test:jar:3.2.0:test
|  +- org.springframework.boot:spring-boot-test:jar:3.2.0:test
|  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:3.2.0:test
|  +- com.jayway.jsonpath:json-path:jar:2.8.0:test
|  |  \- net.minidev:json-smart:jar:2.4.11:test
|  |     \- net.minidev:accessors-smart:jar:2.4.11:test
|  |        \- org.ow2.asm:asm:jar:9.3:test
|  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.1:test
|  |  \- jakarta.activation:jakarta.activation-api:jar:2.1.2:test
|  +- org.assertj:assertj-core:jar:3.24.2:test
|  |  \- net.bytebuddy:byte-buddy:jar:1.14.9:test (*)
|  +- org.awaitility:awaitility:jar:4.2.0:test
|  +- org.hamcrest:hamcrest:jar:2.2:test
|  +- org.junit.jupiter:junit-jupiter:jar:5.10.1:test
|  |  +- org.junit.jupiter:junit-jupiter-api:jar:5.10.1:test
|  |  |  +- org.opentest4j:opentest4j:jar:1.3.0:test
|  |  |  +- org.junit.platform:junit-platform-commons:jar:1.10.1:test
|  |  |  \- org.apiguardian:apiguardian-api:jar:1.1.2:test
|  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.10.1:test
|  |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.10.1:test
|  |     +- org.junit.platform:junit-platform-engine:jar:1.10.1:test
|  |     \- org.junit.jupiter:junit-jupiter-api:jar:5.10.1:test (*)
|  +- org.mockito:mockito-core:jar:5.7.0:test
|  |  +- net.bytebuddy:byte-buddy-agent:jar:1.14.9:test
|  |  \- org.objenesis:objenesis:jar:3.3:test
|  +- org.mockito:mockito-junit-jupiter:jar:5.7.0:test
|  +- org.skyscreamer:jsonassert:jar:1.5.1:test
|  |  \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
|  +- org.springframework:spring-core:jar:6.1.1:test (*)
|  +- org.springframework:spring-test:jar:6.1.1:test
|  \- org.xmlunit:xmlunit-core:jar:2.9.1:test
\- org.testcontainers:junit-jupiter:jar:1.19.3:test
   +- org.testcontainers:testcontainers:jar:1.19.3:test
   |  +- org.slf4j:slf4j-api:jar:2.0.9:test (*)
   |  +- org.apache.commons:commons-compress:jar:1.24.0:test
   |  +- org.apache.commons:commons-lang3:jar:3.14.0:test (*)
   |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3:test (*)
   |  +- org.apache.commons:commons-exec:jar:1.3:test
   |  +- com.github.docker-java:docker-java-api:jar:3.3.4:test
   |  +- com.github.docker-java:docker-java-transport-zerodep:jar:3.3.4:test
   |  +- net.java.dev.jna:jna:jar:5.13.0:test
   |  \- org.rnorth.duct-tape:duct-tape:jar:1.0.8:test
   \- org.junit.jupiter:junit-jupiter-api:jar:5.10.1:test (*)