Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Type | Licenses | Optional |
---|---|---|---|---|---|
com.fasterxml.jackson.core | jackson-annotations | 2.12.3 | jar | The Apache Software License, Version 2.0 | No |
com.fasterxml.jackson.core | jackson-core | 2.12.3 | jar | The Apache Software License, Version 2.0 | No |
com.fasterxml.jackson.core | jackson-databind | 2.12.3 | jar | The Apache Software License, Version 2.0 | No |
org.apache.avalon.framework | avalon-framework-api | 4.3.1 | jar | The Apache Software License, Version 2.0 | No |
org.apache.commons | commons-lang3 | 3.12.0 | jar | Apache License, Version 2.0 | No |
org.apache.fulcrum | fulcrum-json-api | 2.0.2-SNAPSHOT | jar | Apache License, Version 2.0 | No |
com.fasterxml.jackson.datatype | jackson-datatype-json-org | 2.12.3 | jar | The Apache Software License, Version 2.0 | Yes |
com.jayway.jsonpath | json-path | 2.6.0 | jar | The Apache Software License, Version 2.0 | Yes |
org.apache.geronimo.bundles | json | 20090211_1 | jar | The Apache Software License, Version 2.0 | Yes |
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 | Optional |
---|---|---|---|---|---|
org.apache.fulcrum | fulcrum-testcontainer | 1.0.9 | jar | Apache License, Version 2.0 | No |
org.apache.fulcrum | fulcrum-yaafi | 1.0.8 | jar | Apache License, Version 2.0 | No |
org.apache.logging.log4j | log4j-1.2-api | 2.14.1 | jar | Apache License, Version 2.0 | No |
org.apache.logging.log4j | log4j-api | 2.14.1 | jar | Apache License, Version 2.0 | No |
org.apache.logging.log4j | log4j-core | 2.14.1 | jar | Apache License, Version 2.0 | No |
org.junit.platform | junit-platform-runner | 1.7.2 | jar | Eclipse Public License v2.0 | No |
org.slf4j | slf4j-nop | 1.7.30 | jar | MIT License | Yes |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Type | Licenses | Optional |
---|---|---|---|---|---|
org.slf4j | slf4j-api | 1.7.30 | jar | MIT License | Yes |
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:
Project Dependency Graph
Dependency Tree
- org.apache.fulcrum:fulcrum-json-jackson2:jar:2.0.2-SNAPSHOT
- org.apache.commons:commons-lang3:jar:3.12.0 (compile)
- org.apache.avalon.framework:avalon-framework-api:jar:4.3.1 (compile)
- org.apache.fulcrum:fulcrum-json-api:jar:2.0.2-SNAPSHOT (compile)
- org.apache.fulcrum:fulcrum-yaafi:jar:1.0.8 (test)
- commons-io:commons-io:jar:2.6 (test)
- org.apache.avalon.framework:avalon-framework-impl:jar:4.3.1 (test)
- junit:junit:jar:4.12 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- com.fasterxml.jackson.core:jackson-core:jar:2.12.3 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.12.3 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.12.3 (compile)
- com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.12.3 (compile)
- org.apache.geronimo.bundles:json:jar:20090211_1 (compile)
- com.jayway.jsonpath:json-path:jar:2.6.0 (compile)
- org.slf4j:slf4j-api:jar:1.7.30 (compile)
- org.slf4j:slf4j-nop:jar:1.7.30 (test)
- org.apache.fulcrum:fulcrum-testcontainer:jar:1.0.9 (test)
- org.junit.jupiter:junit-jupiter:jar:5.7.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.7.0 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.7.0 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.7.0 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.7.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.7.0 (test)
- javax.servlet:javax.servlet-api:jar:3.1.0 (test)
- org.mockito:mockito-core:jar:3.5.13 (test)
- net.bytebuddy:byte-buddy:jar:1.10.15 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.10.15 (test)
- org.objenesis:objenesis:jar:3.1 (test)
- org.junit.jupiter:junit-jupiter:jar:5.7.0 (test)
- org.apache.logging.log4j:log4j-api:jar:2.14.1 (test)
- org.apache.logging.log4j:log4j-core:jar:2.14.1 (test)
- org.apache.logging.log4j:log4j-1.2-api:jar:2.14.1 (test)
- org.junit.platform:junit-platform-runner:jar:1.7.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.0 (test)
- org.junit.platform:junit-platform-launcher:jar:1.7.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.7.2 (test)
- org.junit.platform:junit-platform-suite-api:jar:1.7.2 (test)
Licenses
Eclipse Public License 1.0: JUnit
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: SLF4J API Module, SLF4J NOP Binding
The MIT License: mockito-core
Apache License, Version 2.0: Apache Commons IO, Apache Commons Lang, Apache Log4j 1.x Compatibility API, Apache Log4j API, Apache Log4j Core, Byte Buddy (without dependencies), Byte Buddy agent, Fulcrum JSON API, Fulcrum JSON Jackson 2.x Impl, Fulcrum Test Container, Fulcrum YAAFI, 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, JUnit Platform Launcher, JUnit Platform Runner, JUnit Platform Suite API
CDDL + GPLv2 with classpath exception: Java Servlet API
New BSD License: Hamcrest Core
The Apache Software License, Version 2.0: Apache Geronimo Bundles: json-20090211, Avalon Framework API, Avalon Framework Implementation, Jackson datatype: org.json, Jackson-annotations, Jackson-core, jackson-databind, project ':json-path'