kinow commented on issue #1293:
URL: https://github.com/apache/jena/issues/1293#issuecomment-1372712597

   <detail>
   <summary>`mvn dependency:tree`</summary>
   
   ```
   [INFO] org.commonwl.view:cwlviewer:jar:1.4.6-SNAPSHOT
   [INFO] +- 
org.springframework.boot:spring-boot-starter-thymeleaf:jar:2.6.7:compile
   [INFO] |  +- org.springframework.boot:spring-boot-starter:jar:2.6.7:compile
   [INFO] |  |  +- org.springframework.boot:spring-boot:jar:2.6.7:compile
   [INFO] |  |  +- 
org.springframework.boot:spring-boot-autoconfigure:jar:2.6.7:compile
   [INFO] |  |  +- 
org.springframework.boot:spring-boot-starter-logging:jar:2.6.7: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.0:compile
   [INFO] |  |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.17.0: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.thymeleaf:thymeleaf-spring5:jar:3.0.15.RELEASE:compile
   [INFO] |  |  \- org.thymeleaf:thymeleaf:jar:3.0.15.RELEASE:compile
   [INFO] |  |     +- org.attoparser:attoparser:jar:2.0.5.RELEASE:compile
   [INFO] |  |     \- org.unbescape:unbescape:jar:1.1.6.RELEASE:compile
   [INFO] |  \- 
org.thymeleaf.extras:thymeleaf-extras-java8time:jar:3.0.4.RELEASE:compile
   [INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.6.7:compile
   [INFO] |  +- 
org.springframework.boot:spring-boot-starter-json:jar:2.6.7:compile
   [INFO] |  |  +- 
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.13.2:compile
   [INFO] |  |  +- 
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.2:compile
   [INFO] |  |  \- 
com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.13.2:compile
   [INFO] |  +- 
org.springframework.boot:spring-boot-starter-tomcat:jar:2.6.7:compile
   [INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.62:compile
   [INFO] |  |  \- 
org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.62:compile
   [INFO] |  +- org.springframework:spring-web:jar:5.3.19:compile
   [INFO] |  \- org.springframework:spring-webmvc:jar:5.3.19:compile
   [INFO] |     +- org.springframework:spring-aop:jar:5.3.19:compile
   [INFO] |     +- org.springframework:spring-context:jar:5.3.19:compile
   [INFO] |     \- org.springframework:spring-expression:jar:5.3.19:compile
   [INFO] +- 
org.springframework.boot:spring-boot-starter-data-jpa:jar:2.6.7:compile
   [INFO] |  +- 
org.springframework.boot:spring-boot-starter-aop:jar:2.6.7:compile
   [INFO] |  |  \- org.aspectj:aspectjweaver:jar:1.9.7:compile
   [INFO] |  +- 
org.springframework.boot:spring-boot-starter-jdbc:jar:2.6.7:compile
   [INFO] |  |  +- com.zaxxer:HikariCP:jar:4.0.3:compile
   [INFO] |  |  \- org.springframework:spring-jdbc:jar:5.3.19:compile
   [INFO] |  +- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile
   [INFO] |  +- jakarta.persistence:jakarta.persistence-api:jar:2.2.3:compile
   [INFO] |  +- org.hibernate:hibernate-core:jar:5.6.8.Final:compile
   [INFO] |  |  +- org.jboss.logging:jboss-logging:jar:3.4.3.Final:compile
   [INFO] |  |  +- net.bytebuddy:byte-buddy:jar:1.11.22:compile
   [INFO] |  |  +- antlr:antlr:jar:2.7.7:compile
   [INFO] |  |  +- org.jboss:jandex:jar:2.4.2.Final:compile
   [INFO] |  |  +- com.fasterxml:classmate:jar:1.5.1:compile
   [INFO] |  |  +- 
org.hibernate.common:hibernate-commons-annotations:jar:5.1.2.Final:compile
   [INFO] |  |  \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.6:compile
   [INFO] |  |     +- org.glassfish.jaxb:txw2:jar:2.3.6:compile
   [INFO] |  |     +- com.sun.istack:istack-commons-runtime:jar:3.0.12:compile
   [INFO] |  |     \- com.sun.activation:jakarta.activation:jar:1.2.2:runtime
   [INFO] |  +- org.springframework.data:spring-data-jpa:jar:2.6.4:compile
   [INFO] |  |  +- org.springframework:spring-orm:jar:5.3.19:compile
   [INFO] |  |  \- org.springframework:spring-tx:jar:5.3.19:compile
   [INFO] |  \- org.springframework:spring-aspects:jar:5.3.19:compile
   [INFO] +- org.springframework.data:spring-data-commons:jar:2.7.6:compile
   [INFO] |  +- org.springframework:spring-core:jar:5.3.19:compile
   [INFO] |  |  \- org.springframework:spring-jcl:jar:5.3.19:compile
   [INFO] |  +- org.springframework:spring-beans:jar:5.3.19:compile
   [INFO] |  \- org.slf4j:slf4j-api:jar:1.7.36:compile
   [INFO] +- com.vladmihalcea:hibernate-types-55:jar:2.21.1:compile
   [INFO] +- org.liquibase:liquibase-core:jar:4.18.0:compile
   [INFO] |  +- javax.xml.bind:jaxb-api:jar:2.3.1:compile
   [INFO] |  |  \- javax.activation:javax.activation-api:jar:1.2.0:compile
   [INFO] |  +- org.yaml:snakeyaml:jar:1.29:compile
   [INFO] |  \- com.opencsv:opencsv:jar:5.7.1:compile
   [INFO] |     +- org.apache.commons:commons-text:jar:1.10.0:compile
   [INFO] |     \- org.apache.commons:commons-collections4:jar:4.4:compile
   [INFO] +- org.postgresql:postgresql:jar:42.3.4:runtime
   [INFO] |  \- org.checkerframework:checker-qual:jar:3.5.0:runtime
   [INFO] +- org.snakeyaml:snakeyaml-engine:jar:2.5:compile
   [INFO] +- 
com.github.jabbalaci:graphviz-java-api:jar:f9bf94896776de6e98b5004e819b63fb4c15b15d:compile
   [INFO] +- 
org.apache.taverna.language:taverna-robundle:jar:0.16.0-incubating-SNAPSHOT:compile
   [INFO] |  +- 
org.apache.taverna.language:taverna-ro-vocabs:jar:0.16.0-incubating-SNAPSHOT:compile
   [INFO] |  |  \- org.apache.jena:jena-arq:jar:3.7.0:compile
   [INFO] |  +- 
com.fasterxml.jackson.core:jackson-annotations:jar:2.13.2:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.1:compile
   [INFO] |  +- commons-configuration:commons-configuration:jar:1.10:compile
   [INFO] |  |  +- commons-lang:commons-lang:jar:2.6:compile
   [INFO] |  |  \- commons-logging:commons-logging:jar:1.1.1:compile
   [INFO] |  +- org.apache.jena:jena-osgi:jar:3.7.0:compile
   [INFO] |  |  +- org.apache.commons:commons-csv:jar:1.5:compile
   [INFO] |  |  +- org.apache.thrift:libthrift:jar:0.10.0:compile
   [INFO] |  |  \- org.osgi:org.osgi.core:jar:5.0.0:compile
   [INFO] |  +- 
org.apache.servicemix.bundles:org.apache.servicemix.bundles.xerces:jar:2.11.0_1:compile
   [INFO] |  |  \- xml-apis:xml-apis:jar:1.4.01:compile
   [INFO] |  +- com.github.andrewoma.dexx:collection:jar:0.6:compile
   [INFO] |  +- com.sun.xml.bind:jaxb-osgi:jar:2.3.0:compile
   [INFO] |  \- javax.activation:activation:jar:1.1.1:compile
   [INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.14.1:compile
   [INFO] +- org.apache.jena:jena-core:jar:4.7.0:compile
   [INFO] |  +- org.apache.jena:jena-base:jar:4.7.0:compile
   [INFO] |  |  +- org.apache.jena:jena-shaded-guava:jar:4.7.0:compile
   [INFO] |  |  \- commons-codec:commons-codec:jar:1.15:compile
   [INFO] |  +- org.apache.jena:jena-iri:jar:4.7.0:compile
   [INFO] |  \- commons-cli:commons-cli:jar:1.5.0:compile
   [INFO] +- com.github.jsonld-java:jsonld-java:jar:0.13.4:compile
   [INFO] |  +- org.apache.httpcomponents:httpclient-osgi:jar:4.5.13:compile
   [INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
   [INFO] |  |  +- org.apache.httpcomponents:httpmime:jar:4.5.13:compile
   [INFO] |  |  +- org.apache.httpcomponents:httpclient-cache:jar:4.5.13:compile
   [INFO] |  |  \- org.apache.httpcomponents:fluent-hc:jar:4.5.13:compile
   [INFO] |  +- org.apache.httpcomponents:httpcore-osgi:jar:4.4.14:compile
   [INFO] |  |  +- org.apache.httpcomponents:httpcore:jar:4.4.15:compile
   [INFO] |  |  \- org.apache.httpcomponents:httpcore-nio:jar:4.4.15:compile
   [INFO] |  \- org.slf4j:jcl-over-slf4j:jar:1.7.36:compile
   [INFO] +- org.eclipse.jgit:org.eclipse.jgit:jar:6.1.0.202203080745-r:compile
   [INFO] |  \- com.googlecode.javaewah:JavaEWAH:jar:1.1.13:compile
   [INFO] +- org.apache.commons:commons-compress:jar:1.22:compile
   [INFO] +- commons-io:commons-io:jar:2.11.0:compile
   [INFO] +- 
org.springframework.boot:spring-boot-starter-validation:jar:2.6.7:compile
   [INFO] |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.62:compile
   [INFO] |  \- 
org.hibernate.validator:hibernate-validator:jar:6.2.3.Final:compile
   [INFO] |     \- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
   [INFO] +- com.github.tbouron:spdx-license-checker:jar:1.0.0:compile
   [INFO] |  \- org.apache.commons:commons-lang3:jar:3.12.0:compile
   [INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.6.7:test
   [INFO] |  +- org.springframework.boot:spring-boot-test:jar:2.6.7:test
   [INFO] |  +- 
org.springframework.boot:spring-boot-test-autoconfigure:jar:2.6.7:test
   [INFO] |  +- com.jayway.jsonpath:json-path:jar:2.6.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:compile
   [INFO] |  |  \- jakarta.activation:jakarta.activation-api:jar:1.2.2:compile
   [INFO] |  +- org.assertj:assertj-core:jar:3.21.0:test
   [INFO] |  +- org.hamcrest:hamcrest:jar:2.2:test
   [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.0.0:test
   [INFO] |  |  +- net.bytebuddy:byte-buddy-agent:jar:1.11.22:test
   [INFO] |  |  \- org.objenesis:objenesis:jar:3.2:test
   [INFO] |  +- org.mockito:mockito-junit-jupiter:jar:4.0.0:test
   [INFO] |  +- org.skyscreamer:jsonassert:jar:1.5.0:test
   [INFO] |  |  \- 
com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
   [INFO] |  +- org.springframework:spring-test:jar:5.3.19:test
   [INFO] |  \- org.xmlunit:xmlunit-core:jar:2.8.4:test
   [INFO] +- org.testcontainers:junit-jupiter:jar:1.17.6:test
   [INFO] |  +- org.testcontainers:testcontainers:jar:1.17.6:test
   [INFO] |  |  +- junit:junit:jar:4.13.2:test
   [INFO] |  |  |  \- org.hamcrest:hamcrest-core:jar:2.2:test
   [INFO] |  |  +- org.rnorth.duct-tape:duct-tape:jar:1.0.8:test
   [INFO] |  |  |  \- org.jetbrains:annotations:jar:17.0.0:test
   [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.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.6:test
   [INFO] |  \- org.testcontainers:jdbc:jar:1.17.6:test
   [INFO] |     \- org.testcontainers:database-commons:jar:1.17.6:test
   [INFO] \- org.mockito:mockito-inline:jar:4.11.0:test
   ```
   
   It's due to Taverna:
   
   ```
   [INFO] +- 
org.apache.taverna.language:taverna-robundle:jar:0.16.0-incubating-SNAPSHOT:compile
   [INFO] |  +- 
org.apache.taverna.language:taverna-ro-vocabs:jar:0.16.0-incubating-SNAPSHOT:compile
   [INFO] |  |  \- org.apache.jena:jena-arq:jar:3.7.0:compile
   ```
   </detail>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to