kotlin-orm / ktorm

A lightweight ORM framework for Kotlin with strong-typed SQL DSL and sequence APIs.
https://www.ktorm.org
Apache License 2.0
2.11k stars 147 forks source link

3.6.0 broke dependency linkage #477

Closed FeatureSpitter closed 1 year ago

FeatureSpitter commented 1 year ago

image

With these two deps:

        <!-- Ktorm -->
        <dependency>
            <groupId>org.ktorm</groupId>
            <artifactId>ktorm-core</artifactId>
            <version>3.6.0</version>
        </dependency>
        <dependency>
            <groupId>org.ktorm</groupId>
            <artifactId>ktorm-support-postgresql</artifactId>
            <version>3.6.0</version>
        </dependency>
vincentlauvlwj commented 1 year ago

Try use mvn dependency:tree to analyse the dependencies, maybe ktorm-core and ktorm-support-postgresql has different versions in your project.

vincentlauvlwj commented 1 year ago

And please make sure the whole project (especially this class startinn.codebase.ktorm.KtormSpringConfig) are recompiled and restarted after the upgrade.

FeatureSpitter commented 1 year ago

That was the first thing I tried, they are the same version.

The whole project was recompiled (it happens automatically at every deploy).

I'll revert to 3.5.0 and try again in a few days, maybe there's some cache in between that I am not aware of. If this issue doesn't happen with anyone else.

[INFO] startinn:pricing-tool-service:pom:2.0.0
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.7.3:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:2.7.4:compile
[INFO] |  |  +- org.springframework.boot:spring-boot:jar:2.7.4:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-logging:jar:2.7.4:compile
[INFO] |  |  |  +- ch.qos.logback:logback-classic:jar:1.2.11:compile
[INFO] |  |  |  |  \- ch.qos.logback:logback-core:jar:1.2.11:compile
[INFO] |  |  |  +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.2:compile
[INFO] |  |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.17.2:compile
[INFO] |  |  |  \- org.slf4j:jul-to-slf4j:jar:1.7.36:compile
[INFO] |  |  +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] |  |  \- org.yaml:snakeyaml:jar:1.30:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:2.7.4:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.13.4:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.4:compile
[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.13.4:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.7.4:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.65:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.65:compile
[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.65:compile
[INFO] |  +- org.springframework:spring-web:jar:5.3.23:compile
[INFO] |  |  \- org.springframework:spring-beans:jar:5.3.23:compile
[INFO] |  \- org.springframework:spring-webmvc:jar:5.3.23:compile
[INFO] |     +- org.springframework:spring-aop:jar:5.3.23:compile
[INFO] |     +- org.springframework:spring-context:jar:5.3.23:compile
[INFO] |     \- org.springframework:spring-expression:jar:5.3.23:compile
[INFO] +- com.fasterxml.jackson.module:jackson-module-kotlin:jar:2.13.4:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.4:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4:compile
[INFO] |  \- org.jetbrains.kotlin:kotlin-reflect:jar:1.7.20:compile
[INFO] |     \- org.jetbrains.kotlin:kotlin-stdlib:jar:1.7.20:compile
[INFO] |        +- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.7.20:compile
[INFO] |        \- org.jetbrains:annotations:jar:13.0:compile
[INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.14.0:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.13.4:compile
[INFO] |  \- joda-time:joda-time:jar:2.10.8:compile
[INFO] +- org.postgresql:postgresql:jar:42.3.7:runtime
[INFO] |  \- org.checkerframework:checker-qual:jar:3.5.0:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.7.4:test
[INFO] |  +- org.springframework.boot:spring-boot-test:jar:2.7.4:test
[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.7.4:test
[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.7.0:test
[INFO] |  |  +- net.minidev:json-smart:jar:2.4.8:test
[INFO] |  |  |  \- net.minidev:accessors-smart:jar:2.4.8:test
[INFO] |  |  |     \- org.ow2.asm:asm:jar:9.1:test
[INFO] |  |  \- org.slf4j:slf4j-api:jar:1.7.36:compile
[INFO] |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test
[INFO] |  |  \- jakarta.activation:jakarta.activation-api:jar:1.2.2:test
[INFO] |  +- org.assertj:assertj-core:jar:3.22.0:test
[INFO] |  +- org.hamcrest:hamcrest:jar:2.2:compile
[INFO] |  +- org.junit.jupiter:junit-jupiter:jar:5.8.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test
[INFO] |  |  |  +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] |  |  |  +- org.junit.platform:junit-platform-commons:jar:1.8.2:test
[INFO] |  |  |  \- org.apiguardian:apiguardian-api:jar:1.1.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.8.2:test
[INFO] |  |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.8.2:test
[INFO] |  |     \- org.junit.platform:junit-platform-engine:jar:1.8.2:test
[INFO] |  +- org.mockito:mockito-core:jar:4.5.1:test
[INFO] |  |  +- net.bytebuddy:byte-buddy:jar:1.12.17:test
[INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.12.17:test
[INFO] |  |  \- org.objenesis:objenesis:jar:3.2:test
[INFO] |  +- org.mockito:mockito-junit-jupiter:jar:4.5.1:test
[INFO] |  +- org.skyscreamer:jsonassert:jar:1.5.1:test
[INFO] |  |  \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] |  +- org.springframework:spring-core:jar:5.3.23:compile
[INFO] |  |  \- org.springframework:spring-jcl:jar:5.3.23:compile
[INFO] |  +- org.springframework:spring-test:jar:5.3.23:test
[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.9.0:test
[INFO] +- startinn:startinn.codebase:jar:15.0.0:compile
[INFO] |  +- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.7.20:compile
[INFO] |  |  \- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.7.20:compile
[INFO] |  +- org.springframework.boot:spring-boot-autoconfigure:jar:2.7.4:compile
[INFO] |  +- org.json:json:jar:20220924:compile
[INFO] |  +- com.hierynomus:sshj:jar:0.32.0:compile
[INFO] |  |  +- org.bouncycastle:bcprov-jdk15on:jar:1.69:runtime
[INFO] |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.69:runtime
[INFO] |  |  |  \- org.bouncycastle:bcutil-jdk15on:jar:1.69:runtime
[INFO] |  |  +- com.jcraft:jzlib:jar:1.1.3:runtime
[INFO] |  |  +- com.hierynomus:asn-one:jar:0.6.0:runtime
[INFO] |  |  \- net.i2p.crypto:eddsa:jar:0.3.0:runtime
[INFO] |  +- org.apache.commons:commons-csv:jar:1.9.0:compile
[INFO] |  +- org.apache.poi:poi:jar:4.1.2:compile
[INFO] |  |  +- org.apache.commons:commons-collections4:jar:4.4:compile
[INFO] |  |  +- org.apache.commons:commons-math3:jar:3.6.1:compile
[INFO] |  |  \- com.zaxxer:SparseBitSet:jar:1.2:compile
[INFO] |  +- org.apache.poi:poi-ooxml:jar:4.1.2:compile
[INFO] |  |  +- org.apache.poi:poi-ooxml-schemas:jar:4.1.2:compile
[INFO] |  |  |  \- org.apache.xmlbeans:xmlbeans:jar:3.1.0:compile
[INFO] |  |  +- org.apache.commons:commons-compress:jar:1.19:compile
[INFO] |  |  \- com.github.virtuald:curvesapi:jar:1.06:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.15:compile
[INFO] |  +- org.ktorm:ktorm-core:jar:3.6.0:compile
[INFO] |  +- org.ktorm:ktorm-support-postgresql:jar:3.6.0:compile
[INFO] |  +- uk.ac.abdn:SimpleNLG:jar:4.5.0:compile
[INFO] |  |  +- gov.nih.nlm.nls.lexaccess:lexaccess-dist:jar:2013:compile
[INFO] |  |  +- org.apache.maven.plugins:maven-antrun-plugin:jar:1.8:compile
[INFO] |  |  |  +- org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[INFO] |  |  |  +- org.apache.maven:maven-project:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-settings:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-profile:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-model:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[INFO] |  |  |  |  |  +- org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[INFO] |  |  |  |  |  +- org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile
[INFO] |  |  |  |  |  \- backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[INFO] |  |  |  |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[INFO] |  |  |  |     +- junit:junit:jar:4.13.2:compile
[INFO] |  |  |  |     |  \- org.hamcrest:hamcrest-core:jar:2.2:compile
[INFO] |  |  |  |     \- classworlds:classworlds:jar:1.1-alpha-2:compile
[INFO] |  |  |  +- org.apache.maven:maven-artifact:jar:2.2.1:compile
[INFO] |  |  |  +- org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
[INFO] |  |  |  \- org.apache.ant:ant:jar:1.9.4:compile
[INFO] |  |  |     \- org.apache.ant:ant-launcher:jar:1.9.4:compile
[INFO] |  |  +- javax.xml.bind:jaxb-api:jar:2.3.1:compile
[INFO] |  |  |  \- javax.activation:javax.activation-api:jar:1.2.0:compile
[INFO] |  |  +- com.sun.xml.bind:jaxb-core:jar:2.3.0.1:compile
[INFO] |  |  \- com.sun.xml.bind:jaxb-impl:jar:2.3.1:compile
[INFO] |  +- org.apache.commons:commons-text:jar:1.10.0:compile
[INFO] |  |  \- org.apache.commons:commons-lang3:jar:3.12.0:compile
[INFO] |  +- com.squareup.retrofit2:retrofit:jar:2.9.0:compile
[INFO] |  |  \- com.squareup.okhttp3:okhttp:jar:4.9.3:compile
[INFO] |  |     \- com.squareup.okio:okio:jar:2.8.0:compile
[INFO] |  +- com.squareup.retrofit2:converter-gson:jar:2.9.0:compile
[INFO] |  |  \- com.google.code.gson:gson:jar:2.9.1:compile
[INFO] |  +- com.squareup.retrofit2:converter-jaxb:jar:2.9.0:compile
[INFO] |  +- com.squareup.okhttp3:logging-interceptor:jar:4.9.3:compile
[INFO] |  +- org.springframework:spring-jdbc:jar:5.3.23:compile
[INFO] |  |  \- org.springframework:spring-tx:jar:5.3.23:compile
[INFO] |  +- com.zaxxer:HikariCP:jar:4.0.3:compile
[INFO] |  \- com.google.cloud:google-cloud-storage:jar:2.4.5:compile
[INFO] |     +- com.google.guava:guava:jar:31.0.1-jre:compile
[INFO] |     +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] |     +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] |     +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] |     +- com.google.j2objc:j2objc-annotations:jar:1.3:compile
[INFO] |     +- com.google.http-client:google-http-client:jar:1.41.4:compile
[INFO] |     +- io.opencensus:opencensus-contrib-http-util:jar:0.31.0:compile
[INFO] |     +- com.google.http-client:google-http-client-jackson2:jar:1.41.4:compile
[INFO] |     +- com.google.api-client:google-api-client:jar:1.33.2:compile
[INFO] |     +- com.google.oauth-client:google-oauth-client:jar:1.33.1:compile
[INFO] |     +- com.google.http-client:google-http-client-gson:jar:1.41.4:compile
[INFO] |     +- com.google.http-client:google-http-client-apache-v2:jar:1.41.4:compile
[INFO] |     +- com.google.apis:google-api-services-storage:jar:v1-rev20220210-1.32.1:compile
[INFO] |     +- com.google.cloud:google-cloud-core:jar:2.5.6:compile
[INFO] |     +- com.google.auto.value:auto-value-annotations:jar:1.9:compile
[INFO] |     +- com.google.api.grpc:proto-google-common-protos:jar:2.7.4:compile
[INFO] |     +- com.google.cloud:google-cloud-core-http:jar:2.5.6:compile
[INFO] |     +- com.google.http-client:google-http-client-appengine:jar:1.41.4:compile
[INFO] |     +- com.google.api:gax-httpjson:jar:0.97.2:compile
[INFO] |     +- com.google.api:gax:jar:2.12.2:compile
[INFO] |     +- com.google.auth:google-auth-library-credentials:jar:1.5.3:compile
[INFO] |     +- com.google.auth:google-auth-library-oauth2-http:jar:1.5.3:compile
[INFO] |     +- com.google.api:api-common:jar:2.1.4:compile
[INFO] |     +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
[INFO] |     +- io.opencensus:opencensus-api:jar:0.31.0:compile
[INFO] |     +- io.grpc:grpc-context:jar:1.44.1:compile
[INFO] |     +- com.google.api.grpc:proto-google-iam-v1:jar:1.2.6:compile
[INFO] |     +- com.google.protobuf:protobuf-java:jar:3.19.4:compile
[INFO] |     +- com.google.protobuf:protobuf-java-util:jar:3.19.4:compile
[INFO] |     \- org.threeten:threetenbp:jar:1.5.2:compile
[INFO] +- org.mockito.kotlin:mockito-kotlin:jar:4.0.0:test
[INFO] +- org.mockito:mockito-inline:jar:4.4.0:test
[INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:2.6.4:compile
[INFO] |  \- org.springframework:spring-context-support:jar:5.3.23:compile
[INFO] \- com.github.ben-manes.caffeine:caffeine:jar:3.1.1:compile
[INFO]    \- com.google.errorprone:error_prone_annotations:jar:2.14.0:compile
[INFO] 
[INFO] --------------------------< startinn:domain >---------------------------
[INFO] Building domain 2.0.0                                              [2/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:3.3.0:tree (default-cli) @ domain ---
[INFO] startinn:domain:jar:2.0.0
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.7.3:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:2.7.4:compile
[INFO] |  |  +- org.springframework.boot:spring-boot:jar:2.7.4:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-logging:jar:2.7.4:compile
[INFO] |  |  |  +- ch.qos.logback:logback-classic:jar:1.2.11:compile
[INFO] |  |  |  |  \- ch.qos.logback:logback-core:jar:1.2.11:compile
[INFO] |  |  |  +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.2:compile
[INFO] |  |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.17.2:compile
[INFO] |  |  |  \- org.slf4j:jul-to-slf4j:jar:1.7.36:compile
[INFO] |  |  +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] |  |  \- org.yaml:snakeyaml:jar:1.30:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:2.7.4:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.13.4:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.4:compile
[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.13.4:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.7.4:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.65:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.65:compile
[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.65:compile
[INFO] |  +- org.springframework:spring-web:jar:5.3.23:compile
[INFO] |  |  \- org.springframework:spring-beans:jar:5.3.23:compile
[INFO] |  \- org.springframework:spring-webmvc:jar:5.3.23:compile
[INFO] |     +- org.springframework:spring-aop:jar:5.3.23:compile
[INFO] |     +- org.springframework:spring-context:jar:5.3.23:compile
[INFO] |     \- org.springframework:spring-expression:jar:5.3.23:compile
[INFO] +- com.fasterxml.jackson.module:jackson-module-kotlin:jar:2.13.4:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.4:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4:compile
[INFO] |  \- org.jetbrains.kotlin:kotlin-reflect:jar:1.7.20:compile
[INFO] |     \- org.jetbrains.kotlin:kotlin-stdlib:jar:1.7.20:compile
[INFO] |        +- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.7.20:compile
[INFO] |        \- org.jetbrains:annotations:jar:13.0:compile
[INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.14.0:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.13.4:compile
[INFO] |  \- joda-time:joda-time:jar:2.10.8:compile
[INFO] +- org.postgresql:postgresql:jar:42.3.7:runtime
[INFO] |  \- org.checkerframework:checker-qual:jar:3.5.0:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.7.4:test
[INFO] |  +- org.springframework.boot:spring-boot-test:jar:2.7.4:test
[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.7.4:test
[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.7.0:test
[INFO] |  |  +- net.minidev:json-smart:jar:2.4.8:test
[INFO] |  |  |  \- net.minidev:accessors-smart:jar:2.4.8:test
[INFO] |  |  |     \- org.ow2.asm:asm:jar:9.1:test
[INFO] |  |  \- org.slf4j:slf4j-api:jar:1.7.36:compile
[INFO] |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test
[INFO] |  |  \- jakarta.activation:jakarta.activation-api:jar:1.2.2:test
[INFO] |  +- org.assertj:assertj-core:jar:3.22.0:test
[INFO] |  +- org.hamcrest:hamcrest:jar:2.2:compile
[INFO] |  +- org.junit.jupiter:junit-jupiter:jar:5.8.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test
[INFO] |  |  |  +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] |  |  |  +- org.junit.platform:junit-platform-commons:jar:1.8.2:test
[INFO] |  |  |  \- org.apiguardian:apiguardian-api:jar:1.1.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.8.2:test
[INFO] |  |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.8.2:test
[INFO] |  |     \- org.junit.platform:junit-platform-engine:jar:1.8.2:test
[INFO] |  +- org.mockito:mockito-core:jar:4.5.1:test
[INFO] |  |  +- net.bytebuddy:byte-buddy:jar:1.12.17:test
[INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.12.17:test
[INFO] |  |  \- org.objenesis:objenesis:jar:3.2:test
[INFO] |  +- org.mockito:mockito-junit-jupiter:jar:4.5.1:test
[INFO] |  +- org.skyscreamer:jsonassert:jar:1.5.1:test
[INFO] |  |  \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] |  +- org.springframework:spring-core:jar:5.3.23:compile
[INFO] |  |  \- org.springframework:spring-jcl:jar:5.3.23:compile
[INFO] |  +- org.springframework:spring-test:jar:5.3.23:test
[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.9.0:test
[INFO] +- startinn:startinn.codebase:jar:15.0.0:compile
[INFO] |  +- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.7.20:compile
[INFO] |  |  \- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.7.20:compile
[INFO] |  +- org.springframework.boot:spring-boot-autoconfigure:jar:2.7.4:compile
[INFO] |  +- org.json:json:jar:20220924:compile
[INFO] |  +- com.hierynomus:sshj:jar:0.32.0:compile
[INFO] |  |  +- org.bouncycastle:bcprov-jdk15on:jar:1.69:runtime
[INFO] |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.69:runtime
[INFO] |  |  |  \- org.bouncycastle:bcutil-jdk15on:jar:1.69:runtime
[INFO] |  |  +- com.jcraft:jzlib:jar:1.1.3:runtime
[INFO] |  |  +- com.hierynomus:asn-one:jar:0.6.0:runtime
[INFO] |  |  \- net.i2p.crypto:eddsa:jar:0.3.0:runtime
[INFO] |  +- org.apache.commons:commons-csv:jar:1.9.0:compile
[INFO] |  +- org.apache.poi:poi:jar:4.1.2:compile
[INFO] |  |  +- org.apache.commons:commons-collections4:jar:4.4:compile
[INFO] |  |  +- org.apache.commons:commons-math3:jar:3.6.1:compile
[INFO] |  |  \- com.zaxxer:SparseBitSet:jar:1.2:compile
[INFO] |  +- org.apache.poi:poi-ooxml:jar:4.1.2:compile
[INFO] |  |  +- org.apache.poi:poi-ooxml-schemas:jar:4.1.2:compile
[INFO] |  |  |  \- org.apache.xmlbeans:xmlbeans:jar:3.1.0:compile
[INFO] |  |  +- org.apache.commons:commons-compress:jar:1.19:compile
[INFO] |  |  \- com.github.virtuald:curvesapi:jar:1.06:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.15:compile
[INFO] |  +- org.ktorm:ktorm-core:jar:3.6.0:compile
[INFO] |  +- org.ktorm:ktorm-support-postgresql:jar:3.6.0:compile
[INFO] |  +- uk.ac.abdn:SimpleNLG:jar:4.5.0:compile
[INFO] |  |  +- gov.nih.nlm.nls.lexaccess:lexaccess-dist:jar:2013:compile
[INFO] |  |  +- org.apache.maven.plugins:maven-antrun-plugin:jar:1.8:compile
[INFO] |  |  |  +- org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[INFO] |  |  |  +- org.apache.maven:maven-project:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-settings:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-profile:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-model:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[INFO] |  |  |  |  |  +- org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[INFO] |  |  |  |  |  +- org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile
[INFO] |  |  |  |  |  \- backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[INFO] |  |  |  |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[INFO] |  |  |  |     +- junit:junit:jar:4.13.2:compile
[INFO] |  |  |  |     |  \- org.hamcrest:hamcrest-core:jar:2.2:compile
[INFO] |  |  |  |     \- classworlds:classworlds:jar:1.1-alpha-2:compile
[INFO] |  |  |  +- org.apache.maven:maven-artifact:jar:2.2.1:compile
[INFO] |  |  |  +- org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
[INFO] |  |  |  \- org.apache.ant:ant:jar:1.9.4:compile
[INFO] |  |  |     \- org.apache.ant:ant-launcher:jar:1.9.4:compile
[INFO] |  |  +- javax.xml.bind:jaxb-api:jar:2.3.1:compile
[INFO] |  |  |  \- javax.activation:javax.activation-api:jar:1.2.0:compile
[INFO] |  |  +- com.sun.xml.bind:jaxb-core:jar:2.3.0.1:compile
[INFO] |  |  \- com.sun.xml.bind:jaxb-impl:jar:2.3.1:compile
[INFO] |  +- org.apache.commons:commons-text:jar:1.10.0:compile
[INFO] |  |  \- org.apache.commons:commons-lang3:jar:3.12.0:compile
[INFO] |  +- com.squareup.retrofit2:retrofit:jar:2.9.0:compile
[INFO] |  |  \- com.squareup.okhttp3:okhttp:jar:4.9.3:compile
[INFO] |  |     \- com.squareup.okio:okio:jar:2.8.0:compile
[INFO] |  +- com.squareup.retrofit2:converter-gson:jar:2.9.0:compile
[INFO] |  |  \- com.google.code.gson:gson:jar:2.9.1:compile
[INFO] |  +- com.squareup.retrofit2:converter-jaxb:jar:2.9.0:compile
[INFO] |  +- com.squareup.okhttp3:logging-interceptor:jar:4.9.3:compile
[INFO] |  +- org.springframework:spring-jdbc:jar:5.3.23:compile
[INFO] |  |  \- org.springframework:spring-tx:jar:5.3.23:compile
[INFO] |  +- com.zaxxer:HikariCP:jar:4.0.3:compile
[INFO] |  \- com.google.cloud:google-cloud-storage:jar:2.4.5:compile
[INFO] |     +- com.google.guava:guava:jar:31.0.1-jre:compile
[INFO] |     +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] |     +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] |     +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] |     +- com.google.j2objc:j2objc-annotations:jar:1.3:compile
[INFO] |     +- com.google.http-client:google-http-client:jar:1.41.4:compile
[INFO] |     +- io.opencensus:opencensus-contrib-http-util:jar:0.31.0:compile
[INFO] |     +- com.google.http-client:google-http-client-jackson2:jar:1.41.4:compile
[INFO] |     +- com.google.api-client:google-api-client:jar:1.33.2:compile
[INFO] |     +- com.google.oauth-client:google-oauth-client:jar:1.33.1:compile
[INFO] |     +- com.google.http-client:google-http-client-gson:jar:1.41.4:compile
[INFO] |     +- com.google.http-client:google-http-client-apache-v2:jar:1.41.4:compile
[INFO] |     +- com.google.apis:google-api-services-storage:jar:v1-rev20220210-1.32.1:compile
[INFO] |     +- com.google.cloud:google-cloud-core:jar:2.5.6:compile
[INFO] |     +- com.google.auto.value:auto-value-annotations:jar:1.9:compile
[INFO] |     +- com.google.api.grpc:proto-google-common-protos:jar:2.7.4:compile
[INFO] |     +- com.google.cloud:google-cloud-core-http:jar:2.5.6:compile
[INFO] |     +- com.google.http-client:google-http-client-appengine:jar:1.41.4:compile
[INFO] |     +- com.google.api:gax-httpjson:jar:0.97.2:compile
[INFO] |     +- com.google.api:gax:jar:2.12.2:compile
[INFO] |     +- com.google.auth:google-auth-library-credentials:jar:1.5.3:compile
[INFO] |     +- com.google.auth:google-auth-library-oauth2-http:jar:1.5.3:compile
[INFO] |     +- com.google.api:api-common:jar:2.1.4:compile
[INFO] |     +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
[INFO] |     +- io.opencensus:opencensus-api:jar:0.31.0:compile
[INFO] |     +- io.grpc:grpc-context:jar:1.44.1:compile
[INFO] |     +- com.google.api.grpc:proto-google-iam-v1:jar:1.2.6:compile
[INFO] |     +- com.google.protobuf:protobuf-java:jar:3.19.4:compile
[INFO] |     +- com.google.protobuf:protobuf-java-util:jar:3.19.4:compile
[INFO] |     \- org.threeten:threetenbp:jar:1.5.2:compile
[INFO] +- org.mockito.kotlin:mockito-kotlin:jar:4.0.0:test
[INFO] +- org.mockito:mockito-inline:jar:4.4.0:test
[INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:2.6.4:compile
[INFO] |  \- org.springframework:spring-context-support:jar:5.3.23:compile
[INFO] \- com.github.ben-manes.caffeine:caffeine:jar:3.1.1:compile
[INFO]    \- com.google.errorprone:error_prone_annotations:jar:2.14.0:compile
[INFO] 
[INFO] ------------------------< startinn:persistence >------------------------
[INFO] Building persistence 2.0.0                                         [3/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:3.3.0:tree (default-cli) @ persistence ---
[INFO] startinn:persistence:jar:2.0.0
[INFO] +- startinn:domain:jar:2.0.0:provided
[INFO] +- org.flywaydb:flyway-core:jar:9.4.0:compile
[INFO] |  \- com.electronwill.night-config:toml:jar:3.6.6:compile
[INFO] |     \- com.electronwill.night-config:core:jar:3.6.6:compile
[INFO] +- org.testcontainers:testcontainers:jar:1.17.4:test
[INFO] |  +- junit:junit:jar:4.13.2:compile
[INFO] |  |  \- org.hamcrest:hamcrest-core:jar:2.2:compile
[INFO] |  +- org.slf4j:slf4j-api:jar:1.7.36:compile
[INFO] |  +- org.apache.commons:commons-compress:jar:1.21:compile
[INFO] |  +- org.rnorth.duct-tape:duct-tape:jar:1.0.8:test
[INFO] |  |  \- org.jetbrains:annotations:jar:17.0.0:compile
[INFO] |  +- com.github.docker-java:docker-java-api:jar:3.2.13:test
[INFO] |  \- com.github.docker-java:docker-java-transport-zerodep:jar:3.2.13:test
[INFO] |     +- com.github.docker-java:docker-java-transport:jar:3.2.13:test
[INFO] |     \- net.java.dev.jna:jna:jar:5.8.0:test
[INFO] +- org.testcontainers:junit-jupiter:jar:1.17.4:test
[INFO] |  \- org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test
[INFO] |     +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] |     +- org.junit.platform:junit-platform-commons:jar:1.8.2:test
[INFO] |     \- org.apiguardian:apiguardian-api:jar:1.1.2:test
[INFO] +- org.testcontainers:postgresql:jar:1.17.4:test
[INFO] |  \- org.testcontainers:jdbc:jar:1.17.4:test
[INFO] |     \- org.testcontainers:database-commons:jar:1.17.4:test
[INFO] +- org.mybatis:mybatis:jar:3.5.11:test
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.7.3:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:2.7.4:compile
[INFO] |  |  +- org.springframework.boot:spring-boot:jar:2.7.4:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-logging:jar:2.7.4:compile
[INFO] |  |  |  +- ch.qos.logback:logback-classic:jar:1.2.11:compile
[INFO] |  |  |  |  \- ch.qos.logback:logback-core:jar:1.2.11:compile
[INFO] |  |  |  +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.2:compile
[INFO] |  |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.17.2:compile
[INFO] |  |  |  \- org.slf4j:jul-to-slf4j:jar:1.7.36:compile
[INFO] |  |  +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] |  |  \- org.yaml:snakeyaml:jar:1.30:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:2.7.4:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.13.4:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.4:compile
[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.13.4:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.7.4:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.65:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.65:compile
[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.65:compile
[INFO] |  +- org.springframework:spring-web:jar:5.3.23:compile
[INFO] |  |  \- org.springframework:spring-beans:jar:5.3.23:compile
[INFO] |  \- org.springframework:spring-webmvc:jar:5.3.23:compile
[INFO] |     +- org.springframework:spring-aop:jar:5.3.23:compile
[INFO] |     +- org.springframework:spring-context:jar:5.3.23:compile
[INFO] |     \- org.springframework:spring-expression:jar:5.3.23:compile
[INFO] +- com.fasterxml.jackson.module:jackson-module-kotlin:jar:2.13.4:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.4:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4:compile
[INFO] |  \- org.jetbrains.kotlin:kotlin-reflect:jar:1.7.20:compile
[INFO] |     \- org.jetbrains.kotlin:kotlin-stdlib:jar:1.7.20:compile
[INFO] |        \- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.7.20:compile
[INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.14.0:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.13.4:compile
[INFO] |  \- joda-time:joda-time:jar:2.10.8:compile
[INFO] +- org.postgresql:postgresql:jar:42.3.7:runtime
[INFO] |  \- org.checkerframework:checker-qual:jar:3.5.0:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.7.4:test
[INFO] |  +- org.springframework.boot:spring-boot-test:jar:2.7.4:test
[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.7.4:test
[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.7.0:test
[INFO] |  |  \- net.minidev:json-smart:jar:2.4.8:test
[INFO] |  |     \- net.minidev:accessors-smart:jar:2.4.8:test
[INFO] |  |        \- org.ow2.asm:asm:jar:9.1:test
[INFO] |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test
[INFO] |  |  \- jakarta.activation:jakarta.activation-api:jar:1.2.2:test
[INFO] |  +- org.assertj:assertj-core:jar:3.22.0:test
[INFO] |  +- org.hamcrest:hamcrest:jar:2.2:compile
[INFO] |  +- org.junit.jupiter:junit-jupiter:jar:5.8.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.8.2:test
[INFO] |  |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.8.2:test
[INFO] |  |     \- org.junit.platform:junit-platform-engine:jar:1.8.2:test
[INFO] |  +- org.mockito:mockito-core:jar:4.5.1:test
[INFO] |  |  +- net.bytebuddy:byte-buddy:jar:1.12.17:test
[INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.12.17:test
[INFO] |  |  \- org.objenesis:objenesis:jar:3.2:test
[INFO] |  +- org.mockito:mockito-junit-jupiter:jar:4.5.1:test
[INFO] |  +- org.skyscreamer:jsonassert:jar:1.5.1:test
[INFO] |  |  \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] |  +- org.springframework:spring-core:jar:5.3.23:compile
[INFO] |  |  \- org.springframework:spring-jcl:jar:5.3.23:compile
[INFO] |  +- org.springframework:spring-test:jar:5.3.23:test
[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.9.0:test
[INFO] +- startinn:startinn.codebase:jar:15.0.0:compile
[INFO] |  +- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.7.20:compile
[INFO] |  |  \- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.7.20:compile
[INFO] |  +- org.springframework.boot:spring-boot-autoconfigure:jar:2.7.4:compile
[INFO] |  +- org.json:json:jar:20220924:compile
[INFO] |  +- com.hierynomus:sshj:jar:0.32.0:compile
[INFO] |  |  +- org.bouncycastle:bcprov-jdk15on:jar:1.69:runtime
[INFO] |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.69:runtime
[INFO] |  |  |  \- org.bouncycastle:bcutil-jdk15on:jar:1.69:runtime
[INFO] |  |  +- com.jcraft:jzlib:jar:1.1.3:runtime
[INFO] |  |  +- com.hierynomus:asn-one:jar:0.6.0:runtime
[INFO] |  |  \- net.i2p.crypto:eddsa:jar:0.3.0:runtime
[INFO] |  +- org.apache.commons:commons-csv:jar:1.9.0:compile
[INFO] |  +- org.apache.poi:poi:jar:4.1.2:compile
[INFO] |  |  +- org.apache.commons:commons-collections4:jar:4.4:compile
[INFO] |  |  +- org.apache.commons:commons-math3:jar:3.6.1:compile
[INFO] |  |  \- com.zaxxer:SparseBitSet:jar:1.2:compile
[INFO] |  +- org.apache.poi:poi-ooxml:jar:4.1.2:compile
[INFO] |  |  +- org.apache.poi:poi-ooxml-schemas:jar:4.1.2:compile
[INFO] |  |  |  \- org.apache.xmlbeans:xmlbeans:jar:3.1.0:compile
[INFO] |  |  \- com.github.virtuald:curvesapi:jar:1.06:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.15:compile
[INFO] |  +- org.ktorm:ktorm-core:jar:3.6.0:compile
[INFO] |  +- org.ktorm:ktorm-support-postgresql:jar:3.6.0:compile
[INFO] |  +- uk.ac.abdn:SimpleNLG:jar:4.5.0:compile
[INFO] |  |  +- gov.nih.nlm.nls.lexaccess:lexaccess-dist:jar:2013:compile
[INFO] |  |  +- org.apache.maven.plugins:maven-antrun-plugin:jar:1.8:compile
[INFO] |  |  |  +- org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[INFO] |  |  |  +- org.apache.maven:maven-project:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-settings:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-profile:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-model:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[INFO] |  |  |  |  |  +- org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[INFO] |  |  |  |  |  +- org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile
[INFO] |  |  |  |  |  \- backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[INFO] |  |  |  |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[INFO] |  |  |  |     \- classworlds:classworlds:jar:1.1-alpha-2:compile
[INFO] |  |  |  +- org.apache.maven:maven-artifact:jar:2.2.1:compile
[INFO] |  |  |  +- org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
[INFO] |  |  |  \- org.apache.ant:ant:jar:1.9.4:compile
[INFO] |  |  |     \- org.apache.ant:ant-launcher:jar:1.9.4:compile
[INFO] |  |  +- javax.xml.bind:jaxb-api:jar:2.3.1:compile
[INFO] |  |  |  \- javax.activation:javax.activation-api:jar:1.2.0:compile
[INFO] |  |  +- com.sun.xml.bind:jaxb-core:jar:2.3.0.1:compile
[INFO] |  |  \- com.sun.xml.bind:jaxb-impl:jar:2.3.1:compile
[INFO] |  +- org.apache.commons:commons-text:jar:1.10.0:compile
[INFO] |  |  \- org.apache.commons:commons-lang3:jar:3.12.0:compile
[INFO] |  +- com.squareup.retrofit2:retrofit:jar:2.9.0:compile
[INFO] |  |  \- com.squareup.okhttp3:okhttp:jar:4.9.3:compile
[INFO] |  |     \- com.squareup.okio:okio:jar:2.8.0:compile
[INFO] |  +- com.squareup.retrofit2:converter-gson:jar:2.9.0:compile
[INFO] |  |  \- com.google.code.gson:gson:jar:2.9.1:compile
[INFO] |  +- com.squareup.retrofit2:converter-jaxb:jar:2.9.0:compile
[INFO] |  +- com.squareup.okhttp3:logging-interceptor:jar:4.9.3:compile
[INFO] |  +- org.springframework:spring-jdbc:jar:5.3.23:compile
[INFO] |  |  \- org.springframework:spring-tx:jar:5.3.23:compile
[INFO] |  +- com.zaxxer:HikariCP:jar:4.0.3:compile
[INFO] |  \- com.google.cloud:google-cloud-storage:jar:2.4.5:compile
[INFO] |     +- com.google.guava:guava:jar:31.0.1-jre:compile
[INFO] |     +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] |     +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] |     +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] |     +- com.google.j2objc:j2objc-annotations:jar:1.3:compile
[INFO] |     +- com.google.http-client:google-http-client:jar:1.41.4:compile
[INFO] |     +- io.opencensus:opencensus-contrib-http-util:jar:0.31.0:compile
[INFO] |     +- com.google.http-client:google-http-client-jackson2:jar:1.41.4:compile
[INFO] |     +- com.google.api-client:google-api-client:jar:1.33.2:compile
[INFO] |     +- com.google.oauth-client:google-oauth-client:jar:1.33.1:compile
[INFO] |     +- com.google.http-client:google-http-client-gson:jar:1.41.4:compile
[INFO] |     +- com.google.http-client:google-http-client-apache-v2:jar:1.41.4:compile
[INFO] |     +- com.google.apis:google-api-services-storage:jar:v1-rev20220210-1.32.1:compile
[INFO] |     +- com.google.cloud:google-cloud-core:jar:2.5.6:compile
[INFO] |     +- com.google.auto.value:auto-value-annotations:jar:1.9:compile
[INFO] |     +- com.google.api.grpc:proto-google-common-protos:jar:2.7.4:compile
[INFO] |     +- com.google.cloud:google-cloud-core-http:jar:2.5.6:compile
[INFO] |     +- com.google.http-client:google-http-client-appengine:jar:1.41.4:compile
[INFO] |     +- com.google.api:gax-httpjson:jar:0.97.2:compile
[INFO] |     +- com.google.api:gax:jar:2.12.2:compile
[INFO] |     +- com.google.auth:google-auth-library-credentials:jar:1.5.3:compile
[INFO] |     +- com.google.auth:google-auth-library-oauth2-http:jar:1.5.3:compile
[INFO] |     +- com.google.api:api-common:jar:2.1.4:compile
[INFO] |     +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
[INFO] |     +- io.opencensus:opencensus-api:jar:0.31.0:compile
[INFO] |     +- io.grpc:grpc-context:jar:1.44.1:compile
[INFO] |     +- com.google.api.grpc:proto-google-iam-v1:jar:1.2.6:compile
[INFO] |     +- com.google.protobuf:protobuf-java:jar:3.19.4:compile
[INFO] |     +- com.google.protobuf:protobuf-java-util:jar:3.19.4:compile
[INFO] |     \- org.threeten:threetenbp:jar:1.5.2:compile
[INFO] +- org.mockito.kotlin:mockito-kotlin:jar:4.0.0:test
[INFO] +- org.mockito:mockito-inline:jar:4.4.0:test
[INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:2.6.4:compile
[INFO] |  \- org.springframework:spring-context-support:jar:5.3.23:compile
[INFO] \- com.github.ben-manes.caffeine:caffeine:jar:3.1.1:compile
[INFO]    \- com.google.errorprone:error_prone_annotations:jar:2.14.0:compile
[INFO] 
[INFO] ------------------------< startinn:application >------------------------
[INFO] Building application 2.0.0                                         [4/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:3.3.0:tree (default-cli) @ application ---
[INFO] startinn:application:jar:2.0.0
[INFO] +- startinn:domain:jar:2.0.0:compile
[INFO] +- startinn:persistence:jar:2.0.0:compile
[INFO] |  \- org.flywaydb:flyway-core:jar:8.5.13:compile
[INFO] +- org.jetbrains.kotlinx:kotlinx-coroutines-core:jar:1.3.8:compile
[INFO] |  +- org.jetbrains.kotlin:kotlin-stdlib:jar:1.7.20:compile
[INFO] |  |  \- org.jetbrains:annotations:jar:13.0:compile
[INFO] |  \- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.7.20:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.7.3:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:2.7.4:compile
[INFO] |  |  +- org.springframework.boot:spring-boot:jar:2.7.4:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-logging:jar:2.7.4:compile
[INFO] |  |  |  +- ch.qos.logback:logback-classic:jar:1.2.11:compile
[INFO] |  |  |  |  \- ch.qos.logback:logback-core:jar:1.2.11:compile
[INFO] |  |  |  +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.2:compile
[INFO] |  |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.17.2:compile
[INFO] |  |  |  \- org.slf4j:jul-to-slf4j:jar:1.7.36:compile
[INFO] |  |  +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] |  |  \- org.yaml:snakeyaml:jar:1.30:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:2.7.4:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.13.4:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.4:compile
[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.13.4:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.7.4:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.65:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.65:compile
[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.65:compile
[INFO] |  +- org.springframework:spring-web:jar:5.3.23:compile
[INFO] |  |  \- org.springframework:spring-beans:jar:5.3.23:compile
[INFO] |  \- org.springframework:spring-webmvc:jar:5.3.23:compile
[INFO] |     +- org.springframework:spring-aop:jar:5.3.23:compile
[INFO] |     +- org.springframework:spring-context:jar:5.3.23:compile
[INFO] |     \- org.springframework:spring-expression:jar:5.3.23:compile
[INFO] +- com.fasterxml.jackson.module:jackson-module-kotlin:jar:2.13.4:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.4:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4:compile
[INFO] |  \- org.jetbrains.kotlin:kotlin-reflect:jar:1.7.20:compile
[INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.14.0:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.13.4:compile
[INFO] |  \- joda-time:joda-time:jar:2.10.8:compile
[INFO] +- org.postgresql:postgresql:jar:42.3.7:runtime
[INFO] |  \- org.checkerframework:checker-qual:jar:3.5.0:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.7.4:test
[INFO] |  +- org.springframework.boot:spring-boot-test:jar:2.7.4:test
[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.7.4:test
[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.7.0:test
[INFO] |  |  +- net.minidev:json-smart:jar:2.4.8:test
[INFO] |  |  |  \- net.minidev:accessors-smart:jar:2.4.8:test
[INFO] |  |  |     \- org.ow2.asm:asm:jar:9.1:test
[INFO] |  |  \- org.slf4j:slf4j-api:jar:1.7.36:compile
[INFO] |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test
[INFO] |  |  \- jakarta.activation:jakarta.activation-api:jar:1.2.2:test
[INFO] |  +- org.assertj:assertj-core:jar:3.22.0:test
[INFO] |  +- org.hamcrest:hamcrest:jar:2.2:compile
[INFO] |  +- org.junit.jupiter:junit-jupiter:jar:5.8.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test
[INFO] |  |  |  +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] |  |  |  +- org.junit.platform:junit-platform-commons:jar:1.8.2:test
[INFO] |  |  |  \- org.apiguardian:apiguardian-api:jar:1.1.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.8.2:test
[INFO] |  |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.8.2:test
[INFO] |  |     \- org.junit.platform:junit-platform-engine:jar:1.8.2:test
[INFO] |  +- org.mockito:mockito-core:jar:4.5.1:test
[INFO] |  |  +- net.bytebuddy:byte-buddy:jar:1.12.17:test
[INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.12.17:test
[INFO] |  |  \- org.objenesis:objenesis:jar:3.2:test
[INFO] |  +- org.mockito:mockito-junit-jupiter:jar:4.5.1:test
[INFO] |  +- org.skyscreamer:jsonassert:jar:1.5.1:test
[INFO] |  |  \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] |  +- org.springframework:spring-core:jar:5.3.23:compile
[INFO] |  |  \- org.springframework:spring-jcl:jar:5.3.23:compile
[INFO] |  +- org.springframework:spring-test:jar:5.3.23:test
[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.9.0:test
[INFO] +- startinn:startinn.codebase:jar:15.0.0:compile
[INFO] |  +- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.7.20:compile
[INFO] |  |  \- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.7.20:compile
[INFO] |  +- org.springframework.boot:spring-boot-autoconfigure:jar:2.7.4:compile
[INFO] |  +- org.json:json:jar:20220924:compile
[INFO] |  +- com.hierynomus:sshj:jar:0.32.0:compile
[INFO] |  |  +- org.bouncycastle:bcprov-jdk15on:jar:1.69:runtime
[INFO] |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.69:runtime
[INFO] |  |  |  \- org.bouncycastle:bcutil-jdk15on:jar:1.69:runtime
[INFO] |  |  +- com.jcraft:jzlib:jar:1.1.3:runtime
[INFO] |  |  +- com.hierynomus:asn-one:jar:0.6.0:runtime
[INFO] |  |  \- net.i2p.crypto:eddsa:jar:0.3.0:runtime
[INFO] |  +- org.apache.commons:commons-csv:jar:1.9.0:compile
[INFO] |  +- org.apache.poi:poi:jar:4.1.2:compile
[INFO] |  |  +- org.apache.commons:commons-collections4:jar:4.4:compile
[INFO] |  |  +- org.apache.commons:commons-math3:jar:3.6.1:compile
[INFO] |  |  \- com.zaxxer:SparseBitSet:jar:1.2:compile
[INFO] |  +- org.apache.poi:poi-ooxml:jar:4.1.2:compile
[INFO] |  |  +- org.apache.poi:poi-ooxml-schemas:jar:4.1.2:compile
[INFO] |  |  |  \- org.apache.xmlbeans:xmlbeans:jar:3.1.0:compile
[INFO] |  |  +- org.apache.commons:commons-compress:jar:1.19:compile
[INFO] |  |  \- com.github.virtuald:curvesapi:jar:1.06:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.15:compile
[INFO] |  +- org.ktorm:ktorm-core:jar:3.6.0:compile
[INFO] |  +- org.ktorm:ktorm-support-postgresql:jar:3.6.0:compile
[INFO] |  +- uk.ac.abdn:SimpleNLG:jar:4.5.0:compile
[INFO] |  |  +- gov.nih.nlm.nls.lexaccess:lexaccess-dist:jar:2013:compile
[INFO] |  |  +- org.apache.maven.plugins:maven-antrun-plugin:jar:1.8:compile
[INFO] |  |  |  +- org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[INFO] |  |  |  +- org.apache.maven:maven-project:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-settings:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-profile:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-model:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[INFO] |  |  |  |  |  +- org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[INFO] |  |  |  |  |  +- org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile
[INFO] |  |  |  |  |  \- backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[INFO] |  |  |  |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[INFO] |  |  |  |     +- junit:junit:jar:4.13.2:compile
[INFO] |  |  |  |     |  \- org.hamcrest:hamcrest-core:jar:2.2:compile
[INFO] |  |  |  |     \- classworlds:classworlds:jar:1.1-alpha-2:compile
[INFO] |  |  |  +- org.apache.maven:maven-artifact:jar:2.2.1:compile
[INFO] |  |  |  +- org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
[INFO] |  |  |  \- org.apache.ant:ant:jar:1.9.4:compile
[INFO] |  |  |     \- org.apache.ant:ant-launcher:jar:1.9.4:compile
[INFO] |  |  +- javax.xml.bind:jaxb-api:jar:2.3.1:compile
[INFO] |  |  |  \- javax.activation:javax.activation-api:jar:1.2.0:compile
[INFO] |  |  +- com.sun.xml.bind:jaxb-core:jar:2.3.0.1:compile
[INFO] |  |  \- com.sun.xml.bind:jaxb-impl:jar:2.3.1:compile
[INFO] |  +- org.apache.commons:commons-text:jar:1.10.0:compile
[INFO] |  |  \- org.apache.commons:commons-lang3:jar:3.12.0:compile
[INFO] |  +- com.squareup.retrofit2:retrofit:jar:2.9.0:compile
[INFO] |  |  \- com.squareup.okhttp3:okhttp:jar:4.9.3:compile
[INFO] |  |     \- com.squareup.okio:okio:jar:2.8.0:compile
[INFO] |  +- com.squareup.retrofit2:converter-gson:jar:2.9.0:compile
[INFO] |  |  \- com.google.code.gson:gson:jar:2.9.1:compile
[INFO] |  +- com.squareup.retrofit2:converter-jaxb:jar:2.9.0:compile
[INFO] |  +- com.squareup.okhttp3:logging-interceptor:jar:4.9.3:compile
[INFO] |  +- org.springframework:spring-jdbc:jar:5.3.23:compile
[INFO] |  |  \- org.springframework:spring-tx:jar:5.3.23:compile
[INFO] |  +- com.zaxxer:HikariCP:jar:4.0.3:compile
[INFO] |  \- com.google.cloud:google-cloud-storage:jar:2.4.5:compile
[INFO] |     +- com.google.guava:guava:jar:31.0.1-jre:compile
[INFO] |     +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] |     +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] |     +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] |     +- com.google.j2objc:j2objc-annotations:jar:1.3:compile
[INFO] |     +- com.google.http-client:google-http-client:jar:1.41.4:compile
[INFO] |     +- io.opencensus:opencensus-contrib-http-util:jar:0.31.0:compile
[INFO] |     +- com.google.http-client:google-http-client-jackson2:jar:1.41.4:compile
[INFO] |     +- com.google.api-client:google-api-client:jar:1.33.2:compile
[INFO] |     +- com.google.oauth-client:google-oauth-client:jar:1.33.1:compile
[INFO] |     +- com.google.http-client:google-http-client-gson:jar:1.41.4:compile
[INFO] |     +- com.google.http-client:google-http-client-apache-v2:jar:1.41.4:compile
[INFO] |     +- com.google.apis:google-api-services-storage:jar:v1-rev20220210-1.32.1:compile
[INFO] |     +- com.google.cloud:google-cloud-core:jar:2.5.6:compile
[INFO] |     +- com.google.auto.value:auto-value-annotations:jar:1.9:compile
[INFO] |     +- com.google.api.grpc:proto-google-common-protos:jar:2.7.4:compile
[INFO] |     +- com.google.cloud:google-cloud-core-http:jar:2.5.6:compile
[INFO] |     +- com.google.http-client:google-http-client-appengine:jar:1.41.4:compile
[INFO] |     +- com.google.api:gax-httpjson:jar:0.97.2:compile
[INFO] |     +- com.google.api:gax:jar:2.12.2:compile
[INFO] |     +- com.google.auth:google-auth-library-credentials:jar:1.5.3:compile
[INFO] |     +- com.google.auth:google-auth-library-oauth2-http:jar:1.5.3:compile
[INFO] |     +- com.google.api:api-common:jar:2.1.4:compile
[INFO] |     +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
[INFO] |     +- io.opencensus:opencensus-api:jar:0.31.0:compile
[INFO] |     +- io.grpc:grpc-context:jar:1.44.1:compile
[INFO] |     +- com.google.api.grpc:proto-google-iam-v1:jar:1.2.6:compile
[INFO] |     +- com.google.protobuf:protobuf-java:jar:3.19.4:compile
[INFO] |     +- com.google.protobuf:protobuf-java-util:jar:3.19.4:compile
[INFO] |     \- org.threeten:threetenbp:jar:1.5.2:compile
[INFO] +- org.mockito.kotlin:mockito-kotlin:jar:4.0.0:test
[INFO] +- org.mockito:mockito-inline:jar:4.4.0:test
[INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:2.6.4:compile
[INFO] |  \- org.springframework:spring-context-support:jar:5.3.23:compile
[INFO] \- com.github.ben-manes.caffeine:caffeine:jar:3.1.1:compile
[INFO]    \- com.google.errorprone:error_prone_annotations:jar:2.14.0:compile
[INFO] 
[INFO] ------------------------< startinn:integration >------------------------
[INFO] Building integration 2.0.0                                         [5/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:3.3.0:tree (default-cli) @ integration ---
[INFO] startinn:integration:jar:2.0.0
[INFO] +- startinn:domain:jar:2.0.0:compile
[INFO] +- startinn:application:jar:2.0.0:compile
[INFO] |  \- org.jetbrains.kotlinx:kotlinx-coroutines-core:jar:1.6.4:compile
[INFO] |     \- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:jar:1.6.4:compile
[INFO] |        \- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.7.20:compile
[INFO] +- startinn:persistence:jar:2.0.0:compile
[INFO] |  \- org.flywaydb:flyway-core:jar:8.5.13:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.7.3:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:2.7.4:compile
[INFO] |  |  +- org.springframework.boot:spring-boot:jar:2.7.4:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-logging:jar:2.7.4:compile
[INFO] |  |  |  +- ch.qos.logback:logback-classic:jar:1.2.11:compile
[INFO] |  |  |  |  \- ch.qos.logback:logback-core:jar:1.2.11:compile
[INFO] |  |  |  +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.2:compile
[INFO] |  |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.17.2:compile
[INFO] |  |  |  \- org.slf4j:jul-to-slf4j:jar:1.7.36:compile
[INFO] |  |  +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] |  |  \- org.yaml:snakeyaml:jar:1.30:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:2.7.4:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.13.4:compile
[INFO] |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.4:compile
[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.13.4:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.7.4:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.65:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.65:compile
[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.65:compile
[INFO] |  +- org.springframework:spring-web:jar:5.3.23:compile
[INFO] |  |  \- org.springframework:spring-beans:jar:5.3.23:compile
[INFO] |  \- org.springframework:spring-webmvc:jar:5.3.23:compile
[INFO] |     +- org.springframework:spring-aop:jar:5.3.23:compile
[INFO] |     +- org.springframework:spring-context:jar:5.3.23:compile
[INFO] |     \- org.springframework:spring-expression:jar:5.3.23:compile
[INFO] +- com.fasterxml.jackson.module:jackson-module-kotlin:jar:2.13.4:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.4:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4:compile
[INFO] |  \- org.jetbrains.kotlin:kotlin-reflect:jar:1.7.20:compile
[INFO] |     \- org.jetbrains.kotlin:kotlin-stdlib:jar:1.7.20:compile
[INFO] |        \- org.jetbrains:annotations:jar:13.0:compile
[INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.14.0:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.13.4:compile
[INFO] |  \- joda-time:joda-time:jar:2.10.8:compile
[INFO] +- org.postgresql:postgresql:jar:42.3.7:runtime
[INFO] |  \- org.checkerframework:checker-qual:jar:3.5.0:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.7.4:test
[INFO] |  +- org.springframework.boot:spring-boot-test:jar:2.7.4:test
[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.7.4:test
[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.7.0:test
[INFO] |  |  +- net.minidev:json-smart:jar:2.4.8:test
[INFO] |  |  |  \- net.minidev:accessors-smart:jar:2.4.8:test
[INFO] |  |  |     \- org.ow2.asm:asm:jar:9.1:test
[INFO] |  |  \- org.slf4j:slf4j-api:jar:1.7.36:compile
[INFO] |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test
[INFO] |  |  \- jakarta.activation:jakarta.activation-api:jar:1.2.2:test
[INFO] |  +- org.assertj:assertj-core:jar:3.22.0:test
[INFO] |  +- org.hamcrest:hamcrest:jar:2.2:compile
[INFO] |  +- org.junit.jupiter:junit-jupiter:jar:5.8.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test
[INFO] |  |  |  +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] |  |  |  +- org.junit.platform:junit-platform-commons:jar:1.8.2:test
[INFO] |  |  |  \- org.apiguardian:apiguardian-api:jar:1.1.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.8.2:test
[INFO] |  |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.8.2:test
[INFO] |  |     \- org.junit.platform:junit-platform-engine:jar:1.8.2:test
[INFO] |  +- org.mockito:mockito-core:jar:4.5.1:test
[INFO] |  |  +- net.bytebuddy:byte-buddy:jar:1.12.17:test
[INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.12.17:test
[INFO] |  |  \- org.objenesis:objenesis:jar:3.2:test
[INFO] |  +- org.mockito:mockito-junit-jupiter:jar:4.5.1:test
[INFO] |  +- org.skyscreamer:jsonassert:jar:1.5.1:test
[INFO] |  |  \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] |  +- org.springframework:spring-core:jar:5.3.23:compile
[INFO] |  |  \- org.springframework:spring-jcl:jar:5.3.23:compile
[INFO] |  +- org.springframework:spring-test:jar:5.3.23:test
[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.9.0:test
[INFO] +- startinn:startinn.codebase:jar:15.0.0:compile
[INFO] |  +- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.7.20:compile
[INFO] |  |  \- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.7.20:compile
[INFO] |  +- org.springframework.boot:spring-boot-autoconfigure:jar:2.7.4:compile
[INFO] |  +- org.json:json:jar:20220924:compile
[INFO] |  +- com.hierynomus:sshj:jar:0.32.0:compile
[INFO] |  |  +- org.bouncycastle:bcprov-jdk15on:jar:1.69:runtime
[INFO] |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.69:runtime
[INFO] |  |  |  \- org.bouncycastle:bcutil-jdk15on:jar:1.69:runtime
[INFO] |  |  +- com.jcraft:jzlib:jar:1.1.3:runtime
[INFO] |  |  +- com.hierynomus:asn-one:jar:0.6.0:runtime
[INFO] |  |  \- net.i2p.crypto:eddsa:jar:0.3.0:runtime
[INFO] |  +- org.apache.commons:commons-csv:jar:1.9.0:compile
[INFO] |  +- org.apache.poi:poi:jar:4.1.2:compile
[INFO] |  |  +- org.apache.commons:commons-collections4:jar:4.4:compile
[INFO] |  |  +- org.apache.commons:commons-math3:jar:3.6.1:compile
[INFO] |  |  \- com.zaxxer:SparseBitSet:jar:1.2:compile
[INFO] |  +- org.apache.poi:poi-ooxml:jar:4.1.2:compile
[INFO] |  |  +- org.apache.poi:poi-ooxml-schemas:jar:4.1.2:compile
[INFO] |  |  |  \- org.apache.xmlbeans:xmlbeans:jar:3.1.0:compile
[INFO] |  |  +- org.apache.commons:commons-compress:jar:1.19:compile
[INFO] |  |  \- com.github.virtuald:curvesapi:jar:1.06:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.15:compile
[INFO] |  +- org.ktorm:ktorm-core:jar:3.6.0:compile
[INFO] |  +- org.ktorm:ktorm-support-postgresql:jar:3.6.0:compile
[INFO] |  +- uk.ac.abdn:SimpleNLG:jar:4.5.0:compile
[INFO] |  |  +- gov.nih.nlm.nls.lexaccess:lexaccess-dist:jar:2013:compile
[INFO] |  |  +- org.apache.maven.plugins:maven-antrun-plugin:jar:1.8:compile
[INFO] |  |  |  +- org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[INFO] |  |  |  +- org.apache.maven:maven-project:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-settings:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-profile:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-model:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[INFO] |  |  |  |  |  +- org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[INFO] |  |  |  |  |  +- org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile
[INFO] |  |  |  |  |  \- backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[INFO] |  |  |  |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[INFO] |  |  |  |     +- junit:junit:jar:4.13.2:compile
[INFO] |  |  |  |     |  \- org.hamcrest:hamcrest-core:jar:2.2:compile
[INFO] |  |  |  |     \- classworlds:classworlds:jar:1.1-alpha-2:compile
[INFO] |  |  |  +- org.apache.maven:maven-artifact:jar:2.2.1:compile
[INFO] |  |  |  +- org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
[INFO] |  |  |  \- org.apache.ant:ant:jar:1.9.4:compile
[INFO] |  |  |     \- org.apache.ant:ant-launcher:jar:1.9.4:compile
[INFO] |  |  +- javax.xml.bind:jaxb-api:jar:2.3.1:compile
[INFO] |  |  |  \- javax.activation:javax.activation-api:jar:1.2.0:compile
[INFO] |  |  +- com.sun.xml.bind:jaxb-core:jar:2.3.0.1:compile
[INFO] |  |  \- com.sun.xml.bind:jaxb-impl:jar:2.3.1:compile
[INFO] |  +- org.apache.commons:commons-text:jar:1.10.0:compile
[INFO] |  |  \- org.apache.commons:commons-lang3:jar:3.12.0:compile
[INFO] |  +- com.squareup.retrofit2:retrofit:jar:2.9.0:compile
[INFO] |  |  \- com.squareup.okhttp3:okhttp:jar:4.9.3:compile
[INFO] |  |     \- com.squareup.okio:okio:jar:2.8.0:compile
[INFO] |  +- com.squareup.retrofit2:converter-gson:jar:2.9.0:compile
[INFO] |  |  \- com.google.code.gson:gson:jar:2.9.1:compile
[INFO] |  +- com.squareup.retrofit2:converter-jaxb:jar:2.9.0:compile
[INFO] |  +- com.squareup.okhttp3:logging-interceptor:jar:4.9.3:compile
[INFO] |  +- org.springframework:spring-jdbc:jar:5.3.23:compile
[INFO] |  |  \- org.springframework:spring-tx:jar:5.3.23:compile
[INFO] |  +- com.zaxxer:HikariCP:jar:4.0.3:compile
[INFO] |  \- com.google.cloud:google-cloud-storage:jar:2.4.5:compile
[INFO] |     +- com.google.guava:guava:jar:31.0.1-jre:compile
[INFO] |     +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] |     +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] |     +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] |     +- com.google.j2objc:j2objc-annotations:jar:1.3:compile
[INFO] |     +- com.google.http-client:google-http-client:jar:1.41.4:compile
[INFO] |     +- io.opencensus:opencensus-contrib-http-util:jar:0.31.0:compile
[INFO] |     +- com.google.http-client:google-http-client-jackson2:jar:1.41.4:compile
[INFO] |     +- com.google.api-client:google-api-client:jar:1.33.2:compile
[INFO] |     +- com.google.oauth-client:google-oauth-client:jar:1.33.1:compile
[INFO] |     +- com.google.http-client:google-http-client-gson:jar:1.41.4:compile
[INFO] |     +- com.google.http-client:google-http-client-apache-v2:jar:1.41.4:compile
[INFO] |     +- com.google.apis:google-api-services-storage:jar:v1-rev20220210-1.32.1:compile
[INFO] |     +- com.google.cloud:google-cloud-core:jar:2.5.6:compile
[INFO] |     +- com.google.auto.value:auto-value-annotations:jar:1.9:compile
[INFO] |     +- com.google.api.grpc:proto-google-common-protos:jar:2.7.4:compile
[INFO] |     +- com.google.cloud:google-cloud-core-http:jar:2.5.6:compile
[INFO] |     +- com.google.http-client:google-http-client-appengine:jar:1.41.4:compile
[INFO] |     +- com.google.api:gax-httpjson:jar:0.97.2:compile
[INFO] |     +- com.google.api:gax:jar:2.12.2:compile
[INFO] |     +- com.google.auth:google-auth-library-credentials:jar:1.5.3:compile
[INFO] |     +- com.google.auth:google-auth-library-oauth2-http:jar:1.5.3:compile
[INFO] |     +- com.google.api:api-common:jar:2.1.4:compile
[INFO] |     +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
[INFO] |     +- io.opencensus:opencensus-api:jar:0.31.0:compile
[INFO] |     +- io.grpc:grpc-context:jar:1.44.1:compile
[INFO] |     +- com.google.api.grpc:proto-google-iam-v1:jar:1.2.6:compile
[INFO] |     +- com.google.protobuf:protobuf-java:jar:3.19.4:compile
[INFO] |     +- com.google.protobuf:protobuf-java-util:jar:3.19.4:compile
[INFO] |     \- org.threeten:threetenbp:jar:1.5.2:compile
[INFO] +- org.mockito.kotlin:mockito-kotlin:jar:4.0.0:test
[INFO] +- org.mockito:mockito-inline:jar:4.4.0:test
[INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:2.6.4:compile
[INFO] |  \- org.springframework:spring-context-support:jar:5.3.23:compile
[INFO] \- com.github.ben-manes.caffeine:caffeine:jar:3.1.1:compile
[INFO]    \- com.google.errorprone:error_prone_annotations:jar:2.14.0:compile
[INFO] 
[INFO] ----------------------------< startinn:api >----------------------------
[INFO] Building api 2.0.0                                                 [6/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:3.3.0:tree (default-cli) @ api ---
[INFO] startinn:api:jar:2.0.0
[INFO] +- startinn:application:jar:2.0.0:compile
[INFO] |  \- org.jetbrains.kotlinx:kotlinx-coroutines-core:jar:1.6.4:compile
[INFO] |     \- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:jar:1.6.4:compile
[INFO] |        \- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.7.20:compile
[INFO] +- startinn:integration:jar:2.0.0:compile
[INFO] +- startinn:domain:jar:2.0.0:compile
[INFO] +- startinn:persistence:jar:2.0.0:compile
[INFO] |  \- org.flywaydb:flyway-core:jar:8.5.13:compile
[INFO] +- org.springdoc:springdoc-openapi-webmvc-core:jar:1.5.12:compile
[INFO] |  +- org.springdoc:springdoc-openapi-common:jar:1.5.12:compile
[INFO] |  |  +- io.swagger.core.v3:swagger-models:jar:2.1.11:compile
[INFO] |  |  +- io.swagger.core.v3:swagger-annotations:jar:2.1.11:compile
[INFO] |  |  +- io.swagger.core.v3:swagger-integration:jar:2.1.11:compile
[INFO] |  |  |  \- io.swagger.core.v3:swagger-core:jar:2.1.11:compile
[INFO] |  |  |     +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.13.4:compile
[INFO] |  |  |     \- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] |  |  \- org.apache.commons:commons-lang3:jar:3.12.0:compile
[INFO] |  \- org.springframework:spring-webmvc:jar:5.3.23:compile
[INFO] |     +- org.springframework:spring-beans:jar:5.3.23:compile
[INFO] |     +- org.springframework:spring-context:jar:5.3.23:compile
[INFO] |     \- org.springframework:spring-expression:jar:5.3.23:compile
[INFO] +- org.springdoc:springdoc-openapi-ui:jar:1.5.12:compile
[INFO] |  +- org.webjars:swagger-ui:jar:3.52.5:compile
[INFO] |  \- org.webjars:webjars-locator-core:jar:0.50:compile
[INFO] |     \- org.slf4j:slf4j-api:jar:1.7.36:compile
[INFO] +- org.springdoc:springdoc-openapi-kotlin:jar:1.5.12:compile
[INFO] +- io.micrometer:micrometer-registry-prometheus:jar:1.9.4:compile
[INFO] |  +- io.micrometer:micrometer-core:jar:1.9.4:compile
[INFO] |  |  +- org.hdrhistogram:HdrHistogram:jar:2.1.12:compile
[INFO] |  |  \- org.latencyutils:LatencyUtils:jar:2.0.3:runtime
[INFO] |  \- io.prometheus:simpleclient_common:jar:0.15.0:compile
[INFO] |     \- io.prometheus:simpleclient:jar:0.15.0:compile
[INFO] |        +- io.prometheus:simpleclient_tracer_otel:jar:0.15.0:compile
[INFO] |        |  \- io.prometheus:simpleclient_tracer_common:jar:0.15.0:compile
[INFO] |        \- io.prometheus:simpleclient_tracer_otel_agent:jar:0.15.0:compile
[INFO] +- org.springframework.boot:spring-boot-starter-actuator:jar:2.7.3:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:2.7.4:compile
[INFO] |  |  +- org.springframework.boot:spring-boot:jar:2.7.4:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-logging:jar:2.7.4:compile
[INFO] |  |  |  +- ch.qos.logback:logback-classic:jar:1.2.11:compile
[INFO] |  |  |  |  \- ch.qos.logback:logback-core:jar:1.2.11:compile
[INFO] |  |  |  +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.2:compile
[INFO] |  |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.17.2:compile
[INFO] |  |  |  \- org.slf4j:jul-to-slf4j:jar:1.7.36:compile
[INFO] |  |  +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] |  |  \- org.yaml:snakeyaml:jar:1.30:compile
[INFO] |  \- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.7.4:compile
[INFO] |     +- org.springframework.boot:spring-boot-actuator:jar:2.7.4:compile
[INFO] |     \- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.4:compile
[INFO] +- org.springframework.boot:spring-boot-starter-aop:jar:2.6.7:compile
[INFO] |  +- org.springframework:spring-aop:jar:5.3.23:compile
[INFO] |  \- org.aspectj:aspectjweaver:jar:1.9.7:compile
[INFO] +- org.springdoc:springdoc-openapi-data-rest:jar:1.5.12:compile
[INFO] |  +- org.springdoc:springdoc-openapi-hateoas:jar:1.5.12:compile
[INFO] |  |  \- org.springframework.hateoas:spring-hateoas:jar:1.5.2:compile
[INFO] |  \- org.springframework.data:spring-data-rest-core:jar:3.7.3:compile
[INFO] |     +- org.springframework:spring-tx:jar:5.3.23:compile
[INFO] |     +- org.springframework.data:spring-data-commons:jar:2.7.3:compile
[INFO] |     +- org.springframework.plugin:spring-plugin-core:jar:2.0.0.RELEASE:compile
[INFO] |     +- org.atteo:evo-inflector:jar:1.3:compile
[INFO] |     \- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.13.4:compile
[INFO] +- io.github.classgraph:classgraph:jar:4.8.137:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.7.3:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-json:jar:2.7.4:compile
[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.13.4:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.7.4:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.65:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.65:compile
[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.65:compile
[INFO] |  \- org.springframework:spring-web:jar:5.3.23:compile
[INFO] +- com.fasterxml.jackson.module:jackson-module-kotlin:jar:2.13.4:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.4:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4:compile
[INFO] |  \- org.jetbrains.kotlin:kotlin-reflect:jar:1.7.20:compile
[INFO] |     \- org.jetbrains.kotlin:kotlin-stdlib:jar:1.7.20:compile
[INFO] |        \- org.jetbrains:annotations:jar:13.0:compile
[INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.14.0:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.13.4:compile
[INFO] |  \- joda-time:joda-time:jar:2.10.8:compile
[INFO] +- org.postgresql:postgresql:jar:42.3.7:runtime
[INFO] |  \- org.checkerframework:checker-qual:jar:3.5.0:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.7.4:test
[INFO] |  +- org.springframework.boot:spring-boot-test:jar:2.7.4:test
[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.7.4:test
[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.7.0:compile
[INFO] |  |  \- net.minidev:json-smart:jar:2.4.8:compile
[INFO] |  |     \- net.minidev:accessors-smart:jar:2.4.8:compile
[INFO] |  |        \- org.ow2.asm:asm:jar:9.1:compile
[INFO] |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile
[INFO] |  |  \- jakarta.activation:jakarta.activation-api:jar:1.2.2:compile
[INFO] |  +- org.assertj:assertj-core:jar:3.22.0:test
[INFO] |  +- org.hamcrest:hamcrest:jar:2.2:compile
[INFO] |  +- org.junit.jupiter:junit-jupiter:jar:5.8.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test
[INFO] |  |  |  +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] |  |  |  +- org.junit.platform:junit-platform-commons:jar:1.8.2:test
[INFO] |  |  |  \- org.apiguardian:apiguardian-api:jar:1.1.2:test
[INFO] |  |  +- org.junit.jupiter:junit-jupiter-params:jar:5.8.2:test
[INFO] |  |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.8.2:test
[INFO] |  |     \- org.junit.platform:junit-platform-engine:jar:1.8.2:test
[INFO] |  +- org.mockito:mockito-core:jar:4.5.1:test
[INFO] |  |  +- net.bytebuddy:byte-buddy:jar:1.12.17:test
[INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.12.17:test
[INFO] |  |  \- org.objenesis:objenesis:jar:3.2:test
[INFO] |  +- org.mockito:mockito-junit-jupiter:jar:4.5.1:test
[INFO] |  +- org.skyscreamer:jsonassert:jar:1.5.1:test
[INFO] |  |  \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] |  +- org.springframework:spring-core:jar:5.3.23:compile
[INFO] |  |  \- org.springframework:spring-jcl:jar:5.3.23:compile
[INFO] |  +- org.springframework:spring-test:jar:5.3.23:test
[INFO] |  \- org.xmlunit:xmlunit-core:jar:2.9.0:test
[INFO] +- startinn:startinn.codebase:jar:15.0.0:compile
[INFO] |  +- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.7.20:compile
[INFO] |  |  \- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.7.20:compile
[INFO] |  +- org.springframework.boot:spring-boot-autoconfigure:jar:2.7.4:compile
[INFO] |  +- org.json:json:jar:20220924:compile
[INFO] |  +- com.hierynomus:sshj:jar:0.32.0:compile
[INFO] |  |  +- org.bouncycastle:bcprov-jdk15on:jar:1.69:runtime
[INFO] |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.69:runtime
[INFO] |  |  |  \- org.bouncycastle:bcutil-jdk15on:jar:1.69:runtime
[INFO] |  |  +- com.jcraft:jzlib:jar:1.1.3:runtime
[INFO] |  |  +- com.hierynomus:asn-one:jar:0.6.0:runtime
[INFO] |  |  \- net.i2p.crypto:eddsa:jar:0.3.0:runtime
[INFO] |  +- org.apache.commons:commons-csv:jar:1.9.0:compile
[INFO] |  +- org.apache.poi:poi:jar:4.1.2:compile
[INFO] |  |  +- org.apache.commons:commons-collections4:jar:4.4:compile
[INFO] |  |  +- org.apache.commons:commons-math3:jar:3.6.1:compile
[INFO] |  |  \- com.zaxxer:SparseBitSet:jar:1.2:compile
[INFO] |  +- org.apache.poi:poi-ooxml:jar:4.1.2:compile
[INFO] |  |  +- org.apache.poi:poi-ooxml-schemas:jar:4.1.2:compile
[INFO] |  |  |  \- org.apache.xmlbeans:xmlbeans:jar:3.1.0:compile
[INFO] |  |  +- org.apache.commons:commons-compress:jar:1.19:compile
[INFO] |  |  \- com.github.virtuald:curvesapi:jar:1.06:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.15:compile
[INFO] |  +- org.ktorm:ktorm-core:jar:3.6.0:compile
[INFO] |  +- org.ktorm:ktorm-support-postgresql:jar:3.6.0:compile
[INFO] |  +- uk.ac.abdn:SimpleNLG:jar:4.5.0:compile
[INFO] |  |  +- gov.nih.nlm.nls.lexaccess:lexaccess-dist:jar:2013:compile
[INFO] |  |  +- org.apache.maven.plugins:maven-antrun-plugin:jar:1.8:compile
[INFO] |  |  |  +- org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[INFO] |  |  |  +- org.apache.maven:maven-project:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-settings:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-profile:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-model:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[INFO] |  |  |  |  |  +- org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[INFO] |  |  |  |  |  +- org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile
[INFO] |  |  |  |  |  \- backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[INFO] |  |  |  |  +- org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[INFO] |  |  |  |  +- org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[INFO] |  |  |  |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[INFO] |  |  |  |     +- junit:junit:jar:4.13.2:compile
[INFO] |  |  |  |     |  \- org.hamcrest:hamcrest-core:jar:2.2:compile
[INFO] |  |  |  |     \- classworlds:classworlds:jar:1.1-alpha-2:compile
[INFO] |  |  |  +- org.apache.maven:maven-artifact:jar:2.2.1:compile
[INFO] |  |  |  +- org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
[INFO] |  |  |  \- org.apache.ant:ant:jar:1.9.4:compile
[INFO] |  |  |     \- org.apache.ant:ant-launcher:jar:1.9.4:compile
[INFO] |  |  +- javax.xml.bind:jaxb-api:jar:2.3.1:compile
[INFO] |  |  |  \- javax.activation:javax.activation-api:jar:1.2.0:compile
[INFO] |  |  +- com.sun.xml.bind:jaxb-core:jar:2.3.0.1:compile
[INFO] |  |  \- com.sun.xml.bind:jaxb-impl:jar:2.3.1:compile
[INFO] |  +- org.apache.commons:commons-text:jar:1.10.0:compile
[INFO] |  +- com.squareup.retrofit2:retrofit:jar:2.9.0:compile
[INFO] |  |  \- com.squareup.okhttp3:okhttp:jar:4.9.3:compile
[INFO] |  |     \- com.squareup.okio:okio:jar:2.8.0:compile
[INFO] |  +- com.squareup.retrofit2:converter-gson:jar:2.9.0:compile
[INFO] |  |  \- com.google.code.gson:gson:jar:2.9.1:compile
[INFO] |  +- com.squareup.retrofit2:converter-jaxb:jar:2.9.0:compile
[INFO] |  +- com.squareup.okhttp3:logging-interceptor:jar:4.9.3:compile
[INFO] |  +- org.springframework:spring-jdbc:jar:5.3.23:compile
[INFO] |  +- com.zaxxer:HikariCP:jar:4.0.3:compile
[INFO] |  \- com.google.cloud:google-cloud-storage:jar:2.4.5:compile
[INFO] |     +- com.google.guava:guava:jar:31.0.1-jre:compile
[INFO] |     +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] |     +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] |     +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] |     +- com.google.j2objc:j2objc-annotations:jar:1.3:compile
[INFO] |     +- com.google.http-client:google-http-client:jar:1.41.4:compile
[INFO] |     +- io.opencensus:opencensus-contrib-http-util:jar:0.31.0:compile
[INFO] |     +- com.google.http-client:google-http-client-jackson2:jar:1.41.4:compile
[INFO] |     +- com.google.api-client:google-api-client:jar:1.33.2:compile
[INFO] |     +- com.google.oauth-client:google-oauth-client:jar:1.33.1:compile
[INFO] |     +- com.google.http-client:google-http-client-gson:jar:1.41.4:compile
[INFO] |     +- com.google.http-client:google-http-client-apache-v2:jar:1.41.4:compile
[INFO] |     +- com.google.apis:google-api-services-storage:jar:v1-rev20220210-1.32.1:compile
[INFO] |     +- com.google.cloud:google-cloud-core:jar:2.5.6:compile
[INFO] |     +- com.google.auto.value:auto-value-annotations:jar:1.9:compile
[INFO] |     +- com.google.api.grpc:proto-google-common-protos:jar:2.7.4:compile
[INFO] |     +- com.google.cloud:google-cloud-core-http:jar:2.5.6:compile
[INFO] |     +- com.google.http-client:google-http-client-appengine:jar:1.41.4:compile
[INFO] |     +- com.google.api:gax-httpjson:jar:0.97.2:compile
[INFO] |     +- com.google.api:gax:jar:2.12.2:compile
[INFO] |     +- com.google.auth:google-auth-library-credentials:jar:1.5.3:compile
[INFO] |     +- com.google.auth:google-auth-library-oauth2-http:jar:1.5.3:compile
[INFO] |     +- com.google.api:api-common:jar:2.1.4:compile
[INFO] |     +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
[INFO] |     +- io.opencensus:opencensus-api:jar:0.31.0:compile
[INFO] |     +- io.grpc:grpc-context:jar:1.44.1:compile
[INFO] |     +- com.google.api.grpc:proto-google-iam-v1:jar:1.2.6:compile
[INFO] |     +- com.google.protobuf:protobuf-java:jar:3.19.4:compile
[INFO] |     +- com.google.protobuf:protobuf-java-util:jar:3.19.4:compile
[INFO] |     \- org.threeten:threetenbp:jar:1.5.2:compile
[INFO] +- org.mockito.kotlin:mockito-kotlin:jar:4.0.0:test
[INFO] +- org.mockito:mockito-inline:jar:4.4.0:test
[INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:2.6.4:compile
[INFO] |  \- org.springframework:spring-context-support:jar:5.3.23:compile
[INFO] \- com.github.ben-manes.caffeine:caffeine:jar:3.1.1:compile
[INFO]    \- com.google.errorprone:error_prone_annotations:jar:2.14.0:compile
FeatureSpitter commented 1 year ago

Can it be related to the breaking changes?

Break Changes
Refactor [SqlExpressionVisitor](https://github.com/kotlin-orm/ktorm/blob/master/ktorm-core/src/main/kotlin/org/ktorm/expression/SqlExpressionVisitor.kt) and its subtypes from classes to interfaces for better coding flexibility.
Change SQL Server [datetimeoffset](https://www.ktorm.org/api-docs/org.ktorm.support.sqlserver/datetimeoffset.html)'s return type from Column<microsoft.sql.DateTimeOffset> to Column<java.time.OffsetDateTime>

I assume this project is not using semantic versioning.

vincentlauvlwj commented 1 year ago

I guess you have a common library startinn:startinn.codebase:jar:15.0.0, this library was compiled with an old version of ktorm.

You need to upgrade this library to a new version like 16.0.0, compiling it with ktorm 3.6.0, then use startinn:startinn.codebase:jar:16.0.0 in your project.

FeatureSpitter commented 1 year ago

You are right. That's exactly what happened...!

Adding to that, the pom dependency was initially using ranges:

        <!-- Ktorm --> 
        <dependency> 
            <groupId>org.ktorm</groupId> 
            <artifactId>ktorm-core</artifactId> 
            <version>[3.4.1,4.0.0)</version> 
        </dependency> 
        <dependency> 
            <groupId>org.ktorm</groupId> 
            <artifactId>ktorm-support-postgresql</artifactId> 
            <version>[3.4.1,4.0.0)</version> 
        </dependency> 

What I never though was that maven wouldn't report to outside projects the version it ended up using to compile (i.e. freeze the version to 3.5.0 after compiling with it).

Maybe this didn't work this time because the class that he reports in the stacktrace above (SqlExpressionVisitorInterceptor) got a breaking change? What this one of the classes for which the methods signature changed or something?

Well, note to self: Never use version ranges in maven again.

vincentlauvlwj commented 1 year ago

This is because I added a new function createExpressionVisitor in SqlDialect in 3.6.0, the function doesn't exist in 3.5.0.

This change should be backward compatible but require user code to be recompiled with 3.6.0. In other words, it is source code compatible but binary incompatible.

Ktorm DO USE semantic versioning, but we only guarantee source code compatibility, not binary compatibility.

As an exception, refactoring SqlExpressionVisitor from class to interfacce actually breaks source code compatibility, but this class is used by Ktorm internally, users don't use it directly.