Project Dependencies
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.hamcrest | hamcrest-library | 2.2 | jar | BSD License 3 |
org.junit.jupiter | junit-jupiter | 5.10.1 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 5.10.0 | jar | MIT |
org.mockito | mockito-junit-jupiter | 5.10.0 | jar | MIT |
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
io.wcm.tooling.spotbugs | io.wcm.tooling.spotbugs.annotations | 1.0.0 | jar | The Apache Software License, Version 2.0 |
org.jetbrains | annotations | 24.1.0 | jar | The Apache Software License, Version 2.0 |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.14.11 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.14.11 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.hamcrest | hamcrest | 2.2 | jar | BSD License 3 |
org.hamcrest | hamcrest-core | 2.2 | jar | BSD License 3 |
org.junit.jupiter | junit-jupiter-api | 5.10.1 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.10.1 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.10.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.10.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.10.1 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.3 | jar | Apache License, Version 2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- io.wcm.devops.conga.plugins:io.wcm.devops.conga.plugins.aem.root:pom:2.20.1-SNAPSHOT
CONGA AEM Plugin Description: Root POM for wcm.io CONGA Plugin for AEM.
URL: https://devops.wcm.io/conga/plugins/aem/
Project Licenses: The Apache Software License, Version 2.0
- org.jetbrains:annotations:jar:24.1.0 (provided)
JetBrains Java Annotations Description: A set of annotations used for code inspection support and code documentation.
URL: https://github.com/JetBrains/java-annotations
Project Licenses: The Apache Software License, Version 2.0
- io.wcm.tooling.spotbugs:io.wcm.tooling.spotbugs.annotations:jar:1.0.0 (provided)
Subset of Spotbugs Annotations Description: Contains a subset of Spotbugs Annotations for suppressing warnings in code.
URL: https://github.com/wcm-io/wcm-io-tooling/tree/develop/misc/spotbugs-annotations
Project Licenses: The Apache Software License, Version 2.0
- org.hamcrest:hamcrest-library:jar:2.2 (test)
Hamcrest Library Description: A library of Hamcrest matchers - deprecated, please use "hamcrest" instead
URL: http://hamcrest.org/JavaHamcrest/
Project Licenses: BSD License 3
- org.hamcrest:hamcrest-core:jar:2.2 (test)
Hamcrest Core Description: Core Hamcrest API - deprecated, please use "hamcrest" instead
URL: http://hamcrest.org/JavaHamcrest/
Project Licenses: BSD License 3
- org.hamcrest:hamcrest:jar:2.2 (test)
Hamcrest Description: Core API and libraries of hamcrest matcher framework.
URL: http://hamcrest.org/JavaHamcrest/
Project Licenses: BSD License 3
- org.hamcrest:hamcrest:jar:2.2 (test)
- org.hamcrest:hamcrest-core:jar:2.2 (test)
- org.mockito:mockito-core:jar:5.10.0 (test)
mockito-core Description: Mockito mock objects library core API and implementation
URL: https://github.com/mockito/mockito
Project Licenses: MIT
- net.bytebuddy:byte-buddy:jar:1.14.11 (test)
Byte Buddy (without dependencies) Description: Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.
URL: https://bytebuddy.net/byte-buddy
Project Licenses: Apache License, Version 2.0
- net.bytebuddy:byte-buddy-agent:jar:1.14.11 (test)
Byte Buddy agent Description: The Byte Buddy agent offers convenience for attaching an agent to the local or a remote VM.
URL: https://bytebuddy.net/byte-buddy-agent
Project Licenses: Apache License, Version 2.0
- org.objenesis:objenesis:jar:3.3 (test)
Objenesis Description: A library for instantiating Java objects
URL: http://objenesis.org/objenesis
Project Licenses: Apache License, Version 2.0
- net.bytebuddy:byte-buddy:jar:1.14.11 (test)
- org.mockito:mockito-junit-jupiter:jar:5.10.0 (test)
mockito-junit-jupiter Description: Mockito JUnit 5 support
URL: https://github.com/mockito/mockito
Project Licenses: MIT
- org.junit.jupiter:junit-jupiter-api:jar:5.10.1 (test)
JUnit Jupiter API Description: Module "junit-jupiter-api" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.opentest4j:opentest4j:jar:1.3.0 (test)
org.opentest4j:opentest4j Description: Open Test Alliance for the JVM
URL: https://github.com/ota4j-team/opentest4j
Project Licenses: The Apache License, Version 2.0
- org.junit.platform:junit-platform-commons:jar:1.10.1 (test)
JUnit Platform Commons Description: Module "junit-platform-commons" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
org.apiguardian:apiguardian-api Description: @API Guardian
URL: https://github.com/apiguardian-team/apiguardian
Project Licenses: The Apache License, Version 2.0
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.1 (test)
- org.junit.jupiter:junit-jupiter:jar:5.10.1 (test)
JUnit Jupiter (Aggregator) Description: Module "junit-jupiter" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.junit.jupiter:junit-jupiter-params:jar:5.10.1 (test)
JUnit Jupiter Params Description: Module "junit-jupiter-params" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.junit.jupiter:junit-jupiter-engine:jar:5.10.1 (test)
JUnit Jupiter Engine Description: Module "junit-jupiter-engine" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.junit.platform:junit-platform-engine:jar:1.10.1 (test)
JUnit Platform Engine API Description: Module "junit-platform-engine" of JUnit 5.
URL: https://junit.org/junit5/
Project Licenses: Eclipse Public License v2.0
- org.junit.platform:junit-platform-engine:jar:1.10.1 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.10.1 (test)
- org.jetbrains:annotations:jar:24.1.0 (provided)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
BSD License 3: Hamcrest, Hamcrest Core, Hamcrest Library
Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, Objenesis
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
MIT: mockito-core, mockito-junit-jupiter
The Apache Software License, Version 2.0: CONGA AEM Plugin, JetBrains Java Annotations, Subset of Spotbugs Annotations
Dependency File Details
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
io.wcm.tooling.spotbugs.annotations-1.0.0.jar | 3.9 kB | 13 | 1 | 1 | 1.8 | No |
byte-buddy-1.14.11.jar | 4.2 MB | 2935 | 2881 | 39 | 9 | Yes |
byte-buddy-agent-1.14.11.jar | 256.8 kB | 90 | 70 | 3 | 9 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 9 | Yes |
hamcrest-2.2.jar | 123.4 kB | 122 | 108 | 11 | 1.7 | Yes |
hamcrest-core-2.2.jar | 1.5 kB | 8 | 1 | 1 | 1.7 | Yes |
hamcrest-library-2.2.jar | 1.5 kB | 8 | 1 | 1 | 1.7 | Yes |
annotations-24.1.0.jar | 30.6 kB | 70 | 60 | 3 | 9 | Yes |
junit-jupiter-5.10.1.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
junit-jupiter-api-5.10.1.jar | 211 kB | 197 | 182 | 8 | 9 | Yes |
junit-jupiter-engine-5.10.1.jar | 244.7 kB | 147 | 130 | 9 | 9 | Yes |
junit-jupiter-params-5.10.1.jar | 586 kB | 381 | 347 | 22 | 9 | Yes |
junit-platform-commons-1.10.1.jar | 106.3 kB | 64 | 44 | 7 | 9 | Yes |
junit-platform-engine-1.10.1.jar | 204.8 kB | 153 | 136 | 10 | 9 | Yes |
mockito-core-5.10.0.jar | 704 kB | 642 | 570 | 64 | 11 | Yes |
mockito-junit-jupiter-5.10.0.jar | 8.9 kB | 13 | 5 | 2 | 11 | Yes |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 9 | Yes |
18 | 6.8 MB | 4931 | 4592 | 196 | 11 | 16 |
provided: 2 | provided: 34.5 kB | provided: 83 | provided: 61 | provided: 4 | 9 | provided: 1 |
test: 16 | test: 6.7 MB | test: 4848 | test: 4531 | test: 192 | 11 | test: 15 |