Ok.  I've figured out a little bit more.
In the SB 2.7 version (of my 2 branches above).
When I list out the items in the Ioc-Context ("spring-beans" in spring-java-talk). ...
My dependency report for my SB 3.2 version does the inclusion of: (to my knowledge, the thing that makes the application.yml glue work)
Welcome to Gradle 7.5!
Here are the highlights of this release:
 - Support for Java 18
 - Support for building with Groovy 4
 - Much more responsive continuous builds
 - Improved diagnostics for dependency resolution
For more details see 
https://docs.gradle.org/7.5/release-notes.html> Task :source:javalayers:resourceproviderlayer:printAllDependencies
------------------------------------------------------------
Project ':source:javalayers:resourceproviderlayer'
------------------------------------------------------------
annotationProcessor - Annotation processors and their dependencies for source set 'main'.
No dependencies
apiElements - API elements for main. (n)
No dependencies
archives - Configuration for archive artifacts. (n)
No dependencies
compileClasspath - Compile classpath for source set 'main'.
> Task :source:printAllDependencies
------------------------------------------------------------
Project ':source'
------------------------------------------------------------
jacocoAgent - The Jacoco agent to use to get coverage data.
\--- org.jacoco:org.jacoco.agent:0.8.8
jacocoAnt - The Jacoco ant tasks to use to get execute Gradle tasks.
\--- org.jacoco:org.jacoco.ant:0.8.8
     +--- org.jacoco:org.jacoco.core:0.8.8
     |    +--- org.ow2.asm:asm:9.2
     |    +--- org.ow2.asm:asm-commons:9.2
     |    |    +--- org.ow2.asm:asm:9.2
     |    |    +--- org.ow2.asm:asm-tree:9.2
     |    |    |    \--- org.ow2.asm:asm:9.2
     |    |    \--- org.ow2.asm:asm-analysis:9.2
     |    |         \--- org.ow2.asm:asm-tree:9.2 (*)
     |    \--- org.ow2.asm:asm-tree:9.2 (*)
     +--- org.jacoco:org.jacoco.report:0.8.8
     |    \--- org.jacoco:org.jacoco.core:0.8.8 (*)
     \--- org.jacoco:org.jacoco.agent:0.8.8
(*) - dependencies omitted (listed previously)
A web-based, searchable dependency report is available by adding the --scan option.
> Task :source:javalayers:toplayers:printAllDependencies
------------------------------------------------------------
Project ':source:javalayers:toplayers'
------------------------------------------------------------
jacocoAgent - The Jacoco agent to use to get coverage data.
\--- org.jacoco:org.jacoco.agent:0.8.8
jacocoAnt - The Jacoco ant tasks to use to get execute Gradle tasks.
\--- org.jacoco:org.jacoco.ant:0.8.8
     +--- org.jacoco:org.jacoco.core:0.8.8
     |    +--- org.ow2.asm:asm:9.2
     |    +--- org.ow2.asm:asm-commons:9.2
     |    |    +--- org.ow2.asm:asm:9.2
     |    |    +--- org.ow2.asm:asm-tree:9.2
     |    |    |    \--- org.ow2.asm:asm:9.2
     |    |    \--- org.ow2.asm:asm-analysis:9.2
     |    |         \--- org.ow2.asm:asm-tree:9.2 (*)
     |    \--- org.ow2.asm:asm-tree:9.2 (*)
     +--- org.jacoco:org.jacoco.report:0.8.8
     |    \--- org.jacoco:org.jacoco.core:0.8.8 (*)
     \--- org.jacoco:org.jacoco.agent:0.8.8
(*) - dependencies omitted (listed previously)
A web-based, searchable dependency report is available by adding the --scan option.
> Task :printAllDependencies
------------------------------------------------------------
Root project 'hapi-fhirstarters-rest-server-skeleton-gradlelayersandspringbootexample'
------------------------------------------------------------
annotationProcessor - Annotation processors and their dependencies for source set 'main'.
No dependencies
apiElements - API elements for main. (n)
No dependencies
archives - Configuration for archive artifacts. (n)
No dependencies
bootArchives - Configuration for Spring Boot archive artifacts. (n)
No dependencies
checkstyle - The Checkstyle libraries to be used for this project.
\--- com.puppycrawl.tools:checkstyle:8.45.1
     +--- info.picocli:picocli:4.6.1
     +--- antlr:antlr:2.7.7
     +--- org.antlr:antlr4-runtime:4.9.2
     +--- commons-beanutils:commons-beanutils:1.9.4
     |    \--- commons-collections:commons-collections:3.2.2
     +--- com.google.guava:guava:30.1.1-jre
     |    +--- com.google.guava:failureaccess:1.0.1
     |    +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
     |    +--- com.google.code.findbugs:jsr305:3.0.2
     |    +--- org.checkerframework:checker-qual:3.8.0
     |    +--- com.google.errorprone:error_prone_annotations:2.5.1
     |    \--- com.google.j2objc:j2objc-annotations:1.3
     +--- org.reflections:reflections:0.9.12
     |    \--- org.javassist:javassist:3.26.0-GA
     \--- net.sf.saxon:Saxon-HE:10.5
compileClasspath - Compile classpath for source set 'main'.
No dependencies
compileOnly - Compile only dependencies for source set 'main'. (n)
No dependencies
coverageDataElementsForTest - Binary data file containing results of Jacoco test coverage reporting for the test Test Suite's test target. (n)
No dependencies
default - Configuration for default artifacts. (n)
No dependencies
developmentOnly - Configuration for development-only dependencies such as Spring Boot's DevTools.
No dependencies
implementation - Implementation only dependencies for source set 'main'. (n)
No dependencies
jacocoAgent - The Jacoco agent to use to get coverage data.
\--- org.jacoco:org.jacoco.agent:0.8.6
jacocoAnt - The Jacoco ant tasks to use to get execute Gradle tasks.
> Task :source:javalayers:businesslogiclayer:printAllDependencies
------------------------------------------------------------
Project ':source:javalayers:businesslogiclayer'
------------------------------------------------------------
annotationProcessor - Annotation processors and their dependencies for source set 'main'.
No dependencies
apiElements - API elements for main. (n)
No dependencies
archives - Configuration for archive artifacts. (n)
No dependencies
compileClasspath - Compile classpath for source set 'main'.
+--- org.slf4j:slf4j-api:2.0.9
+--- javax.inject:javax.inject:1
+--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT
|    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0
|    |    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (c)
|    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (c)
|    |    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (c)
|    |    |         \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0 (c)
|    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    +--- org.apache.commons:commons-lang3:3.12.0
|    +--- org.apache.commons:commons-text:1.10.0
|    |    \--- org.apache.commons:commons-lang3:3.12.0
|    +--- commons-codec:commons-codec:1.15
|    +--- commons-io:commons-io:2.11.0
|    +--- com.google.guava:guava:32.1.1-jre
|    |    +--- com.google.guava:guava-parent:32.1.1-jre
|    |    |    +--- com.google.code.findbugs:jsr305:3.0.2 (c)
|    |    |    +--- org.checkerframework:checker-qual:3.33.0 (c)
|    |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0 (c)
|    |    |    \--- com.google.j2objc:j2objc-annotations:2.8 (c)
|    |    +--- com.google.guava:failureaccess:1.0.1
|    |    +--- com.google.code.findbugs:jsr305 -> 3.0.2
|    |    +--- org.checkerframework:checker-qual -> 3.33.0
|    |    +--- com.google.errorprone:error_prone_annotations -> 2.18.0
|    |    \--- com.google.j2objc:j2objc-annotations -> 2.8
|    +--- org.slf4j:slf4j-api:2.0.9
|    +--- org.slf4j:jcl-over-slf4j:2.0.9
|    |    \--- org.slf4j:slf4j-api:2.0.9
|    +--- com.google.code.findbugs:jsr305:3.0.2
|    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
+--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    +--- com.ibm.icu:icu4j:72.1
|    |    \--- commons-net:commons-net:3.9.0
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.1.2.2
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
\--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT
     +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
     +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
     +--- org.apache.httpcomponents:httpcore:4.4.13
     +--- com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20211018.2
     |    \--- com.google.guava:guava:30.1-jre -> 32.1.1-jre (*)
     +--- org.springframework:spring-messaging:6.1.1
     |    +--- org.springframework:spring-beans:6.1.1
     |    |    \--- org.springframework:spring-core:6.1.1
     |    |         \--- org.springframework:spring-jcl:6.1.1
     |    \--- org.springframework:spring-core:6.1.1 (*)
     +--- org.simplejavamail:simple-java-mail:6.6.1
     |    +--- org.simplejavamail:core-module:6.6.1
     |    |    +--- com.sun.mail:jakarta.mail:1.6.5
     |    |    +--- jakarta.xml.bind:jakarta.xml.bind-api:2.3.2
     |    |    |    \--- jakarta.activation:jakarta.activation-api:1.2.1
     |    |    +--- jakarta.annotation:jakarta.annotation-api:1.3.5 -> 2.1.1
     |    |    +--- com.github.bbottema:emailaddress-rfc2822:2.2.0
     |    |    |    +--- com.sun.mail:jakarta.mail:[1.6.3,1.9.9) -> 1.6.5
     |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
     |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
     |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
     \--- org.apache.commons:commons-collections4:4.4
compileOnly - Compile only dependencies for source set 'main'. (n)
No dependencies
coverageDataElementsForTest - Binary data file containing results of Jacoco test coverage reporting for the test Test Suite's test target. (n)
No dependencies
default - Configuration for default artifacts. (n)
No dependencies
implementation - Implementation only dependencies for source set 'main'. (n)
+--- org.slf4j:slf4j-api:2.0.9 (n)
+--- javax.inject:javax.inject:1 (n)
+--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (n)
+--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT (n)
\--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT (n)
jacocoAgent - The Jacoco agent to use to get coverage data.
\--- org.jacoco:org.jacoco.agent:0.8.8
jacocoAnt - The Jacoco ant tasks to use to get execute Gradle tasks.
\--- org.jacoco:org.jacoco.ant:0.8.8
     +--- org.jacoco:org.jacoco.core:0.8.8
     |    +--- org.ow2.asm:asm:9.2
     |    +--- org.ow2.asm:asm-commons:9.2
     |    |    +--- org.ow2.asm:asm:9.2
     |    |    +--- org.ow2.asm:asm-tree:9.2
     |    |    |    \--- org.ow2.asm:asm:9.2
     |    |    \--- org.ow2.asm:asm-analysis:9.2
     |    |         \--- org.ow2.asm:asm-tree:9.2 (*)
     |    \--- org.ow2.asm:asm-tree:9.2 (*)
     +--- org.jacoco:org.jacoco.report:0.8.8
     |    \--- org.jacoco:org.jacoco.core:0.8.8 (*)
     \--- org.jacoco:org.jacoco.agent:0.8.8
mainSourceElements - List of source directories contained in the Main SourceSet. (n)
No dependencies
runtimeClasspath - Runtime classpath of source set 'main'.
+--- org.slf4j:slf4j-api:2.0.9
+--- javax.inject:javax.inject:1
+--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT
|    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0
|    |    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (c)
|    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (c)
|    |    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (c)
|    |    |         \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0 (c)
|    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    +--- org.apache.commons:commons-lang3:3.12.0
|    +--- org.apache.commons:commons-text:1.10.0
|    |    \--- org.apache.commons:commons-lang3:3.12.0
|    +--- commons-codec:commons-codec:1.15
|    +--- commons-io:commons-io:2.11.0
|    +--- com.google.guava:guava:32.1.1-jre
|    |    +--- com.google.guava:guava-parent:32.1.1-jre
|    |    |    +--- com.google.code.findbugs:jsr305:3.0.2 (c)
|    |    |    +--- org.checkerframework:checker-qual:3.33.0 (c)
|    |    |    \--- com.google.errorprone:error_prone_annotations:2.18.0 (c)
|    |    +--- com.google.guava:failureaccess:1.0.1
|    |    +--- com.google.code.findbugs:jsr305 -> 3.0.2
|    |    +--- org.checkerframework:checker-qual -> 3.33.0
|    |    \--- com.google.errorprone:error_prone_annotations -> 2.18.0
|    +--- org.slf4j:slf4j-api:2.0.9
|    +--- org.slf4j:jcl-over-slf4j:2.0.9
|    |    \--- org.slf4j:slf4j-api:2.0.9
|    +--- com.google.code.findbugs:jsr305:3.0.2
|    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
+--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    +--- com.ibm.icu:icu4j:72.1
|    |    \--- commons-net:commons-net:3.9.0
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.1.2.2
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
\--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT
     +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
     +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
     +--- org.apache.httpcomponents:httpcore:4.4.13
     +--- com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20211018.2
     |    \--- com.google.guava:guava:30.1-jre -> 32.1.1-jre (*)
     +--- org.springframework:spring-messaging:6.1.1
     |    +--- org.springframework:spring-beans:6.1.1
     |    |    \--- org.springframework:spring-core:6.1.1
     |    |         \--- org.springframework:spring-jcl:6.1.1
     |    \--- org.springframework:spring-core:6.1.1 (*)
     +--- org.simplejavamail:simple-java-mail:6.6.1
     |    +--- org.simplejavamail:core-module:6.6.1
     |    |    +--- com.sun.mail:jakarta.mail:1.6.5
     |    |    +--- jakarta.xml.bind:jakarta.xml.bind-api:2.3.2
     |    |    |    \--- jakarta.activation:jakarta.activation-api:1.2.1
     |    |    +--- jakarta.annotation:jakarta.annotation-api:1.3.5 -> 2.1.1
     |    |    +--- com.github.bbottema:emailaddress-rfc2822:2.2.0
     |    |    |    +--- com.sun.mail:jakarta.mail:[1.6.3,1.9.9) -> 1.6.5
     |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
     |    |    +--- com.github.bbottema:jetbrains-runtime-annotations:1.0.0
     |    |    |    \--- org.slf4j:slf4j-api:1.7.21 -> 2.0.9
     |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
     |    +--- com.github.bbottema:jetbrains-runtime-annotations:1.0.0 (*)
     |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
     \--- org.apache.commons:commons-collections4:4.4
runtimeElements - Elements of runtime for main. (n)
No dependencies
runtimeOnly - Runtime only dependencies for source set 'main'. (n)
No dependencies
testAnnotationProcessor - Annotation processors and their dependencies for source set 'test'.
No dependencies
testCompileClasspath - Compile classpath for source set 'test'.
+--- org.slf4j:slf4j-api:2.0.9
+--- javax.inject:javax.inject:1
+--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT
|    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0
|    |    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (c)
|    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (c)
|    |    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (c)
|    |    |         \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0 (c)
|    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    +--- org.apache.commons:commons-lang3:3.12.0
|    +--- org.apache.commons:commons-text:1.10.0
|    |    \--- org.apache.commons:commons-lang3:3.12.0
|    +--- commons-codec:commons-codec:1.15
|    +--- commons-io:commons-io:2.11.0
|    +--- com.google.guava:guava:32.1.1-jre
|    |    +--- com.google.guava:guava-parent:32.1.1-jre
|    |    |    +--- com.google.code.findbugs:jsr305:3.0.2 (c)
|    |    |    +--- org.checkerframework:checker-qual:3.33.0 (c)
|    |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0 (c)
|    |    |    +--- com.google.j2objc:j2objc-annotations:2.8 (c)
|    |    |    +--- junit:junit:4.13.2 (c)
|    |    |    \--- org.mockito:mockito-core:4.11.0 (c)
|    |    +--- com.google.guava:failureaccess:1.0.1
|    |    +--- com.google.code.findbugs:jsr305 -> 3.0.2
|    |    +--- org.checkerframework:checker-qual -> 3.33.0
|    |    +--- com.google.errorprone:error_prone_annotations -> 2.18.0
|    |    \--- com.google.j2objc:j2objc-annotations -> 2.8
|    +--- org.slf4j:slf4j-api:2.0.9
|    +--- org.slf4j:jcl-over-slf4j:2.0.9
|    |    \--- org.slf4j:slf4j-api:2.0.9
|    +--- com.google.code.findbugs:jsr305:3.0.2
|    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
+--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    +--- com.ibm.icu:icu4j:72.1
|    |    \--- commons-net:commons-net:3.9.0
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.1.2.2
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
+--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    +--- org.apache.httpcomponents:httpcore:4.4.13
|    +--- com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20211018.2
|    |    \--- com.google.guava:guava:30.1-jre -> 32.1.1-jre (*)
|    +--- org.springframework:spring-messaging:6.1.1
|    |    +--- org.springframework:spring-beans:6.1.1
|    |    |    \--- org.springframework:spring-core:6.1.1
|    |    |         \--- org.springframework:spring-jcl:6.1.1
|    |    \--- org.springframework:spring-core:6.1.1 (*)
|    +--- org.simplejavamail:simple-java-mail:6.6.1
|    |    +--- org.simplejavamail:core-module:6.6.1
|    |    |    +--- com.sun.mail:jakarta.mail:1.6.5
|    |    |    +--- jakarta.xml.bind:jakarta.xml.bind-api:2.3.2
|    |    |    |    \--- jakarta.activation:jakarta.activation-api:1.2.1
|    |    |    +--- jakarta.annotation:jakarta.annotation-api:1.3.5 -> 2.1.1
|    |    |    +--- com.github.bbottema:emailaddress-rfc2822:2.2.0
|    |    |    |    +--- com.sun.mail:jakarta.mail:[1.6.3,1.9.9) -> 1.6.5
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    \--- org.apache.commons:commons-collections4:4.4
+--- junit:junit:4.13.2
|    \--- org.hamcrest:hamcrest-core:1.3
\--- org.mockito:mockito-core:4.8.0 -> 4.11.0
     +--- net.bytebuddy:byte-buddy:1.12.19
     \--- net.bytebuddy:byte-buddy-agent:1.12.19
testCompileOnly - Compile only dependencies for source set 'test'. (n)
No dependencies
testImplementation - Implementation only dependencies for source set 'test'. (n)
+--- junit:junit:4.13.2 (n)
\--- org.mockito:mockito-core:4.8.0 (n)
testResultsElementsForTest - Directory containing binary results of running tests for the test Test Suite's test target. (n)
No dependencies
testRuntimeClasspath - Runtime classpath of source set 'test'.
+--- org.slf4j:slf4j-api:2.0.9
+--- javax.inject:javax.inject:1
+--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT
|    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0
|    |    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (c)
|    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (c)
|    |    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (c)
|    |    |         \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0 (c)
|    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    +--- org.apache.commons:commons-lang3:3.12.0
|    +--- org.apache.commons:commons-text:1.10.0
|    |    \--- org.apache.commons:commons-lang3:3.12.0
|    +--- commons-codec:commons-codec:1.15
|    +--- commons-io:commons-io:2.11.0
|    +--- com.google.guava:guava:32.1.1-jre
|    |    +--- com.google.guava:guava-parent:32.1.1-jre
|    |    |    +--- com.google.code.findbugs:jsr305:3.0.2 (c)
|    |    |    +--- org.checkerframework:checker-qual:3.33.0 (c)
|    |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0 (c)
|    |    |    +--- junit:junit:4.13.2 (c)
|    |    |    \--- org.mockito:mockito-core:4.11.0 (c)
|    |    +--- com.google.guava:failureaccess:1.0.1
|    |    +--- com.google.code.findbugs:jsr305 -> 3.0.2
|    |    +--- org.checkerframework:checker-qual -> 3.33.0
|    |    \--- com.google.errorprone:error_prone_annotations -> 2.18.0
|    +--- org.slf4j:slf4j-api:2.0.9
|    +--- org.slf4j:jcl-over-slf4j:2.0.9
|    |    \--- org.slf4j:slf4j-api:2.0.9
|    +--- com.google.code.findbugs:jsr305:3.0.2
|    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
+--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    +--- com.ibm.icu:icu4j:72.1
|    |    \--- commons-net:commons-net:3.9.0
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.1.2.2
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
+--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    +--- org.apache.httpcomponents:httpcore:4.4.13
|    +--- com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20211018.2
|    |    \--- com.google.guava:guava:30.1-jre -> 32.1.1-jre (*)
|    +--- org.springframework:spring-messaging:6.1.1
|    |    +--- org.springframework:spring-beans:6.1.1
|    |    |    \--- org.springframework:spring-core:6.1.1
|    |    |         \--- org.springframework:spring-jcl:6.1.1
|    |    \--- org.springframework:spring-core:6.1.1 (*)
|    +--- org.simplejavamail:simple-java-mail:6.6.1
|    |    +--- org.simplejavamail:core-module:6.6.1
|    |    |    +--- com.sun.mail:jakarta.mail:1.6.5
|    |    |    +--- jakarta.xml.bind:jakarta.xml.bind-api:2.3.2
|    |    |    |    \--- jakarta.activation:jakarta.activation-api:1.2.1
|    |    |    +--- jakarta.annotation:jakarta.annotation-api:1.3.5 -> 2.1.1
|    |    |    +--- com.github.bbottema:emailaddress-rfc2822:2.2.0
|    |    |    |    +--- com.sun.mail:jakarta.mail:[1.6.3,1.9.9) -> 1.6.5
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |    |    +--- com.github.bbottema:jetbrains-runtime-annotations:1.0.0
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.21 -> 2.0.9
|    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |    +--- com.github.bbottema:jetbrains-runtime-annotations:1.0.0 (*)
|    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    \--- org.apache.commons:commons-collections4:4.4
+--- junit:junit:4.13.2
|    \--- org.hamcrest:hamcrest-core:1.3
\--- org.mockito:mockito-core:4.8.0 -> 4.11.0
     +--- net.bytebuddy:byte-buddy:1.12.19
     +--- net.bytebuddy:byte-buddy-agent:1.12.19
     \--- org.objenesis:objenesis:3.3
testRuntimeOnly - Runtime only dependencies for source set 'test'. (n)
No dependencies
(c) - dependency constraint
(*) - dependencies omitted (listed previously)
(n) - Not resolved (configuration is not meant to be resolved)
A web-based, searchable dependency report is available by adding the --scan option.
> Task :source:javalayers:toplayers:springboottoplayers:printAllDependencies
------------------------------------------------------------
Project ':source:javalayers:toplayers:springboottoplayers'
------------------------------------------------------------
jacocoAgent - The Jacoco agent to use to get coverage data.
\--- org.jacoco:org.jacoco.agent:0.8.8
jacocoAnt - The Jacoco ant tasks to use to get execute Gradle tasks.
\--- org.jacoco:org.jacoco.ant:0.8.8
     +--- org.jacoco:org.jacoco.core:0.8.8
     |    +--- org.ow2.asm:asm:9.2
     |    +--- org.ow2.asm:asm-commons:9.2
     |    |    +--- org.ow2.asm:asm:9.2
     |    |    +--- org.ow2.asm:asm-tree:9.2
     |    |    |    \--- org.ow2.asm:asm:9.2
     |    |    \--- org.ow2.asm:asm-analysis:9.2
     |    |         \--- org.ow2.asm:asm-tree:9.2 (*)
     |    \--- org.ow2.asm:asm-tree:9.2 (*)
     +--- org.jacoco:org.jacoco.report:0.8.8
     |    \--- org.jacoco:org.jacoco.core:0.8.8 (*)
     \--- org.jacoco:org.jacoco.agent:0.8.8
(*) - dependencies omitted (listed previously)
A web-based, searchable dependency report is available by adding the --scan option.
> Task :source:javalayers:resourceproviderlayer:printAllDependencies
+--- project :source:javalayers:businesslogiclayer
+--- javax.inject:javax.inject:1
+--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT
|    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0
|    |    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (c)
|    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (c)
|    |    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (c)
|    |    |         \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0 (c)
|    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    +--- org.apache.commons:commons-lang3:3.12.0
|    +--- org.apache.commons:commons-text:1.10.0
|    |    \--- org.apache.commons:commons-lang3:3.12.0
|    +--- commons-codec:commons-codec:1.15
|    +--- commons-io:commons-io:2.11.0
|    +--- com.google.guava:guava:32.1.1-jre
|    |    +--- com.google.guava:guava-parent:32.1.1-jre
|    |    |    +--- com.google.code.findbugs:jsr305:3.0.2 (c)
|    |    |    +--- org.checkerframework:checker-qual:3.33.0 (c)
|    |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0 (c)
|    |    |    \--- com.google.j2objc:j2objc-annotations:2.8 (c)
|    |    +--- com.google.guava:failureaccess:1.0.1
|    |    +--- com.google.code.findbugs:jsr305 -> 3.0.2
|    |    +--- org.checkerframework:checker-qual -> 3.33.0
|    |    +--- com.google.errorprone:error_prone_annotations -> 2.18.0
|    |    \--- com.google.j2objc:j2objc-annotations -> 2.8
|    +--- org.slf4j:slf4j-api:2.0.9
|    +--- org.slf4j:jcl-over-slf4j:2.0.9
|    |    \--- org.slf4j:slf4j-api:2.0.9
|    +--- com.google.code.findbugs:jsr305:3.0.2
|    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
+--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    +--- com.ibm.icu:icu4j:72.1
|    |    \--- commons-net:commons-net:3.9.0
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.1.2.2
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
\--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT
     +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
     +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
     +--- org.apache.httpcomponents:httpcore:4.4.13
     +--- com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20211018.2
     |    \--- com.google.guava:guava:30.1-jre -> 32.1.1-jre (*)
     +--- org.springframework:spring-messaging:6.1.1
     |    +--- org.springframework:spring-beans:6.1.1
     |    |    \--- org.springframework:spring-core:6.1.1
     |    |         \--- org.springframework:spring-jcl:6.1.1
     |    \--- org.springframework:spring-core:6.1.1 (*)
     +--- org.simplejavamail:simple-java-mail:6.6.1
     |    +--- org.simplejavamail:core-module:6.6.1
     |    |    +--- com.sun.mail:jakarta.mail:1.6.5
     |    |    +--- jakarta.xml.bind:jakarta.xml.bind-api:2.3.2
     |    |    |    \--- jakarta.activation:jakarta.activation-api:1.2.1
     |    |    +--- jakarta.annotation:jakarta.annotation-api:1.3.5 -> 2.1.1
     |    |    +--- com.github.bbottema:emailaddress-rfc2822:2.2.0
     |    |    |    +--- com.sun.mail:jakarta.mail:[1.6.3,1.9.9) -> 1.6.5
     |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
     |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
     |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
     \--- org.apache.commons:commons-collections4:4.4
compileOnly - Compile only dependencies for source set 'main'. (n)
No dependencies
coverageDataElementsForTest - Binary data file containing results of Jacoco test coverage reporting for the test Test Suite's test target. (n)
No dependencies
default - Configuration for default artifacts. (n)
No dependencies
implementation - Implementation only dependencies for source set 'main'. (n)
+--- project businesslogiclayer (n)
+--- javax.inject:javax.inject:1 (n)
+--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (n)
+--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT (n)
\--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT (n)
jacocoAgent - The Jacoco agent to use to get coverage data.
\--- org.jacoco:org.jacoco.agent:0.8.8
jacocoAnt - The Jacoco ant tasks to use to get execute Gradle tasks.
\--- org.jacoco:org.jacoco.ant:0.8.8
     +--- org.jacoco:org.jacoco.core:0.8.8
     |    +--- org.ow2.asm:asm:9.2
     |    +--- org.ow2.asm:asm-commons:9.2
     |    |    +--- org.ow2.asm:asm:9.2
     |    |    +--- org.ow2.asm:asm-tree:9.2
     |    |    |    \--- org.ow2.asm:asm:9.2
     |    |    \--- org.ow2.asm:asm-analysis:9.2
     |    |         \--- org.ow2.asm:asm-tree:9.2 (*)
     |    \--- org.ow2.asm:asm-tree:9.2 (*)
     +--- org.jacoco:org.jacoco.report:0.8.8
     |    \--- org.jacoco:org.jacoco.core:0.8.8 (*)
     \--- org.jacoco:org.jacoco.agent:0.8.8
mainSourceElements - List of source directories contained in the Main SourceSet. (n)
No dependencies
runtimeClasspath - Runtime classpath of source set 'main'.
+--- project :source:javalayers:businesslogiclayer
|    +--- org.slf4j:slf4j-api:2.0.9
|    +--- javax.inject:javax.inject:1
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0
|    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0
|    |    |    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (c)
|    |    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (c)
|    |    |    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (c)
|    |    |    |         \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0 (c)
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0
|    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (*)
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    |    +--- org.apache.commons:commons-lang3:3.12.0
|    |    +--- org.apache.commons:commons-text:1.10.0
|    |    |    \--- org.apache.commons:commons-lang3:3.12.0
|    |    +--- commons-codec:commons-codec:1.15
|    |    +--- commons-io:commons-io:2.11.0
|    |    +--- com.google.guava:guava:32.1.1-jre
|    |    |    +--- com.google.guava:guava-parent:32.1.1-jre
|    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.2 (c)
|    |    |    |    +--- org.checkerframework:checker-qual:3.33.0 (c)
|    |    |    |    \--- com.google.errorprone:error_prone_annotations:2.18.0 (c)
|    |    |    +--- com.google.guava:failureaccess:1.0.1
|    |    |    +--- com.google.code.findbugs:jsr305 -> 3.0.2
|    |    |    +--- org.checkerframework:checker-qual -> 3.33.0
|    |    |    \--- com.google.errorprone:error_prone_annotations -> 2.18.0
|    |    +--- org.slf4j:slf4j-api:2.0.9
|    |    +--- org.slf4j:jcl-over-slf4j:2.0.9
|    |    |    \--- org.slf4j:slf4j-api:2.0.9
|    |    +--- com.google.code.findbugs:jsr305:3.0.2
|    |    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2
|    |    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    |    +--- com.ibm.icu:icu4j:72.1
|    |    |    \--- commons-net:commons-net:3.9.0
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.1.2.2
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT
|    |    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    \--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT
|         +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|         +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|         +--- org.apache.httpcomponents:httpcore:4.4.13
|         +--- com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20211018.2
|         |    \--- com.google.guava:guava:30.1-jre -> 32.1.1-jre (*)
|         +--- org.springframework:spring-messaging:6.1.1
|         |    +--- org.springframework:spring-beans:6.1.1
|         |    |    \--- org.springframework:spring-core:6.1.1
|         |    |         \--- org.springframework:spring-jcl:6.1.1
|         |    \--- org.springframework:spring-core:6.1.1 (*)
|         +--- org.simplejavamail:simple-java-mail:6.6.1
|         |    +--- org.simplejavamail:core-module:6.6.1
|         |    |    +--- com.sun.mail:jakarta.mail:1.6.5
|         |    |    +--- jakarta.xml.bind:jakarta.xml.bind-api:2.3.2
|         |    |    |    \--- jakarta.activation:jakarta.activation-api:1.2.1
|         |    |    +--- jakarta.annotation:jakarta.annotation-api:1.3.5 -> 2.1.1
|         |    |    +--- com.github.bbottema:emailaddress-rfc2822:2.2.0
|         |    |    |    +--- com.sun.mail:jakarta.mail:[1.6.3,1.9.9) -> 1.6.5
|         |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|         |    |    +--- com.github.bbottema:jetbrains-runtime-annotations:1.0.0
|         |    |    |    \--- org.slf4j:slf4j-api:1.7.21 -> 2.0.9
|         |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|         |    +--- com.github.bbottema:jetbrains-runtime-annotations:1.0.0 (*)
|         |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|         \--- org.apache.commons:commons-collections4:4.4
+--- javax.inject:javax.inject:1
+--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT (*)
\--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT (*)
runtimeElements - Elements of runtime for main. (n)
No dependencies
runtimeOnly - Runtime only dependencies for source set 'main'. (n)
No dependencies
testAnnotationProcessor - Annotation processors and their dependencies for source set 'test'.
No dependencies
testCompileClasspath - Compile classpath for source set 'test'.
+--- project :source:javalayers:businesslogiclayer
+--- javax.inject:javax.inject:1
+--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT
|    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0
|    |    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (c)
|    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (c)
|    |    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (c)
|    |    |         \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0 (c)
|    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    +--- org.apache.commons:commons-lang3:3.12.0
|    +--- org.apache.commons:commons-text:1.10.0
|    |    \--- org.apache.commons:commons-lang3:3.12.0
|    +--- commons-codec:commons-codec:1.15
|    +--- commons-io:commons-io:2.11.0
|    +--- com.google.guava:guava:32.1.1-jre
|    |    +--- com.google.guava:guava-parent:32.1.1-jre
|    |    |    +--- com.google.code.findbugs:jsr305:3.0.2 (c)
|    |    |    +--- org.checkerframework:checker-qual:3.33.0 (c)
|    |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0 (c)
|    |    |    +--- com.google.j2objc:j2objc-annotations:2.8 (c)
|    |    |    +--- junit:junit:4.13.2 (c)
|    |    |    \--- org.mockito:mockito-core:4.11.0 (c)
|    |    +--- com.google.guava:failureaccess:1.0.1
|    |    +--- com.google.code.findbugs:jsr305 -> 3.0.2
|    |    +--- org.checkerframework:checker-qual -> 3.33.0
|    |    +--- com.google.errorprone:error_prone_annotations -> 2.18.0
|    |    \--- com.google.j2objc:j2objc-annotations -> 2.8
|    +--- org.slf4j:slf4j-api:2.0.9
|    +--- org.slf4j:jcl-over-slf4j:2.0.9
|    |    \--- org.slf4j:slf4j-api:2.0.9
|    +--- com.google.code.findbugs:jsr305:3.0.2
|    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
+--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    +--- com.ibm.icu:icu4j:72.1
|    |    \--- commons-net:commons-net:3.9.0
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.1.2.2
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
+--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    +--- org.apache.httpcomponents:httpcore:4.4.13
|    +--- com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20211018.2
|    |    \--- com.google.guava:guava:30.1-jre -> 32.1.1-jre (*)
|    +--- org.springframework:spring-messaging:6.1.1
|    |    +--- org.springframework:spring-beans:6.1.1
|    |    |    \--- org.springframework:spring-core:6.1.1
|    |    |         \--- org.springframework:spring-jcl:6.1.1
|    |    \--- org.springframework:spring-core:6.1.1 (*)
|    +--- org.simplejavamail:simple-java-mail:6.6.1
|    |    +--- org.simplejavamail:core-module:6.6.1
|    |    |    +--- com.sun.mail:jakarta.mail:1.6.5
|    |    |    +--- jakarta.xml.bind:jakarta.xml.bind-api:2.3.2
|    |    |    |    \--- jakarta.activation:jakarta.activation-api:1.2.1
|    |    |    +--- jakarta.annotation:jakarta.annotation-api:1.3.5 -> 2.1.1
|    |    |    +--- com.github.bbottema:emailaddress-rfc2822:2.2.0
|    |    |    |    +--- com.sun.mail:jakarta.mail:[1.6.3,1.9.9) -> 1.6.5
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    \--- org.apache.commons:commons-collections4:4.4
+--- junit:junit:4.13.2
|    \--- org.hamcrest:hamcrest-core:1.3
\--- org.mockito:mockito-core:4.8.0 -> 4.11.0
     +--- net.bytebuddy:byte-buddy:1.12.19
     \--- net.bytebuddy:byte-buddy-agent:1.12.19
testCompileOnly - Compile only dependencies for source set 'test'. (n)
No dependencies
testImplementation - Implementation only dependencies for source set 'test'. (n)
+--- junit:junit:4.13.2 (n)
\--- org.mockito:mockito-core:4.8.0 (n)
testResultsElementsForTest - Directory containing binary results of running tests for the test Test Suite's test target. (n)
No dependencies
testRuntimeClasspath - Runtime classpath of source set 'test'.
+--- project :source:javalayers:businesslogiclayer
|    +--- org.slf4j:slf4j-api:2.0.9
|    +--- javax.inject:javax.inject:1
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0
|    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0
|    |    |    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (c)
|    |    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (c)
|    |    |    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (c)
|    |    |    |         \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0 (c)
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0
|    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (*)
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    |    +--- org.apache.commons:commons-lang3:3.12.0
|    |    +--- org.apache.commons:commons-text:1.10.0
|    |    |    \--- org.apache.commons:commons-lang3:3.12.0
|    |    +--- commons-codec:commons-codec:1.15
|    |    +--- commons-io:commons-io:2.11.0
|    |    +--- com.google.guava:guava:32.1.1-jre
|    |    |    +--- com.google.guava:guava-parent:32.1.1-jre
|    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.2 (c)
|    |    |    |    +--- org.checkerframework:checker-qual:3.33.0 (c)
|    |    |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0 (c)
|    |    |    |    +--- junit:junit:4.13.2 (c)
|    |    |    |    \--- org.mockito:mockito-core:4.11.0 (c)
|    |    |    +--- com.google.guava:failureaccess:1.0.1
|    |    |    +--- com.google.code.findbugs:jsr305 -> 3.0.2
|    |    |    +--- org.checkerframework:checker-qual -> 3.33.0
|    |    |    \--- com.google.errorprone:error_prone_annotations -> 2.18.0
|    |    +--- org.slf4j:slf4j-api:2.0.9
|    |    +--- org.slf4j:jcl-over-slf4j:2.0.9
|    |    |    \--- org.slf4j:slf4j-api:2.0.9
|    |    +--- com.google.code.findbugs:jsr305:3.0.2
|    |    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2
|    |    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    |    +--- com.ibm.icu:icu4j:72.1
|    |    |    \--- commons-net:commons-net:3.9.0
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.1.2.2
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT
|    |    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    \--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT
|         +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|         +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|         +--- org.apache.httpcomponents:httpcore:4.4.13
|         +--- com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20211018.2
|         |    \--- com.google.guava:guava:30.1-jre -> 32.1.1-jre (*)
|         +--- org.springframework:spring-messaging:6.1.1
|         |    +--- org.springframework:spring-beans:6.1.1
|         |    |    \--- org.springframework:spring-core:6.1.1
|         |    |         \--- org.springframework:spring-jcl:6.1.1
|         |    \--- org.springframework:spring-core:6.1.1 (*)
|         +--- org.simplejavamail:simple-java-mail:6.6.1
|         |    +--- org.simplejavamail:core-module:6.6.1
|         |    |    +--- com.sun.mail:jakarta.mail:1.6.5
|         |    |    +--- jakarta.xml.bind:jakarta.xml.bind-api:2.3.2
|         |    |    |    \--- jakarta.activation:jakarta.activation-api:1.2.1
|         |    |    +--- jakarta.annotation:jakarta.annotation-api:1.3.5 -> 2.1.1
|         |    |    +--- com.github.bbottema:emailaddress-rfc2822:2.2.0
|         |    |    |    +--- com.sun.mail:jakarta.mail:[1.6.3,1.9.9) -> 1.6.5
|         |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|         |    |    +--- com.github.bbottema:jetbrains-runtime-annotations:1.0.0
|         |    |    |    \--- org.slf4j:slf4j-api:1.7.21 -> 2.0.9
|         |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|         |    +--- com.github.bbottema:jetbrains-runtime-annotations:1.0.0 (*)
|         |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|         \--- org.apache.commons:commons-collections4:4.4
+--- javax.inject:javax.inject:1
+--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT (*)
+--- junit:junit:4.13.2
|    \--- org.hamcrest:hamcrest-core:1.3
\--- org.mockito:mockito-core:4.8.0 -> 4.11.0
     +--- net.bytebuddy:byte-buddy:1.12.19
     +--- net.bytebuddy:byte-buddy-agent:1.12.19
     \--- org.objenesis:objenesis:3.3
testRuntimeOnly - Runtime only dependencies for source set 'test'. (n)
No dependencies
(c) - dependency constraint
(*) - dependencies omitted (listed previously)
(n) - Not resolved (configuration is not meant to be resolved)
A web-based, searchable dependency report is available by adding the --scan option.
> Task :source:javalayers:toplayers:springboottoplayers:quickexampleserver:printAllDependencies
------------------------------------------------------------
Project ':source:javalayers:toplayers:springboottoplayers:quickexampleserver'
------------------------------------------------------------
annotationProcessor - Annotation processors and their dependencies for source set 'main'.
No dependencies
apiElements - API elements for main. (n)
No dependencies
archives - Configuration for archive artifacts. (n)
No dependencies
bootArchives - Configuration for Spring Boot archive artifacts. (n)
No dependencies
compileClasspath - Compile classpath for source set 'main'.
+--- project :source:javalayers:resourceproviderlayer
+--- project :source:javalayers:businesslogiclayer
+--- org.springframework.boot:spring-boot-starter-web:3.2.0
|    +--- org.springframework.boot:spring-boot-starter:3.2.0
|    |    +--- org.springframework.boot:spring-boot:3.2.0
|    |    |    +--- org.springframework:spring-core:6.1.1
|    |    |    |    \--- org.springframework:spring-jcl:6.1.1
|    |    |    \--- org.springframework:spring-context:6.1.1
|    |    |         +--- org.springframework:spring-aop:6.1.1
|    |    |         |    +--- org.springframework:spring-beans:6.1.1
|    |    |         |    |    \--- org.springframework:spring-core:6.1.1 (*)
|    |    |         |    \--- org.springframework:spring-core:6.1.1 (*)
|    |    |         +--- org.springframework:spring-beans:6.1.1 (*)
|    |    |         +--- org.springframework:spring-core:6.1.1 (*)
|    |    |         +--- org.springframework:spring-expression:6.1.1
|    |    |         |    \--- org.springframework:spring-core:6.1.1 (*)
|    |    |         \--- io.micrometer:micrometer-observation:1.12.0
|    |    |              \--- io.micrometer:micrometer-commons:1.12.0
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:3.2.0
|    |    |    \--- org.springframework.boot:spring-boot:3.2.0 (*)
|    |    +--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    |    +--- org.springframework:spring-core:6.1.1 (*)
|    |    \--- org.yaml:snakeyaml:2.2
|    +--- org.springframework.boot:spring-boot-starter-json:3.2.0
|    |    +--- org.springframework.boot:spring-boot-starter:3.2.0 (*)
|    |    +--- org.springframework:spring-web:6.1.1
|    |    |    +--- org.springframework:spring-beans:6.1.1 (*)
|    |    |    +--- org.springframework:spring-core:6.1.1 (*)
|    |    |    \--- io.micrometer:micrometer-observation:1.12.0 (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.15.3 -> 2.16.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0
|    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0
|    |    |    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (c)
|    |    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (c)
|    |    |    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (c)
|    |    |    |         +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.0 (c)
|    |    |    |         +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0 (c)
|    |    |    |         \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.16.0 (c)
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0
|    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.3 -> 2.16.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.3 -> 2.16.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.15.3 -> 2.16.0
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    |         \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:3.2.0
|    |    +--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:10.1.16
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:10.1.16
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:10.1.16
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:10.1.16
|    +--- org.springframework:spring-web:6.1.1 (*)
|    \--- org.springframework:spring-webmvc:6.1.1
|         +--- org.springframework:spring-aop:6.1.1 (*)
|         +--- org.springframework:spring-beans:6.1.1 (*)
|         +--- org.springframework:spring-context:6.1.1 (*)
|         +--- org.springframework:spring-core:6.1.1 (*)
|         +--- org.springframework:spring-expression:6.1.1 (*)
|         \--- org.springframework:spring-web:6.1.1 (*)
+--- org.springframework.boot:spring-boot-starter-actuator:3.2.0
|    +--- org.springframework.boot:spring-boot-starter:3.2.0 (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:3.2.0
|    |    +--- org.springframework.boot:spring-boot-actuator:3.2.0
|    |    |    \--- org.springframework.boot:spring-boot:3.2.0 (*)
|    |    +--- org.springframework.boot:spring-boot:3.2.0 (*)
|    |    \--- org.springframework.boot:spring-boot-autoconfigure:3.2.0 (*)
|    +--- io.micrometer:micrometer-observation:1.12.0 (*)
|    \--- io.micrometer:micrometer-jakarta9:1.12.0
|         +--- io.micrometer:micrometer-core:1.12.0
|         |    +--- io.micrometer:micrometer-commons:1.12.0
|         |    \--- io.micrometer:micrometer-observation:1.12.0 (*)
|         +--- io.micrometer:micrometer-commons:1.12.0
|         \--- io.micrometer:micrometer-observation:1.12.0 (*)
+--- org.springframework.boot:spring-boot-starter-security:3.2.0
|    +--- org.springframework.boot:spring-boot-starter:3.2.0 (*)
|    +--- org.springframework:spring-aop:6.1.1 (*)
|    +--- org.springframework.security:spring-security-config:6.2.0
|    |    +--- org.springframework.security:spring-security-core:6.2.0
|    |    |    +--- org.springframework.security:spring-security-crypto:6.2.0
|    |    |    +--- org.springframework:spring-aop:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-beans:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-context:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-core:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-expression:6.1.0 -> 6.1.1 (*)
|    |    |    \--- io.micrometer:micrometer-observation:1.12.0 (*)
|    |    +--- org.springframework:spring-aop:6.1.0 -> 6.1.1 (*)
|    |    +--- org.springframework:spring-beans:6.1.0 -> 6.1.1 (*)
|    |    +--- org.springframework:spring-context:6.1.0 -> 6.1.1 (*)
|    |    \--- org.springframework:spring-core:6.1.0 -> 6.1.1 (*)
|    \--- org.springframework.security:spring-security-web:6.2.0
|         +--- org.springframework.security:spring-security-core:6.2.0 (*)
|         +--- org.springframework:spring-core:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-aop:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-beans:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-context:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-expression:6.1.0 -> 6.1.1 (*)
|         \--- org.springframework:spring-web:6.1.0 -> 6.1.1 (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT
|    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0 (*)
|    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    +--- org.apache.commons:commons-lang3:3.12.0 -> 3.14.0
|    +--- org.apache.commons:commons-text:1.10.0
|    |    \--- org.apache.commons:commons-lang3:3.12.0 -> 3.14.0
|    +--- commons-codec:commons-codec:1.15
|    +--- commons-io:commons-io:2.11.0
|    +--- com.google.guava:guava:32.1.1-jre
|    |    +--- com.google.guava:guava-parent:32.1.1-jre
|    |    |    +--- com.google.code.findbugs:jsr305:3.0.2 (c)
|    |    |    +--- org.checkerframework:checker-qual:3.33.0 (c)
|    |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0 (c)
|    |    |    +--- com.google.j2objc:j2objc-annotations:2.8 (c)
|    |    |    \--- junit:junit:4.13.2 (c)
|    |    +--- com.google.guava:failureaccess:1.0.1
|    |    +--- com.google.code.findbugs:jsr305 -> 3.0.2
|    |    +--- org.checkerframework:checker-qual -> 3.33.0
|    |    +--- com.google.errorprone:error_prone_annotations -> 2.18.0
|    |    \--- com.google.j2objc:j2objc-annotations -> 2.8
|    +--- org.slf4j:slf4j-api:2.0.9
|    +--- org.slf4j:jcl-over-slf4j:2.0.9
|    |    \--- org.slf4j:slf4j-api:2.0.9
|    +--- com.google.code.findbugs:jsr305:3.0.2
|    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
+--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    +--- com.ibm.icu:icu4j:72.1
|    |    \--- commons-net:commons-net:3.9.0
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.1.2.2
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
+--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    +--- org.apache.httpcomponents:httpcore:4.4.13
|    +--- com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20211018.2
|    |    \--- com.google.guava:guava:30.1-jre -> 32.1.1-jre (*)
|    +--- org.springframework:spring-messaging:6.1.1
|    |    +--- org.springframework:spring-beans:6.1.1 (*)
|    |    \--- org.springframework:spring-core:6.1.1 (*)
|    +--- org.simplejavamail:simple-java-mail:6.6.1
|    |    +--- org.simplejavamail:core-module:6.6.1
|    |    |    +--- com.sun.mail:jakarta.mail:1.6.5
|    |    |    +--- jakarta.xml.bind:jakarta.xml.bind-api:2.3.2
|    |    |    |    \--- jakarta.activation:jakarta.activation-api:1.2.1
|    |    |    +--- jakarta.annotation:jakarta.annotation-api:1.3.5 -> 2.1.1
|    |    |    +--- com.github.bbottema:emailaddress-rfc2822:2.2.0
|    |    |    |    +--- com.sun.mail:jakarta.mail:[1.6.3,1.9.9) -> 1.6.5
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    \--- org.apache.commons:commons-collections4:4.4
+--- ca.uhn.hapi.fhir:hapi-fhir-spring-boot-autoconfigure:6.11.7-SNAPSHOT
|    \--- org.springframework.boot:spring-boot-autoconfigure:3.2.0 (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-jaxrsserver-base:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-client:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- org.apache.httpcomponents:httpclient:4.5.13
|    |    |    +--- org.apache.httpcomponents:httpcore:4.4.13
|    |    |    \--- commons-codec:commons-codec:1.11 -> 1.15
|    |    \--- org.apache.httpcomponents:httpcore:4.4.13
|    +--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-dstu2:6.11.7-SNAPSHOT
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-hl7org-dstu2:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    \--- ca.uhn.hapi.fhir:org.hl7.fhir.dstu2:6.1.2.2
|    |         +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |         \--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-dstu2.1:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.dstu2016may:6.1.2.2
|    |    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    |    \--- org.ogce:xpp3:1.1.6
|    |    |         +--- junit:junit:4.7 -> 4.13.2
|    |    |         |    \--- org.hamcrest:hamcrest-core:1.3
|    |    |         \--- jakarta-regexp:jakarta-regexp:1.4
|    |    \--- commons-codec:commons-codec:1.15
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.dstu3:6.1.2.2
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT (*)
|    +--- jakarta.ejb:jakarta.ejb-api:4.0.1
|    |    \--- jakarta.transaction:jakarta.transaction-api:2.0.0
|    +--- jakarta.servlet:jakarta.servlet-api:6.0.0
|    +--- jakarta.ws.rs:jakarta.ws.rs-api:3.1.0
|    +--- jakarta.interceptor:jakarta.interceptor-api:2.1.0
|    |    \--- jakarta.annotation:jakarta.annotation-api:2.1.0 -> 2.1.1
|    \--- org.springframework:spring-context:6.1.1 (*)
+--- org.apache.commons:commons-lang3:3.14.0
\--- org.slf4j:slf4j-simple:2.0.9
     \--- org.slf4j:slf4j-api:2.0.9
compileOnly - Compile only dependencies for source set 'main'. (n)
No dependencies
coverageDataElementsForTest - Binary data file containing results of Jacoco test coverage reporting for the test Test Suite's test target. (n)
No dependencies
default - Configuration for default artifacts. (n)
No dependencies
developmentOnly - Configuration for development-only dependencies such as Spring Boot's DevTools.
No dependencies
implementation - Implementation only dependencies for source set 'main'. (n)
+--- project resourceproviderlayer (n)
+--- project businesslogiclayer (n)
+--- org.springframework.boot:spring-boot-starter-web:3.2.0 (n)
+--- org.springframework.boot:spring-boot-starter-actuator:3.2.0 (n)
+--- org.springframework.boot:spring-boot-starter-security:3.2.0 (n)
+--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (n)
+--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT (n)
+--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT (n)
+--- ca.uhn.hapi.fhir:hapi-fhir-spring-boot-autoconfigure:6.11.7-SNAPSHOT (n)
+--- ca.uhn.hapi.fhir:hapi-fhir-jaxrsserver-base:6.11.7-SNAPSHOT (n)
+--- org.apache.commons:commons-lang3:3.14.0 (n)
\--- org.slf4j:slf4j-simple:2.0.9 (n)
jacocoAgent - The Jacoco agent to use to get coverage data.
\--- org.jacoco:org.jacoco.agent:0.8.8
jacocoAnt - The Jacoco ant tasks to use to get execute Gradle tasks.
\--- org.jacoco:org.jacoco.ant:0.8.8
     +--- org.jacoco:org.jacoco.core:0.8.8
     |    +--- org.ow2.asm:asm:9.2
     |    +--- org.ow2.asm:asm-commons:9.2
     |    |    +--- org.ow2.asm:asm:9.2
     |    |    +--- org.ow2.asm:asm-tree:9.2
     |    |    |    \--- org.ow2.asm:asm:9.2
     |    |    \--- org.ow2.asm:asm-analysis:9.2
     |    |         \--- org.ow2.asm:asm-tree:9.2 (*)
     |    \--- org.ow2.asm:asm-tree:9.2 (*)
     +--- org.jacoco:org.jacoco.report:0.8.8
     |    \--- org.jacoco:org.jacoco.core:0.8.8 (*)
     \--- org.jacoco:org.jacoco.agent:0.8.8
mainSourceElements - List of source directories contained in the Main SourceSet. (n)
No dependencies
productionRuntimeClasspath
+--- project :source:javalayers:resourceproviderlayer
|    +--- project :source:javalayers:businesslogiclayer
|    |    +--- org.slf4j:slf4j-api:2.0.9
|    |    +--- javax.inject:javax.inject:1
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0
|    |    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0
|    |    |    |    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (c)
|    |    |    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (c)
|    |    |    |    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (c)
|    |    |    |    |         +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.0 (c)
|    |    |    |    |         +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0 (c)
|    |    |    |    |         \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.16.0 (c)
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0
|    |    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (*)
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    |    |    +--- org.apache.commons:commons-lang3:3.12.0 -> 3.14.0
|    |    |    +--- org.apache.commons:commons-text:1.10.0
|    |    |    |    \--- org.apache.commons:commons-lang3:3.12.0 -> 3.14.0
|    |    |    +--- commons-codec:commons-codec:1.15
|    |    |    +--- commons-io:commons-io:2.11.0
|    |    |    +--- com.google.guava:guava:32.1.1-jre
|    |    |    |    +--- com.google.guava:guava-parent:32.1.1-jre
|    |    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.2 (c)
|    |    |    |    |    +--- org.checkerframework:checker-qual:3.33.0 (c)
|    |    |    |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0 (c)
|    |    |    |    |    \--- junit:junit:4.13.2 (c)
|    |    |    |    +--- com.google.guava:failureaccess:1.0.1
|    |    |    |    +--- com.google.code.findbugs:jsr305 -> 3.0.2
|    |    |    |    +--- org.checkerframework:checker-qual -> 3.33.0
|    |    |    |    \--- com.google.errorprone:error_prone_annotations -> 2.18.0
|    |    |    +--- org.slf4j:slf4j-api:2.0.9
|    |    |    +--- org.slf4j:jcl-over-slf4j:2.0.9
|    |    |    |    \--- org.slf4j:slf4j-api:2.0.9
|    |    |    +--- com.google.code.findbugs:jsr305:3.0.2
|    |    |    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT
|    |    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2
|    |    |    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    |    |    +--- com.ibm.icu:icu4j:72.1
|    |    |    |    \--- commons-net:commons-net:3.9.0
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.1.2.2
|    |    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    |    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    |    +--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT
|    |    |    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    |    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT
|    |         +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |         +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |         +--- org.apache.httpcomponents:httpcore:4.4.13
|    |         +--- com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20211018.2
|    |         |    \--- com.google.guava:guava:30.1-jre -> 32.1.1-jre (*)
|    |         +--- org.springframework:spring-messaging:6.1.1
|    |         |    +--- org.springframework:spring-beans:6.1.1
|    |         |    |    \--- org.springframework:spring-core:6.1.1
|    |         |    |         \--- org.springframework:spring-jcl:6.1.1
|    |         |    \--- org.springframework:spring-core:6.1.1 (*)
|    |         +--- org.simplejavamail:simple-java-mail:6.6.1
|    |         |    +--- org.simplejavamail:core-module:6.6.1
|    |         |    |    +--- com.sun.mail:jakarta.mail:1.6.5
|    |         |    |    +--- jakarta.xml.bind:jakarta.xml.bind-api:2.3.2
|    |         |    |    |    \--- jakarta.activation:jakarta.activation-api:1.2.1
|    |         |    |    +--- jakarta.annotation:jakarta.annotation-api:1.3.5 -> 2.1.1
|    |         |    |    +--- com.github.bbottema:emailaddress-rfc2822:2.2.0
|    |         |    |    |    +--- com.sun.mail:jakarta.mail:[1.6.3,1.9.9) -> 1.6.5
|    |         |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |         |    |    +--- com.github.bbottema:jetbrains-runtime-annotations:1.0.0
|    |         |    |    |    \--- org.slf4j:slf4j-api:1.7.21 -> 2.0.9
|    |         |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |         |    +--- com.github.bbottema:jetbrains-runtime-annotations:1.0.0 (*)
|    |         |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |         \--- org.apache.commons:commons-collections4:4.4
|    +--- javax.inject:javax.inject:1
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT (*)
|    \--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT (*)
+--- project :source:javalayers:businesslogiclayer (*)
+--- org.springframework.boot:spring-boot-starter-web:3.2.0
|    +--- org.springframework.boot:spring-boot-starter:3.2.0
|    |    +--- org.springframework.boot:spring-boot:3.2.0
|    |    |    +--- org.springframework:spring-core:6.1.1 (*)
|    |    |    \--- org.springframework:spring-context:6.1.1
|    |    |         +--- org.springframework:spring-aop:6.1.1
|    |    |         |    +--- org.springframework:spring-beans:6.1.1 (*)
|    |    |         |    \--- org.springframework:spring-core:6.1.1 (*)
|    |    |         +--- org.springframework:spring-beans:6.1.1 (*)
|    |    |         +--- org.springframework:spring-core:6.1.1 (*)
|    |    |         +--- org.springframework:spring-expression:6.1.1
|    |    |         |    \--- org.springframework:spring-core:6.1.1 (*)
|    |    |         \--- io.micrometer:micrometer-observation:1.12.0
|    |    |              \--- io.micrometer:micrometer-commons:1.12.0
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:3.2.0
|    |    |    \--- org.springframework.boot:spring-boot:3.2.0 (*)
|    |    +--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    |    +--- org.springframework:spring-core:6.1.1 (*)
|    |    \--- org.yaml:snakeyaml:2.2
|    +--- org.springframework.boot:spring-boot-starter-json:3.2.0
|    |    +--- org.springframework.boot:spring-boot-starter:3.2.0 (*)
|    |    +--- org.springframework:spring-web:6.1.1
|    |    |    +--- org.springframework:spring-beans:6.1.1 (*)
|    |    |    +--- org.springframework:spring-core:6.1.1 (*)
|    |    |    \--- io.micrometer:micrometer-observation:1.12.0 (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.15.3 -> 2.16.0 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.3 -> 2.16.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.3 -> 2.16.0 (*)
|    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.15.3 -> 2.16.0
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    |         \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:3.2.0
|    |    +--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:10.1.16
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:10.1.16
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:10.1.16
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:10.1.16
|    +--- org.springframework:spring-web:6.1.1 (*)
|    \--- org.springframework:spring-webmvc:6.1.1
|         +--- org.springframework:spring-aop:6.1.1 (*)
|         +--- org.springframework:spring-beans:6.1.1 (*)
|         +--- org.springframework:spring-context:6.1.1 (*)
|         +--- org.springframework:spring-core:6.1.1 (*)
|         +--- org.springframework:spring-expression:6.1.1 (*)
|         \--- org.springframework:spring-web:6.1.1 (*)
+--- org.springframework.boot:spring-boot-starter-actuator:3.2.0
|    +--- org.springframework.boot:spring-boot-starter:3.2.0 (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:3.2.0
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.15.3 -> 2.16.0 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.3 -> 2.16.0 (*)
|    |    +--- org.springframework.boot:spring-boot-actuator:3.2.0
|    |    |    \--- org.springframework.boot:spring-boot:3.2.0 (*)
|    |    +--- org.springframework.boot:spring-boot:3.2.0 (*)
|    |    \--- org.springframework.boot:spring-boot-autoconfigure:3.2.0 (*)
|    +--- io.micrometer:micrometer-observation:1.12.0 (*)
|    \--- io.micrometer:micrometer-jakarta9:1.12.0
|         +--- io.micrometer:micrometer-core:1.12.0
|         |    +--- io.micrometer:micrometer-commons:1.12.0
|         |    +--- io.micrometer:micrometer-observation:1.12.0 (*)
|         |    +--- org.hdrhistogram:HdrHistogram:2.1.12
|         |    \--- org.latencyutils:LatencyUtils:2.0.3
|         +--- io.micrometer:micrometer-commons:1.12.0
|         \--- io.micrometer:micrometer-observation:1.12.0 (*)
+--- org.springframework.boot:spring-boot-starter-security:3.2.0
|    +--- org.springframework.boot:spring-boot-starter:3.2.0 (*)
|    +--- org.springframework:spring-aop:6.1.1 (*)
|    +--- org.springframework.security:spring-security-config:6.2.0
|    |    +--- org.springframework.security:spring-security-core:6.2.0
|    |    |    +--- org.springframework.security:spring-security-crypto:6.2.0
|    |    |    +--- org.springframework:spring-aop:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-beans:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-context:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-core:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-expression:6.1.0 -> 6.1.1 (*)
|    |    |    \--- io.micrometer:micrometer-observation:1.12.0 (*)
|    |    +--- org.springframework:spring-aop:6.1.0 -> 6.1.1 (*)
|    |    +--- org.springframework:spring-beans:6.1.0 -> 6.1.1 (*)
|    |    +--- org.springframework:spring-context:6.1.0 -> 6.1.1 (*)
|    |    \--- org.springframework:spring-core:6.1.0 -> 6.1.1 (*)
|    \--- org.springframework.security:spring-security-web:6.2.0
|         +--- org.springframework.security:spring-security-core:6.2.0 (*)
|         +--- org.springframework:spring-core:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-aop:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-beans:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-context:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-expression:6.1.0 -> 6.1.1 (*)
|         \--- org.springframework:spring-web:6.1.0 -> 6.1.1 (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-spring-boot-autoconfigure:6.11.7-SNAPSHOT
|    \--- org.springframework.boot:spring-boot-autoconfigure:3.2.0 (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-jaxrsserver-base:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-client:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- org.apache.httpcomponents:httpclient:4.5.13
|    |    |    +--- org.apache.httpcomponents:httpcore:4.4.13
|    |    |    \--- commons-codec:commons-codec:1.11 -> 1.15
|    |    \--- org.apache.httpcomponents:httpcore:4.4.13
|    +--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-dstu2:6.11.7-SNAPSHOT
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-hl7org-dstu2:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    \--- ca.uhn.hapi.fhir:org.hl7.fhir.dstu2:6.1.2.2
|    |         +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |         \--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-dstu2.1:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.dstu2016may:6.1.2.2
|    |    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    |    \--- org.ogce:xpp3:1.1.6
|    |    |         +--- junit:junit:4.7 -> 4.13.2
|    |    |         |    \--- org.hamcrest:hamcrest-core:1.3
|    |    |         \--- jakarta-regexp:jakarta-regexp:1.4
|    |    \--- commons-codec:commons-codec:1.15
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.dstu3:6.1.2.2
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT (*)
|    +--- jakarta.ejb:jakarta.ejb-api:4.0.1
|    |    \--- jakarta.transaction:jakarta.transaction-api:2.0.0
|    +--- jakarta.servlet:jakarta.servlet-api:6.0.0
|    +--- jakarta.ws.rs:jakarta.ws.rs-api:3.1.0
|    +--- jakarta.interceptor:jakarta.interceptor-api:2.1.0
|    |    \--- jakarta.annotation:jakarta.annotation-api:2.1.0 -> 2.1.1
|    \--- org.springframework:spring-context:6.1.1 (*)
+--- org.apache.commons:commons-lang3:3.14.0
\--- org.slf4j:slf4j-simple:2.0.9
     \--- org.slf4j:slf4j-api:2.0.9
runtimeClasspath - Runtime classpath of source set 'main'.
+--- project :source:javalayers:resourceproviderlayer
|    +--- project :source:javalayers:businesslogiclayer
|    |    +--- org.slf4j:slf4j-api:2.0.9
|    |    +--- javax.inject:javax.inject:1
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0
|    |    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0
|    |    |    |    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (c)
|    |    |    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (c)
|    |    |    |    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (c)
|    |    |    |    |         +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.0 (c)
|    |    |    |    |         +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0 (c)
|    |    |    |    |         \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.16.0 (c)
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0
|    |    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (*)
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    |    |    +--- org.apache.commons:commons-lang3:3.12.0 -> 3.14.0
|    |    |    +--- org.apache.commons:commons-text:1.10.0
|    |    |    |    \--- org.apache.commons:commons-lang3:3.12.0 -> 3.14.0
|    |    |    +--- commons-codec:commons-codec:1.15
|    |    |    +--- commons-io:commons-io:2.11.0
|    |    |    +--- com.google.guava:guava:32.1.1-jre
|    |    |    |    +--- com.google.guava:guava-parent:32.1.1-jre
|    |    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.2 (c)
|    |    |    |    |    +--- org.checkerframework:checker-qual:3.33.0 (c)
|    |    |    |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0 (c)
|    |    |    |    |    \--- junit:junit:4.13.2 (c)
|    |    |    |    +--- com.google.guava:failureaccess:1.0.1
|    |    |    |    +--- com.google.code.findbugs:jsr305 -> 3.0.2
|    |    |    |    +--- org.checkerframework:checker-qual -> 3.33.0
|    |    |    |    \--- com.google.errorprone:error_prone_annotations -> 2.18.0
|    |    |    +--- org.slf4j:slf4j-api:2.0.9
|    |    |    +--- org.slf4j:jcl-over-slf4j:2.0.9
|    |    |    |    \--- org.slf4j:slf4j-api:2.0.9
|    |    |    +--- com.google.code.findbugs:jsr305:3.0.2
|    |    |    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT
|    |    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2
|    |    |    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    |    |    +--- com.ibm.icu:icu4j:72.1
|    |    |    |    \--- commons-net:commons-net:3.9.0
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.1.2.2
|    |    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    |    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    |    +--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT
|    |    |    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    |    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT
|    |         +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |         +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |         +--- org.apache.httpcomponents:httpcore:4.4.13
|    |         +--- com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20211018.2
|    |         |    \--- com.google.guava:guava:30.1-jre -> 32.1.1-jre (*)
|    |         +--- org.springframework:spring-messaging:6.1.1
|    |         |    +--- org.springframework:spring-beans:6.1.1
|    |         |    |    \--- org.springframework:spring-core:6.1.1
|    |         |    |         \--- org.springframework:spring-jcl:6.1.1
|    |         |    \--- org.springframework:spring-core:6.1.1 (*)
|    |         +--- org.simplejavamail:simple-java-mail:6.6.1
|    |         |    +--- org.simplejavamail:core-module:6.6.1
|    |         |    |    +--- com.sun.mail:jakarta.mail:1.6.5
|    |         |    |    +--- jakarta.xml.bind:jakarta.xml.bind-api:2.3.2
|    |         |    |    |    \--- jakarta.activation:jakarta.activation-api:1.2.1
|    |         |    |    +--- jakarta.annotation:jakarta.annotation-api:1.3.5 -> 2.1.1
|    |         |    |    +--- com.github.bbottema:emailaddress-rfc2822:2.2.0
|    |         |    |    |    +--- com.sun.mail:jakarta.mail:[1.6.3,1.9.9) -> 1.6.5
|    |         |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |         |    |    +--- com.github.bbottema:jetbrains-runtime-annotations:1.0.0
|    |         |    |    |    \--- org.slf4j:slf4j-api:1.7.21 -> 2.0.9
|    |         |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |         |    +--- com.github.bbottema:jetbrains-runtime-annotations:1.0.0 (*)
|    |         |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |         \--- org.apache.commons:commons-collections4:4.4
|    +--- javax.inject:javax.inject:1
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT (*)
|    \--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT (*)
+--- project :source:javalayers:businesslogiclayer (*)
+--- org.springframework.boot:spring-boot-starter-web:3.2.0
|    +--- org.springframework.boot:spring-boot-starter:3.2.0
|    |    +--- org.springframework.boot:spring-boot:3.2.0
|    |    |    +--- org.springframework:spring-core:6.1.1 (*)
|    |    |    \--- org.springframework:spring-context:6.1.1
|    |    |         +--- org.springframework:spring-aop:6.1.1
|    |    |         |    +--- org.springframework:spring-beans:6.1.1 (*)
|    |    |         |    \--- org.springframework:spring-core:6.1.1 (*)
|    |    |         +--- org.springframework:spring-beans:6.1.1 (*)
|    |    |         +--- org.springframework:spring-core:6.1.1 (*)
|    |    |         +--- org.springframework:spring-expression:6.1.1
|    |    |         |    \--- org.springframework:spring-core:6.1.1 (*)
|    |    |         \--- io.micrometer:micrometer-observation:1.12.0
|    |    |              \--- io.micrometer:micrometer-commons:1.12.0
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:3.2.0
|    |    |    \--- org.springframework.boot:spring-boot:3.2.0 (*)
|    |    +--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    |    +--- org.springframework:spring-core:6.1.1 (*)
|    |    \--- org.yaml:snakeyaml:2.2
|    +--- org.springframework.boot:spring-boot-starter-json:3.2.0
|    |    +--- org.springframework.boot:spring-boot-starter:3.2.0 (*)
|    |    +--- org.springframework:spring-web:6.1.1
|    |    |    +--- org.springframework:spring-beans:6.1.1 (*)
|    |    |    +--- org.springframework:spring-core:6.1.1 (*)
|    |    |    \--- io.micrometer:micrometer-observation:1.12.0 (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.15.3 -> 2.16.0 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.3 -> 2.16.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.3 -> 2.16.0 (*)
|    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.15.3 -> 2.16.0
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    |         \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:3.2.0
|    |    +--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:10.1.16
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:10.1.16
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:10.1.16
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:10.1.16
|    +--- org.springframework:spring-web:6.1.1 (*)
|    \--- org.springframework:spring-webmvc:6.1.1
|         +--- org.springframework:spring-aop:6.1.1 (*)
|         +--- org.springframework:spring-beans:6.1.1 (*)
|         +--- org.springframework:spring-context:6.1.1 (*)
|         +--- org.springframework:spring-core:6.1.1 (*)
|         +--- org.springframework:spring-expression:6.1.1 (*)
|         \--- org.springframework:spring-web:6.1.1 (*)
+--- org.springframework.boot:spring-boot-starter-actuator:3.2.0
|    +--- org.springframework.boot:spring-boot-starter:3.2.0 (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:3.2.0
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.15.3 -> 2.16.0 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.3 -> 2.16.0 (*)
|    |    +--- org.springframework.boot:spring-boot-actuator:3.2.0
|    |    |    \--- org.springframework.boot:spring-boot:3.2.0 (*)
|    |    +--- org.springframework.boot:spring-boot:3.2.0 (*)
|    |    \--- org.springframework.boot:spring-boot-autoconfigure:3.2.0 (*)
|    +--- io.micrometer:micrometer-observation:1.12.0 (*)
|    \--- io.micrometer:micrometer-jakarta9:1.12.0
|         +--- io.micrometer:micrometer-core:1.12.0
|         |    +--- io.micrometer:micrometer-commons:1.12.0
|         |    +--- io.micrometer:micrometer-observation:1.12.0 (*)
|         |    +--- org.hdrhistogram:HdrHistogram:2.1.12
|         |    \--- org.latencyutils:LatencyUtils:2.0.3
|         +--- io.micrometer:micrometer-commons:1.12.0
|         \--- io.micrometer:micrometer-observation:1.12.0 (*)
+--- org.springframework.boot:spring-boot-starter-security:3.2.0
|    +--- org.springframework.boot:spring-boot-starter:3.2.0 (*)
|    +--- org.springframework:spring-aop:6.1.1 (*)
|    +--- org.springframework.security:spring-security-config:6.2.0
|    |    +--- org.springframework.security:spring-security-core:6.2.0
|    |    |    +--- org.springframework.security:spring-security-crypto:6.2.0
|    |    |    +--- org.springframework:spring-aop:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-beans:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-context:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-core:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-expression:6.1.0 -> 6.1.1 (*)
|    |    |    \--- io.micrometer:micrometer-observation:1.12.0 (*)
|    |    +--- org.springframework:spring-aop:6.1.0 -> 6.1.1 (*)
|    |    +--- org.springframework:spring-beans:6.1.0 -> 6.1.1 (*)
|    |    +--- org.springframework:spring-context:6.1.0 -> 6.1.1 (*)
|    |    \--- org.springframework:spring-core:6.1.0 -> 6.1.1 (*)
|    \--- org.springframework.security:spring-security-web:6.2.0
|         +--- org.springframework.security:spring-security-core:6.2.0 (*)
|         +--- org.springframework:spring-core:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-aop:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-beans:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-context:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-expression:6.1.0 -> 6.1.1 (*)
|         \--- org.springframework:spring-web:6.1.0 -> 6.1.1 (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-spring-boot-autoconfigure:6.11.7-SNAPSHOT
|    \--- org.springframework.boot:spring-boot-autoconfigure:3.2.0 (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-jaxrsserver-base:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-client:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- org.apache.httpcomponents:httpclient:4.5.13
|    |    |    +--- org.apache.httpcomponents:httpcore:4.4.13
|    |    |    \--- commons-codec:commons-codec:1.11 -> 1.15
|    |    \--- org.apache.httpcomponents:httpcore:4.4.13
|    +--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-dstu2:6.11.7-SNAPSHOT
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-hl7org-dstu2:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    \--- ca.uhn.hapi.fhir:org.hl7.fhir.dstu2:6.1.2.2
|    |         +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |         \--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-dstu2.1:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.dstu2016may:6.1.2.2
|    |    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    |    \--- org.ogce:xpp3:1.1.6
|    |    |         +--- junit:junit:4.7 -> 4.13.2
|    |    |         |    \--- org.hamcrest:hamcrest-core:1.3
|    |    |         \--- jakarta-regexp:jakarta-regexp:1.4
|    |    \--- commons-codec:commons-codec:1.15
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.dstu3:6.1.2.2
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT (*)
|    +--- jakarta.ejb:jakarta.ejb-api:4.0.1
|    |    \--- jakarta.transaction:jakarta.transaction-api:2.0.0
|    +--- jakarta.servlet:jakarta.servlet-api:6.0.0
|    +--- jakarta.ws.rs:jakarta.ws.rs-api:3.1.0
|    +--- jakarta.interceptor:jakarta.interceptor-api:2.1.0
|    |    \--- jakarta.annotation:jakarta.annotation-api:2.1.0 -> 2.1.1
|    \--- org.springframework:spring-context:6.1.1 (*)
+--- org.apache.commons:commons-lang3:3.14.0
\--- org.slf4j:slf4j-simple:2.0.9
     \--- org.slf4j:slf4j-api:2.0.9
runtimeElements - Elements of runtime for main. (n)
No dependencies
runtimeOnly - Runtime only dependencies for source set 'main'. (n)
No dependencies
testAndDevelopmentOnly - Configuration for test and development-only dependencies such as Spring Boot's DevTools.
No dependencies
testAnnotationProcessor - Annotation processors and their dependencies for source set 'test'.
No dependencies
testCompileClasspath - Compile classpath for source set 'test'.
+--- project :source:javalayers:resourceproviderlayer
+--- project :source:javalayers:businesslogiclayer
+--- org.springframework.boot:spring-boot-starter-web:3.2.0
|    +--- org.springframework.boot:spring-boot-starter:3.2.0
|    |    +--- org.springframework.boot:spring-boot:3.2.0
|    |    |    +--- org.springframework:spring-core:6.1.1
|    |    |    |    \--- org.springframework:spring-jcl:6.1.1
|    |    |    \--- org.springframework:spring-context:6.1.1
|    |    |         +--- org.springframework:spring-aop:6.1.1
|    |    |         |    +--- org.springframework:spring-beans:6.1.1
|    |    |         |    |    \--- org.springframework:spring-core:6.1.1 (*)
|    |    |         |    \--- org.springframework:spring-core:6.1.1 (*)
|    |    |         +--- org.springframework:spring-beans:6.1.1 (*)
|    |    |         +--- org.springframework:spring-core:6.1.1 (*)
|    |    |         +--- org.springframework:spring-expression:6.1.1
|    |    |         |    \--- org.springframework:spring-core:6.1.1 (*)
|    |    |         \--- io.micrometer:micrometer-observation:1.12.0
|    |    |              \--- io.micrometer:micrometer-commons:1.12.0
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:3.2.0
|    |    |    \--- org.springframework.boot:spring-boot:3.2.0 (*)
|    |    +--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    |    +--- org.springframework:spring-core:6.1.1 (*)
|    |    \--- org.yaml:snakeyaml:2.2
|    +--- org.springframework.boot:spring-boot-starter-json:3.2.0
|    |    +--- org.springframework.boot:spring-boot-starter:3.2.0 (*)
|    |    +--- org.springframework:spring-web:6.1.1
|    |    |    +--- org.springframework:spring-beans:6.1.1 (*)
|    |    |    +--- org.springframework:spring-core:6.1.1 (*)
|    |    |    \--- io.micrometer:micrometer-observation:1.12.0 (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.15.3 -> 2.16.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0
|    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0
|    |    |    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (c)
|    |    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (c)
|    |    |    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (c)
|    |    |    |         +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.0 (c)
|    |    |    |         +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0 (c)
|    |    |    |         \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.16.0 (c)
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0
|    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.3 -> 2.16.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.3 -> 2.16.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.15.3 -> 2.16.0
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    |         \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:3.2.0
|    |    +--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:10.1.16
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:10.1.16
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:10.1.16
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:10.1.16
|    +--- org.springframework:spring-web:6.1.1 (*)
|    \--- org.springframework:spring-webmvc:6.1.1
|         +--- org.springframework:spring-aop:6.1.1 (*)
|         +--- org.springframework:spring-beans:6.1.1 (*)
|         +--- org.springframework:spring-context:6.1.1 (*)
|         +--- org.springframework:spring-core:6.1.1 (*)
|         +--- org.springframework:spring-expression:6.1.1 (*)
|         \--- org.springframework:spring-web:6.1.1 (*)
+--- org.springframework.boot:spring-boot-starter-actuator:3.2.0
|    +--- org.springframework.boot:spring-boot-starter:3.2.0 (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:3.2.0
|    |    +--- org.springframework.boot:spring-boot-actuator:3.2.0
|    |    |    \--- org.springframework.boot:spring-boot:3.2.0 (*)
|    |    +--- org.springframework.boot:spring-boot:3.2.0 (*)
|    |    \--- org.springframework.boot:spring-boot-autoconfigure:3.2.0 (*)
|    +--- io.micrometer:micrometer-observation:1.12.0 (*)
|    \--- io.micrometer:micrometer-jakarta9:1.12.0
|         +--- io.micrometer:micrometer-core:1.12.0
|         |    +--- io.micrometer:micrometer-commons:1.12.0
|         |    \--- io.micrometer:micrometer-observation:1.12.0 (*)
|         +--- io.micrometer:micrometer-commons:1.12.0
|         \--- io.micrometer:micrometer-observation:1.12.0 (*)
+--- org.springframework.boot:spring-boot-starter-security:3.2.0
|    +--- org.springframework.boot:spring-boot-starter:3.2.0 (*)
|    +--- org.springframework:spring-aop:6.1.1 (*)
|    +--- org.springframework.security:spring-security-config:6.2.0
|    |    +--- org.springframework.security:spring-security-core:6.2.0
|    |    |    +--- org.springframework.security:spring-security-crypto:6.2.0
|    |    |    +--- org.springframework:spring-aop:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-beans:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-context:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-core:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-expression:6.1.0 -> 6.1.1 (*)
|    |    |    \--- io.micrometer:micrometer-observation:1.12.0 (*)
|    |    +--- org.springframework:spring-aop:6.1.0 -> 6.1.1 (*)
|    |    +--- org.springframework:spring-beans:6.1.0 -> 6.1.1 (*)
|    |    +--- org.springframework:spring-context:6.1.0 -> 6.1.1 (*)
|    |    \--- org.springframework:spring-core:6.1.0 -> 6.1.1 (*)
|    \--- org.springframework.security:spring-security-web:6.2.0
|         +--- org.springframework.security:spring-security-core:6.2.0 (*)
|         +--- org.springframework:spring-core:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-aop:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-beans:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-context:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-expression:6.1.0 -> 6.1.1 (*)
|         \--- org.springframework:spring-web:6.1.0 -> 6.1.1 (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT
|    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0 (*)
|    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    +--- org.apache.commons:commons-lang3:3.12.0 -> 3.14.0
|    +--- org.apache.commons:commons-text:1.10.0
|    |    \--- org.apache.commons:commons-lang3:3.12.0 -> 3.14.0
|    +--- commons-codec:commons-codec:1.15
|    +--- commons-io:commons-io:2.11.0
|    +--- com.google.guava:guava:32.1.1-jre
|    |    +--- com.google.guava:guava-parent:32.1.1-jre
|    |    |    +--- com.google.code.findbugs:jsr305:3.0.2 (c)
|    |    |    +--- org.checkerframework:checker-qual:3.33.0 (c)
|    |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0 (c)
|    |    |    +--- com.google.j2objc:j2objc-annotations:2.8 (c)
|    |    |    +--- junit:junit:4.13.2 (c)
|    |    |    \--- org.mockito:mockito-core:4.11.0 (c)
|    |    +--- com.google.guava:failureaccess:1.0.1
|    |    +--- com.google.code.findbugs:jsr305 -> 3.0.2
|    |    +--- org.checkerframework:checker-qual -> 3.33.0
|    |    +--- com.google.errorprone:error_prone_annotations -> 2.18.0
|    |    \--- com.google.j2objc:j2objc-annotations -> 2.8
|    +--- org.slf4j:slf4j-api:2.0.9
|    +--- org.slf4j:jcl-over-slf4j:2.0.9
|    |    \--- org.slf4j:slf4j-api:2.0.9
|    +--- com.google.code.findbugs:jsr305:3.0.2
|    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
+--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    +--- com.ibm.icu:icu4j:72.1
|    |    \--- commons-net:commons-net:3.9.0
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.1.2.2
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
+--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    +--- org.apache.httpcomponents:httpcore:4.4.13
|    +--- com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20211018.2
|    |    \--- com.google.guava:guava:30.1-jre -> 32.1.1-jre (*)
|    +--- org.springframework:spring-messaging:6.1.1
|    |    +--- org.springframework:spring-beans:6.1.1 (*)
|    |    \--- org.springframework:spring-core:6.1.1 (*)
|    +--- org.simplejavamail:simple-java-mail:6.6.1
|    |    +--- org.simplejavamail:core-module:6.6.1
|    |    |    +--- com.sun.mail:jakarta.mail:1.6.5
|    |    |    +--- jakarta.xml.bind:jakarta.xml.bind-api:2.3.2
|    |    |    |    \--- jakarta.activation:jakarta.activation-api:1.2.1
|    |    |    +--- jakarta.annotation:jakarta.annotation-api:1.3.5 -> 2.1.1
|    |    |    +--- com.github.bbottema:emailaddress-rfc2822:2.2.0
|    |    |    |    +--- com.sun.mail:jakarta.mail:[1.6.3,1.9.9) -> 1.6.5
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    \--- org.apache.commons:commons-collections4:4.4
+--- ca.uhn.hapi.fhir:hapi-fhir-spring-boot-autoconfigure:6.11.7-SNAPSHOT
|    \--- org.springframework.boot:spring-boot-autoconfigure:3.2.0 (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-jaxrsserver-base:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-client:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- org.apache.httpcomponents:httpclient:4.5.13
|    |    |    +--- org.apache.httpcomponents:httpcore:4.4.13
|    |    |    \--- commons-codec:commons-codec:1.11 -> 1.15
|    |    \--- org.apache.httpcomponents:httpcore:4.4.13
|    +--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-dstu2:6.11.7-SNAPSHOT
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-hl7org-dstu2:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    \--- ca.uhn.hapi.fhir:org.hl7.fhir.dstu2:6.1.2.2
|    |         +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |         \--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-dstu2.1:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.dstu2016may:6.1.2.2
|    |    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    |    \--- org.ogce:xpp3:1.1.6
|    |    |         +--- junit:junit:4.7 -> 4.13.2
|    |    |         |    \--- org.hamcrest:hamcrest-core:1.3
|    |    |         \--- jakarta-regexp:jakarta-regexp:1.4
|    |    \--- commons-codec:commons-codec:1.15
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.dstu3:6.1.2.2
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT (*)
|    +--- jakarta.ejb:jakarta.ejb-api:4.0.1
|    |    \--- jakarta.transaction:jakarta.transaction-api:2.0.0
|    +--- jakarta.servlet:jakarta.servlet-api:6.0.0
|    +--- jakarta.ws.rs:jakarta.ws.rs-api:3.1.0
|    +--- jakarta.interceptor:jakarta.interceptor-api:2.1.0
|    |    \--- jakarta.annotation:jakarta.annotation-api:2.1.0 -> 2.1.1
|    \--- org.springframework:spring-context:6.1.1 (*)
+--- org.apache.commons:commons-lang3:3.14.0
+--- org.slf4j:slf4j-simple:2.0.9
|    \--- org.slf4j:slf4j-api:2.0.9
+--- junit:junit:4.13.2 (*)
\--- org.mockito:mockito-core:4.8.0 -> 4.11.0
     +--- net.bytebuddy:byte-buddy:1.12.19
     \--- net.bytebuddy:byte-buddy-agent:1.12.19
testCompileOnly - Compile only dependencies for source set 'test'. (n)
No dependencies
testImplementation - Implementation only dependencies for source set 'test'. (n)
+--- junit:junit:4.13.2 (n)
\--- org.mockito:mockito-core:4.8.0 (n)
testResultsElementsForTest - Directory containing binary results of running tests for the test Test Suite's test target. (n)
No dependencies
testRuntimeClasspath - Runtime classpath of source set 'test'.
> Task :printAllDependencies
\--- org.jacoco:org.jacoco.ant:0.8.6
     +--- org.jacoco:org.jacoco.core:0.8.6
     |    +--- org.ow2.asm:asm:8.0.1
     |    +--- org.ow2.asm:asm-commons:8.0.1
     |    |    +--- org.ow2.asm:asm:8.0.1
     |    |    +--- org.ow2.asm:asm-tree:8.0.1
     |    |    |    \--- org.ow2.asm:asm:8.0.1
     |    |    \--- org.ow2.asm:asm-analysis:8.0.1
     |    |         \--- org.ow2.asm:asm-tree:8.0.1 (*)
     |    \--- org.ow2.asm:asm-tree:8.0.1 (*)
     +--- org.jacoco:org.jacoco.report:0.8.6
     |    \--- org.jacoco:org.jacoco.core:0.8.6 (*)
     \--- org.jacoco:org.jacoco.agent:0.8.6
mainSourceElements - List of source directories contained in the Main SourceSet. (n)
No dependencies
productionRuntimeClasspath
No dependencies
runtimeClasspath - Runtime classpath of source set 'main'.
No dependencies
runtimeElements - Elements of runtime for main. (n)
No dependencies
runtimeOnly - Runtime only dependencies for source set 'main'. (n)
No dependencies
testAndDevelopmentOnly - Configuration for test and development-only dependencies such as Spring Boot's DevTools.
No dependencies
testAnnotationProcessor - Annotation processors and their dependencies for source set 'test'.
No dependencies
testCompileClasspath - Compile classpath for source set 'test'.
+--- junit:junit:4.13.2
|    \--- org.hamcrest:hamcrest-core:1.3 -> 2.2
|         \--- org.hamcrest:hamcrest:2.2
\--- org.mockito:mockito-core:4.8.0
     +--- net.bytebuddy:byte-buddy:1.12.14 -> 1.14.10
     \--- net.bytebuddy:byte-buddy-agent:1.12.14 -> 1.14.10
testCompileOnly - Compile only dependencies for source set 'test'. (n)
No dependencies
testImplementation - Implementation only dependencies for source set 'test'. (n)
+--- junit:junit:4.13.2 (n)
\--- org.mockito:mockito-core:4.8.0 (n)
testResultsElementsForTest - Directory containing binary results of running tests for the test Test Suite's test target. (n)
No dependencies
testRuntimeClasspath - Runtime classpath of source set 'test'.
+--- junit:junit:4.13.2
|    \--- org.hamcrest:hamcrest-core:1.3 -> 2.2
|         \--- org.hamcrest:hamcrest:2.2
\--- org.mockito:mockito-core:4.8.0
     +--- net.bytebuddy:byte-buddy:1.12.14 -> 1.14.10
     +--- net.bytebuddy:byte-buddy-agent:1.12.14 -> 1.14.10
     \--- org.objenesis:objenesis:3.2
testRuntimeOnly - Runtime only dependencies for source set 'test'. (n)
No dependencies
(*) - dependencies omitted (listed previously)
(n) - Not resolved (configuration is not meant to be resolved)
A web-based, searchable dependency report is available by adding the --scan option.
> Task :source:javalayers:toplayers:springboottoplayers:quickexampleserver:printAllDependencies
+--- project :source:javalayers:resourceproviderlayer
|    +--- project :source:javalayers:businesslogiclayer
|    |    +--- org.slf4j:slf4j-api:2.0.9
|    |    +--- javax.inject:javax.inject:1
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT
|    |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0
|    |    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0
|    |    |    |    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (c)
|    |    |    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (c)
|    |    |    |    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (c)
|    |    |    |    |         +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.0 (c)
|    |    |    |    |         +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0 (c)
|    |    |    |    |         \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.16.0 (c)
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0
|    |    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.0 (*)
|    |    |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    |    |    +--- org.apache.commons:commons-lang3:3.12.0 -> 3.14.0
|    |    |    +--- org.apache.commons:commons-text:1.10.0
|    |    |    |    \--- org.apache.commons:commons-lang3:3.12.0 -> 3.14.0
|    |    |    +--- commons-codec:commons-codec:1.15
|    |    |    +--- commons-io:commons-io:2.11.0
|    |    |    +--- com.google.guava:guava:32.1.1-jre
|    |    |    |    +--- com.google.guava:guava-parent:32.1.1-jre
|    |    |    |    |    +--- com.google.code.findbugs:jsr305:3.0.2 (c)
|    |    |    |    |    +--- org.checkerframework:checker-qual:3.33.0 (c)
|    |    |    |    |    +--- com.google.errorprone:error_prone_annotations:2.18.0 (c)
|    |    |    |    |    +--- junit:junit:4.13.2 (c)
|    |    |    |    |    \--- org.mockito:mockito-core:4.11.0 (c)
|    |    |    |    +--- com.google.guava:failureaccess:1.0.1
|    |    |    |    +--- com.google.code.findbugs:jsr305 -> 3.0.2
|    |    |    |    +--- org.checkerframework:checker-qual -> 3.33.0
|    |    |    |    \--- com.google.errorprone:error_prone_annotations -> 2.18.0
|    |    |    +--- org.slf4j:slf4j-api:2.0.9
|    |    |    +--- org.slf4j:jcl-over-slf4j:2.0.9
|    |    |    |    \--- org.slf4j:slf4j-api:2.0.9
|    |    |    +--- com.google.code.findbugs:jsr305:3.0.2
|    |    |    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT
|    |    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2
|    |    |    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    |    |    +--- com.ibm.icu:icu4j:72.1
|    |    |    |    \--- commons-net:commons-net:3.9.0
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.1.2.2
|    |    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    |    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    |    +--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT
|    |    |    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    |    \--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT
|    |         +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |         +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |         +--- org.apache.httpcomponents:httpcore:4.4.13
|    |         +--- com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20211018.2
|    |         |    \--- com.google.guava:guava:30.1-jre -> 32.1.1-jre (*)
|    |         +--- org.springframework:spring-messaging:6.1.1
|    |         |    +--- org.springframework:spring-beans:6.1.1
|    |         |    |    \--- org.springframework:spring-core:6.1.1
|    |         |    |         \--- org.springframework:spring-jcl:6.1.1
|    |         |    \--- org.springframework:spring-core:6.1.1 (*)
|    |         +--- org.simplejavamail:simple-java-mail:6.6.1
|    |         |    +--- org.simplejavamail:core-module:6.6.1
|    |         |    |    +--- com.sun.mail:jakarta.mail:1.6.5
|    |         |    |    +--- jakarta.xml.bind:jakarta.xml.bind-api:2.3.2
|    |         |    |    |    \--- jakarta.activation:jakarta.activation-api:1.2.1
|    |         |    |    +--- jakarta.annotation:jakarta.annotation-api:1.3.5 -> 2.1.1
|    |         |    |    +--- com.github.bbottema:emailaddress-rfc2822:2.2.0
|    |         |    |    |    +--- com.sun.mail:jakarta.mail:[1.6.3,1.9.9) -> 1.6.5
|    |         |    |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |         |    |    +--- com.github.bbottema:jetbrains-runtime-annotations:1.0.0
|    |         |    |    |    \--- org.slf4j:slf4j-api:1.7.21 -> 2.0.9
|    |         |    |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |         |    +--- com.github.bbottema:jetbrains-runtime-annotations:1.0.0 (*)
|    |         |    \--- org.slf4j:slf4j-api:1.7.25 -> 2.0.9
|    |         \--- org.apache.commons:commons-collections4:4.4
|    +--- javax.inject:javax.inject:1
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT (*)
|    \--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT (*)
+--- project :source:javalayers:businesslogiclayer (*)
+--- org.springframework.boot:spring-boot-starter-web:3.2.0
|    +--- org.springframework.boot:spring-boot-starter:3.2.0
|    |    +--- org.springframework.boot:spring-boot:3.2.0
|    |    |    +--- org.springframework:spring-core:6.1.1 (*)
|    |    |    \--- org.springframework:spring-context:6.1.1
|    |    |         +--- org.springframework:spring-aop:6.1.1
|    |    |         |    +--- org.springframework:spring-beans:6.1.1 (*)
|    |    |         |    \--- org.springframework:spring-core:6.1.1 (*)
|    |    |         +--- org.springframework:spring-beans:6.1.1 (*)
|    |    |         +--- org.springframework:spring-core:6.1.1 (*)
|    |    |         +--- org.springframework:spring-expression:6.1.1
|    |    |         |    \--- org.springframework:spring-core:6.1.1 (*)
|    |    |         \--- io.micrometer:micrometer-observation:1.12.0
|    |    |              \--- io.micrometer:micrometer-commons:1.12.0
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:3.2.0
|    |    |    \--- org.springframework.boot:spring-boot:3.2.0 (*)
|    |    +--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    |    +--- org.springframework:spring-core:6.1.1 (*)
|    |    \--- org.yaml:snakeyaml:2.2
|    +--- org.springframework.boot:spring-boot-starter-json:3.2.0
|    |    +--- org.springframework.boot:spring-boot-starter:3.2.0 (*)
|    |    +--- org.springframework:spring-web:6.1.1
|    |    |    +--- org.springframework:spring-beans:6.1.1 (*)
|    |    |    +--- org.springframework:spring-core:6.1.1 (*)
|    |    |    \--- io.micrometer:micrometer-observation:1.12.0 (*)
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.15.3 -> 2.16.0 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.3 -> 2.16.0
|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.3 -> 2.16.0 (*)
|    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.15.3 -> 2.16.0
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.0 (*)
|    |         +--- com.fasterxml.jackson.core:jackson-databind:2.16.0 (*)
|    |         \--- com.fasterxml.jackson:jackson-bom:2.16.0 (*)
|    +--- org.springframework.boot:spring-boot-starter-tomcat:3.2.0
|    |    +--- jakarta.annotation:jakarta.annotation-api:2.1.1
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:10.1.16
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:10.1.16
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:10.1.16
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:10.1.16
|    +--- org.springframework:spring-web:6.1.1 (*)
|    \--- org.springframework:spring-webmvc:6.1.1
|         +--- org.springframework:spring-aop:6.1.1 (*)
|         +--- org.springframework:spring-beans:6.1.1 (*)
|         +--- org.springframework:spring-context:6.1.1 (*)
|         +--- org.springframework:spring-core:6.1.1 (*)
|         +--- org.springframework:spring-expression:6.1.1 (*)
|         \--- org.springframework:spring-web:6.1.1 (*)
+--- org.springframework.boot:spring-boot-starter-actuator:3.2.0
|    +--- org.springframework.boot:spring-boot-starter:3.2.0 (*)
|    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:3.2.0
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.15.3 -> 2.16.0 (*)
|    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.3 -> 2.16.0 (*)
|    |    +--- org.springframework.boot:spring-boot-actuator:3.2.0
|    |    |    \--- org.springframework.boot:spring-boot:3.2.0 (*)
|    |    +--- org.springframework.boot:spring-boot:3.2.0 (*)
|    |    \--- org.springframework.boot:spring-boot-autoconfigure:3.2.0 (*)
|    +--- io.micrometer:micrometer-observation:1.12.0 (*)
|    \--- io.micrometer:micrometer-jakarta9:1.12.0
|         +--- io.micrometer:micrometer-core:1.12.0
|         |    +--- io.micrometer:micrometer-commons:1.12.0
|         |    +--- io.micrometer:micrometer-observation:1.12.0 (*)
|         |    +--- org.hdrhistogram:HdrHistogram:2.1.12
|         |    \--- org.latencyutils:LatencyUtils:2.0.3
|         +--- io.micrometer:micrometer-commons:1.12.0
|         \--- io.micrometer:micrometer-observation:1.12.0 (*)
+--- org.springframework.boot:spring-boot-starter-security:3.2.0
|    +--- org.springframework.boot:spring-boot-starter:3.2.0 (*)
|    +--- org.springframework:spring-aop:6.1.1 (*)
|    +--- org.springframework.security:spring-security-config:6.2.0
|    |    +--- org.springframework.security:spring-security-core:6.2.0
|    |    |    +--- org.springframework.security:spring-security-crypto:6.2.0
|    |    |    +--- org.springframework:spring-aop:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-beans:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-context:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-core:6.1.0 -> 6.1.1 (*)
|    |    |    +--- org.springframework:spring-expression:6.1.0 -> 6.1.1 (*)
|    |    |    \--- io.micrometer:micrometer-observation:1.12.0 (*)
|    |    +--- org.springframework:spring-aop:6.1.0 -> 6.1.1 (*)
|    |    +--- org.springframework:spring-beans:6.1.0 -> 6.1.1 (*)
|    |    +--- org.springframework:spring-context:6.1.0 -> 6.1.1 (*)
|    |    \--- org.springframework:spring-core:6.1.0 -> 6.1.1 (*)
|    \--- org.springframework.security:spring-security-web:6.2.0
|         +--- org.springframework.security:spring-security-core:6.2.0 (*)
|         +--- org.springframework:spring-core:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-aop:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-beans:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-context:6.1.0 -> 6.1.1 (*)
|         +--- org.springframework:spring-expression:6.1.0 -> 6.1.1 (*)
|         \--- org.springframework:spring-web:6.1.0 -> 6.1.1 (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-spring-boot-autoconfigure:6.11.7-SNAPSHOT
|    \--- org.springframework.boot:spring-boot-autoconfigure:3.2.0 (*)
+--- ca.uhn.hapi.fhir:hapi-fhir-jaxrsserver-base:6.11.7-SNAPSHOT
|    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-client:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- org.apache.httpcomponents:httpclient:4.5.13
|    |    |    +--- org.apache.httpcomponents:httpcore:4.4.13
|    |    |    \--- commons-codec:commons-codec:1.11 -> 1.15
|    |    \--- org.apache.httpcomponents:httpcore:4.4.13
|    +--- ca.uhn.hapi.fhir:hapi-fhir-server:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-dstu2:6.11.7-SNAPSHOT
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-hl7org-dstu2:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    \--- ca.uhn.hapi.fhir:org.hl7.fhir.dstu2:6.1.2.2
|    |         +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |         \--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-dstu2.1:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.dstu2016may:6.1.2.2
|    |    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    |    \--- org.ogce:xpp3:1.1.6
|    |    |         +--- junit:junit:4.7 -> 4.13.2
|    |    |         |    \--- org.hamcrest:hamcrest-core:1.3
|    |    |         \--- jakarta-regexp:jakarta-regexp:1.4
|    |    \--- commons-codec:commons-codec:1.15
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:6.11.7-SNAPSHOT
|    |    +--- ca.uhn.hapi.fhir:hapi-fhir-base:6.11.7-SNAPSHOT (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.dstu3:6.1.2.2
|    |    |    +--- ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.1.2.2 (*)
|    |    |    \--- ca.uhn.hapi.fhir:hapi-fhir-base:6.4.1 -> 6.11.7-SNAPSHOT (*)
|    |    \--- ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.11.7-SNAPSHOT (*)
|    +--- ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.11.7-SNAPSHOT (*)
|    +--- jakarta.ejb:jakarta.ejb-api:4.0.1
|    |    \--- jakarta.transaction:jakarta.transaction-api:2.0.0
|    +--- jakarta.servlet:jakarta.servlet-api:6.0.0
|    +--- jakarta.ws.rs:jakarta.ws.rs-api:3.1.0
|    +--- jakarta.interceptor:jakarta.interceptor-api:2.1.0
|    |    \--- jakarta.annotation:jakarta.annotation-api:2.1.0 -> 2.1.1
|    \--- org.springframework:spring-context:6.1.1 (*)
+--- org.apache.commons:commons-lang3:3.14.0
+--- org.slf4j:slf4j-simple:2.0.9
|    \--- org.slf4j:slf4j-api:2.0.9
+--- junit:junit:4.13.2 (*)
\--- org.mockito:mockito-core:4.8.0 -> 4.11.0
     +--- net.bytebuddy:byte-buddy:1.12.19
     +--- net.bytebuddy:byte-buddy-agent:1.12.19
     \--- org.objenesis:objenesis:3.3
testRuntimeOnly - Runtime only dependencies for source set 'test'. (n)
No dependencies
(c) - dependency constraint
(*) - dependencies omitted (listed previously)
(n) - Not resolved (configuration is not meant to be resolved)
A web-based, searchable dependency report is available by adding the --scan option.
> Task :source:javalayers:printAllDependencies
------------------------------------------------------------
Project ':source:javalayers'
------------------------------------------------------------
jacocoAgent - The Jacoco agent to use to get coverage data.
\--- org.jacoco:org.jacoco.agent:0.8.8
jacocoAnt - The Jacoco ant tasks to use to get execute Gradle tasks.
\--- org.jacoco:org.jacoco.ant:0.8.8
     +--- org.jacoco:org.jacoco.core:0.8.8
     |    +--- org.ow2.asm:asm:9.2
     |    +--- org.ow2.asm:asm-commons:9.2
     |    |    +--- org.ow2.asm:asm:9.2
     |    |    +--- org.ow2.asm:asm-tree:9.2
     |    |    |    \--- org.ow2.asm:asm:9.2
     |    |    \--- org.ow2.asm:asm-analysis:9.2
     |    |         \--- org.ow2.asm:asm-tree:9.2 (*)
     |    \--- org.ow2.asm:asm-tree:9.2 (*)
     +--- org.jacoco:org.jacoco.report:0.8.8
     |    \--- org.jacoco:org.jacoco.core:0.8.8 (*)
     \--- org.jacoco:org.jacoco.agent:0.8.8
(*) - dependencies omitted (listed previously)
A web-based, searchable dependency report is available by adding the --scan option.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See 
https://docs.gradle.org/7.5/userguide/command_line_interface.html#sec:command_line_warningsBUILD SUCCESSFUL in 5s
8 actionable tasks: 8 executed