afs commented on PR #2420: URL: https://github.com/apache/jena/pull/2420#issuecomment-2093297439
`<scope>test</scope>` means the dependency isn't available or necessary for lib users. JUnit is also scope=test. ``` [desktop] >> mvn -Dscope=runtime dependency:tree [INFO] Scanning for projects... [INFO] [INFO] --------------------< org.apache.jena:jena-ontapi >--------------------- [INFO] Building Apache Jena - ONTAPI 5.1.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- dependency:3.6.1:tree (default-cli) @ jena-ontapi --- [INFO] org.apache.jena:jena-ontapi:jar:5.1.0-SNAPSHOT [INFO] \- org.apache.jena:jena-arq:jar:5.1.0-SNAPSHOT:compile [INFO] +- org.apache.jena:jena-core:jar:5.1.0-SNAPSHOT:compile [INFO] | +- org.apache.jena:jena-base:jar:5.1.0-SNAPSHOT:compile [INFO] | | +- org.apache.commons:commons-csv:jar:1.10.0:compile [INFO] | | +- commons-io:commons-io:jar:2.16.1:compile [INFO] | | +- commons-codec:commons-codec:jar:1.17.0:compile [INFO] | | +- org.apache.commons:commons-compress:jar:1.26.1:compile [INFO] | | +- org.apache.commons:commons-collections4:jar:4.4:compile [INFO] | | +- com.github.ben-manes.caffeine:caffeine:jar:3.1.8:compile [INFO] | | | +- org.checkerframework:checker-qual:jar:3.37.0:compile [INFO] | | | \- com.google.errorprone:error_prone_annotations:jar:2.21.1:compile [INFO] | | \- com.github.andrewoma.dexx:collection:jar:0.7:compile [INFO] | +- org.apache.jena:jena-iri:jar:5.1.0-SNAPSHOT:compile [INFO] | \- org.roaringbitmap:RoaringBitmap:jar:1.0.6:compile [INFO] +- com.google.code.gson:gson:jar:2.10.1:compile [INFO] +- com.apicatalog:titanium-json-ld:jar:1.4.0:compile [INFO] +- org.glassfish:jakarta.json:jar:2.0.1:compile [INFO] +- com.google.protobuf:protobuf-java:jar:4.26.1:compile [INFO] +- org.apache.thrift:libthrift:jar:0.20.0:compile [INFO] \- org.apache.commons:commons-lang3:jar:3.14.0:compile [INFO] ------------------------------------------------------------------------ ``` -- 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]
