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 |
---|---|---|---|---|
com.jayway.jsonpath | json-path | 2.9.0 | jar | The Apache Software License, Version 2.0 |
io.wcm | io.wcm.site-api.openapi-validator | 1.1.0 | jar | The Apache Software License, Version 2.0 |
org.jsoup | jsoup | 1.20.1 | jar | The MIT License |
org.slf4j | slf4j-api | 1.7.36 | jar | MIT License |
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 |
---|---|---|---|---|
jakarta.json | jakarta.json-api | 2.1.3 | jar | Eclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception |
org.apache.johnzon | johnzon-core | 2.0.2 | jar | The Apache Software License, Version 2.0 |
org.apache.sling | org.apache.sling.testing.logging-mock | 2.0.0 | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter | 5.13.0 | jar | Eclipse Public License v2.0 |
org.wiremock | wiremock | 3.13.0 | jar | The Apache Software License, Version 2.0 |
org.yaml | snakeyaml | 2.4 | jar | Apache License, Version 2.0 |
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 | 26.0.2 | 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.
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 |
---|---|---|---|---|
com.fasterxml.jackson.core | jackson-annotations | 2.18.3 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-core | 2.18.3 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-databind | 2.18.3 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.dataformat | jackson-dataformat-yaml | 2.18.1 | jar | The Apache Software License, Version 2.0 |
commons-io | commons-io | 2.19.0 | jar | Apache-2.0 |
io.github.classgraph | classgraph | 4.8.179 | jar | The MIT License (MIT) |
org.apache.commons | commons-lang3 | 3.17.0 | jar | Apache-2.0 |
org.openapi4j | openapi-core | 1.0.7 | jar | Apache License, Version 2.0 |
org.openapi4j | openapi-parser | 1.0.7 | jar | Apache License, Version 2.0 |
org.openapi4j | openapi-schema-validator | 1.0.7 | jar | Apache License, Version 2.0 |
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
net.minidev | accessors-smart | 2.5.0 | jar | The Apache Software License, Version 2.0 |
net.minidev | json-smart | 2.5.0 | jar | The Apache Software License, Version 2.0 |
org.ow2.asm | asm | 9.3 | jar | BSD-3-Clause |
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
- io.wcm:io.wcm.site-api.integration-test-support:jar:1.1.1-SNAPSHOT
Site API Integration Test Support Description: Run Cloud Manager integration tests for Site API.
URL: https://wcm.io/site-api/integration-test-support/
Project Licenses: The Apache Software License, Version 2.0
- io.wcm:io.wcm.site-api.openapi-validator:jar:1.1.0 (compile)
Site API Open API Validator Description: Validates OAS3 schemas and JSON content.
URL: https://wcm.io/site-api/openapi-validator/
Project Licenses: The Apache Software License, Version 2.0
- org.openapi4j:openapi-parser:jar:1.0.7 (compile)
openapi-parser Description: openapi4j schema parser & validator
URL: https://github.com/openapi4j/openapi4j
Project Licenses: Apache License, Version 2.0
- org.openapi4j:openapi-core:jar:1.0.7 (compile)
openapi-core Description: openapi4j core utils & JSON reference resolver
URL: https://github.com/openapi4j/openapi4j
Project Licenses: Apache License, Version 2.0
- org.openapi4j:openapi-core:jar:1.0.7 (compile)
- org.openapi4j:openapi-schema-validator:jar:1.0.7 (compile)
openapi-schema-validator Description: openapi4j schema data validator
URL: https://github.com/openapi4j/openapi4j
Project Licenses: Apache License, Version 2.0
- io.github.classgraph:classgraph:jar:4.8.179 (compile)
ClassGraph Description: The uber-fast, ultra-lightweight classpath and module scanner for JVM languages.
URL: https://github.com/classgraph/classgraph
Project Licenses: The MIT License (MIT)
- org.apache.commons:commons-lang3:jar:3.17.0 (compile)
Apache Commons Lang Description: Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. The code is tested using the latest revision of the JDK for supported LTS releases: 8, 11, 17 and 21 currently. See https://github.com/apache/commons-lang/blob/master/.github/workflows/maven.yml Please ensure your build environment is up-to-date and kindly report any build issues.
URL: https://commons.apache.org/proper/commons-lang/
Project Licenses: Apache-2.0
- commons-io:commons-io:jar:2.19.0 (compile)
Apache Commons IO Description: The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.
URL: https://commons.apache.org/proper/commons-io/
Project Licenses: Apache-2.0
- org.openapi4j:openapi-parser:jar:1.0.7 (compile)
- org.jsoup:jsoup:jar:1.20.1 (compile)
jsoup Java HTML Parser Description: jsoup is a Java library that simplifies working with real-world HTML and XML. It offers an easy-to-use API for URL fetching, data parsing, extraction, and manipulation using DOM API methods, CSS, and xpath selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers.
URL: https://jsoup.org/
Project Licenses: The MIT License
- com.jayway.jsonpath:json-path:jar:2.9.0 (compile)
json-path Description: A library to query and verify JSON
URL: https://github.com/jayway/JsonPath
Project Licenses: The Apache Software License, Version 2.0
- net.minidev:json-smart:jar:2.5.0 (runtime)
JSON Small and Fast Parser Description: JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
URL: https://urielch.github.io/
Project Licenses: The Apache Software License, Version 2.0
- net.minidev:accessors-smart:jar:2.5.0 (runtime)
ASM based accessors helper used by json-smart Description: Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls.
URL: https://urielch.github.io/
Project Licenses: The Apache Software License, Version 2.0
- org.ow2.asm:asm:jar:9.3 (runtime)
asm Description: ASM, a very small and fast Java bytecode manipulation framework
URL: http://asm.ow2.io/
Project Licenses: BSD-3-Clause
- org.ow2.asm:asm:jar:9.3 (runtime)
- net.minidev:accessors-smart:jar:2.5.0 (runtime)
- net.minidev:json-smart:jar:2.5.0 (runtime)
- org.slf4j:slf4j-api:jar:1.7.36 (compile)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project Licenses: MIT License
- org.junit.jupiter:junit-jupiter:jar:5.13.0 (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-api:jar:5.13.0 (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.13.0 (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-params:jar:5.13.0 (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.13.0 (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.13.0 (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.13.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.13.0 (test)
- org.wiremock:wiremock:jar:3.13.0 (test)
WireMock Description: A web service test double for all occasions
URL: http://wiremock.org
Project Licenses: The Apache Software License, Version 2.0
- org.eclipse.jetty:jetty-server:jar:11.0.24 (test)
Jetty :: Server Core Description: The core jetty server artifact.
URL: https://jetty.org/jetty-server
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- org.eclipse.jetty:jetty-http:jar:11.0.24 (test)
Jetty :: Http Utility Description: The Eclipse Jetty Project
URL: https://jetty.org/jetty-http
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- org.eclipse.jetty:jetty-io:jar:11.0.24 (test)
Jetty :: IO Utility Description: The Eclipse Jetty Project
URL: https://jetty.org/jetty-io
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- org.eclipse.jetty.toolchain:jetty-jakarta-servlet-api:jar:5.0.2 (test)
Jetty :: Jakarta Servlet API and Schemas for JPMS and OSGi Description: The Eclipse Jetty Toolchain Parent
URL: https://eclipse.org/jetty/jetty-jakarta-servlet-api
Project Licenses: Apache Software License - Version 2.0, Eclipse Public License - Version 1.0
- org.eclipse.jetty:jetty-http:jar:11.0.24 (test)
- org.eclipse.jetty:jetty-servlet:jar:11.0.24 (test)
Jetty :: Servlet Handling Description: Jetty Servlet Container
URL: https://jetty.org/jetty-servlet
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- org.eclipse.jetty:jetty-security:jar:11.0.24 (test)
Jetty :: Security Description: Jetty security infrastructure
URL: https://jetty.org/jetty-security
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- org.eclipse.jetty:jetty-security:jar:11.0.24 (test)
- org.eclipse.jetty:jetty-servlets:jar:11.0.24 (test)
Jetty :: Utility Servlets and Filters Description: Utility Servlets from Jetty
URL: https://jetty.org/jetty-servlets
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- org.eclipse.jetty:jetty-util:jar:11.0.24 (test)
Jetty :: Utilities Description: Utility classes for Jetty
URL: https://jetty.org/jetty-util
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- org.eclipse.jetty:jetty-util:jar:11.0.24 (test)
- org.eclipse.jetty:jetty-webapp:jar:11.0.24 (test)
Jetty :: Webapp Application Support Description: Jetty web application support
URL: https://jetty.org/jetty-webapp
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- org.eclipse.jetty:jetty-xml:jar:11.0.24 (test)
Jetty :: XML utilities Description: The jetty xml utilities.
URL: https://jetty.org/jetty-xml
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- org.eclipse.jetty:jetty-xml:jar:11.0.24 (test)
- org.eclipse.jetty:jetty-proxy:jar:11.0.24 (test)
Jetty :: Proxy Description: Jetty Proxy
URL: https://jetty.org/jetty-proxy
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- org.eclipse.jetty:jetty-client:jar:11.0.24 (test)
Jetty :: Asynchronous HTTP Client Description: The Eclipse Jetty Project
URL: https://jetty.org/jetty-client
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- org.eclipse.jetty:jetty-client:jar:11.0.24 (test)
- org.eclipse.jetty.http2:http2-server:jar:11.0.24 (test)
Jetty :: HTTP2 :: Server Description: The Eclipse Jetty Project
URL: https://jetty.org/http2-parent/http2-server
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- org.eclipse.jetty.http2:http2-common:jar:11.0.24 (test)
Jetty :: HTTP2 :: Common Description: The Eclipse Jetty Project
URL: https://jetty.org/http2-parent/http2-common
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- org.eclipse.jetty.http2:http2-hpack:jar:11.0.24 (test)
Jetty :: HTTP2 :: HPACK Description: The Eclipse Jetty Project
URL: https://jetty.org/http2-parent/http2-hpack
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- org.eclipse.jetty.http2:http2-hpack:jar:11.0.24 (test)
- org.eclipse.jetty.http2:http2-common:jar:11.0.24 (test)
- org.eclipse.jetty:jetty-alpn-server:jar:11.0.24 (test)
Jetty :: ALPN :: Server Description: The Eclipse Jetty Project
URL: https://jetty.org/jetty-alpn-parent/jetty-alpn-server
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- org.eclipse.jetty:jetty-alpn-java-server:jar:11.0.24 (test)
Jetty :: ALPN :: JDK9 Server Implementation Description: The Eclipse Jetty Project
URL: https://jetty.org/jetty-alpn-parent/jetty-alpn-java-server
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- org.eclipse.jetty:jetty-alpn-java-client:jar:11.0.24 (test)
Jetty :: ALPN :: JDK9 Client Implementation Description: The Eclipse Jetty Project
URL: https://jetty.org/jetty-alpn-parent/jetty-alpn-java-client
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- org.eclipse.jetty:jetty-alpn-client:jar:11.0.24 (test)
Jetty :: ALPN :: Client Description: The Eclipse Jetty Project
URL: https://jetty.org/jetty-alpn-parent/jetty-alpn-client
Project Licenses: Eclipse Public License - Version 2.0, Apache Software License - Version 2.0
- com.google.guava:guava:jar:33.4.8-jre (test)
Guava: Google Core Libraries for Java Description: Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more.
URL: https://github.com/google/guava
Project Licenses: Apache License, Version 2.0
- com.google.guava:failureaccess:jar:1.0.3 (test)
Guava InternalFutureFailureAccess and InternalFutures Description: Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes are conceptually a part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (just as they can use ListenableFuture by depending on the listenablefuture artifact).
URL: https://github.com/google/guava/failureaccess
Project Licenses: Apache License, Version 2.0
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (test)
Guava ListenableFuture only Description: An empty artifact that Guava depends on to signal that it is providing ListenableFuture -- but is also available in a second "version" that contains com.google.common.util.concurrent.ListenableFuture class, without any other Guava classes. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the "real" listenablefuture-1.0 -- avoiding a conflict with the copy of ListenableFuture in guava itself. If users are using an older version of Guava or a build system other than Gradle, they may see class conflicts. If so, they can solve them by manually excluding the listenablefuture artifact or manually forcing their build systems to use 9999.0-....
URL: https://github.com/google/guava/listenablefuture
Project Licenses: The Apache Software License, Version 2.0
- org.jspecify:jspecify:jar:1.0.0 (test)
JSpecify annotations Description: An artifact of well-named and well-specified annotations to power static analysis checks
URL: http://jspecify.org/
Project Licenses: The Apache License, Version 2.0
- com.google.errorprone:error_prone_annotations:jar:2.36.0 (test)
error-prone annotations Description: Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.
URL: https://errorprone.info/error_prone_annotations
Project Licenses: Apache 2.0
- com.google.j2objc:j2objc-annotations:jar:3.0.0 (test)
J2ObjC Annotations Description: A set of annotations that provide additional information to the J2ObjC translator to modify the result of translation.
URL: https://github.com/google/j2objc/
Project Licenses: Apache License, Version 2.0
- com.google.guava:failureaccess:jar:1.0.3 (test)
- com.fasterxml.jackson.core:jackson-core:jar:2.18.3 (compile)
Jackson-core Description: Core Jackson processing abstractions (aka Streaming API), implementation for JSON
URL: https://github.com/FasterXML/jackson-core
Project Licenses: The Apache Software License, Version 2.0
- com.fasterxml.jackson.core:jackson-annotations:jar:2.18.3 (compile)
Jackson-annotations Description: Core annotations used for value types, used by Jackson data binding package.
URL: https://github.com/FasterXML/jackson
Project Licenses: The Apache Software License, Version 2.0
- com.fasterxml.jackson.core:jackson-databind:jar:2.18.3 (compile)
jackson-databind Description: General data-binding functionality for Jackson: works on core streaming API
URL: https://github.com/FasterXML/jackson
Project Licenses: The Apache Software License, Version 2.0
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.18.3 (test)
Jackson datatype: JSR310 Description: Add-on module to support JSR-310 (Java 8 Date & Time API) data types.
URL: https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310
Project Licenses: The Apache Software License, Version 2.0
- org.apache.httpcomponents.client5:httpclient5:jar:5.4.3 (test)
Apache HttpClient Description: Apache HttpComponents Client
URL: https://hc.apache.org/httpcomponents-client-5.4.x/5.4.3/httpclient5/
Project Licenses: Apache License, Version 2.0
- org.apache.httpcomponents.core5:httpcore5:jar:5.3.4 (test)
Apache HttpComponents Core HTTP/1.1 Description: Apache HttpComponents HTTP/1.1 core components
URL: https://hc.apache.org/httpcomponents-core-5.3.x/5.3.4/httpcore5/
Project Licenses: Apache License, Version 2.0
- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.3.4 (test)
Apache HttpComponents Core HTTP/2 Description: Apache HttpComponents HTTP/2 Core Components
URL: https://hc.apache.org/httpcomponents-core-5.3.x/5.3.4/httpcore5-h2/
Project Licenses: Apache License, Version 2.0
- org.apache.httpcomponents.core5:httpcore5:jar:5.3.4 (test)
- org.xmlunit:xmlunit-core:jar:2.10.0 (test)
org.xmlunit:xmlunit-core Description: XMLUnit for Java
Project Licenses: The Apache Software License, Version 2.0
- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 (test)
Jakarta XML Binding API Description: Jakarta XML Binding API
URL: https://github.com/eclipse-ee4j/jaxb-api/jakarta.xml.bind-api
Project Licenses: Eclipse Distribution License - v 1.0
- jakarta.activation:jakarta.activation-api:jar:1.2.2 (test)
Jakarta Activation API jar Description: Jakarta Activation API jar
URL: https://github.com/eclipse-ee4j/jaf/jakarta.activation-api
Project Licenses: EDL 1.0
- jakarta.activation:jakarta.activation-api:jar:1.2.2 (test)
- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 (test)
- org.xmlunit:xmlunit-legacy:jar:2.10.0 (test)
org.xmlunit:xmlunit-legacy Description: XMLUnit 1.x Compatibility Layer
Project Licenses: The BSD 3-Clause License
- org.xmlunit:xmlunit-placeholders:jar:2.10.0 (test)
org.xmlunit:xmlunit-placeholders Description: XMLUnit for Java Placeholder DSL for Comparisons
URL: https://www.xmlunit.org/xmlunit-placeholders/
Project Licenses: The Apache Software License, Version 2.0
- net.javacrumbs.json-unit:json-unit-core:jar:2.40.1 (test)
json-unit-core Description: Core classes for JSON unit
URL: https://github.com/lukas-krecan/JsonUnit/json-unit-core
Project Licenses: The Apache Software License, Version 2.0
- 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)
- net.sf.jopt-simple:jopt-simple:jar:5.0.4 (test)
JOpt Simple Description: A Java library for parsing command line options
URL: http://jopt-simple.github.io/jopt-simple
Project Licenses: The MIT License
- com.github.jknack:handlebars:jar:4.3.1 (test)
Handlebars Description: Logic-less and semantic templates with Java
URL: https://github.com/jknack/handlebars.java/handlebars
Project Licenses: The Apache Software License, Version 2.0
- com.github.jknack:handlebars-helpers:jar:4.3.1 (test)
Handlebars Helpers Description: A collection helpers donated by the community
URL: https://github.com/jknack/handlebars.java/handlebars-helpers
Project Licenses: The Apache Software License, Version 2.0
- commons-fileupload:commons-fileupload:jar:1.5 (test)
Apache Commons FileUpload Description: The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.
URL: https://commons.apache.org/proper/commons-fileupload/
Project Licenses: Apache-2.0
- com.networknt:json-schema-validator:jar:1.5.6 (test)
JsonSchemaValidator Description: A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12
URL: https://github.com/networknt/json-schema-validator
Project Licenses: Apache License Version 2.0
- com.ethlo.time:itu:jar:1.10.3 (test)
Internet Time Utility Description: Extremely fast date-time parser and formatter - RFC 3339 (ISO 8601 profile) and W3C format
URL: https://github.com/ethlo/itu
Project Licenses: Apache License, Version 2.0
- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.18.1 (compile)
Jackson-dataformat-YAML Description: Support for reading and writing YAML-encoded data via Jackson abstractions.
URL: https://github.com/FasterXML/jackson-dataformats-text
Project Licenses: The Apache Software License, Version 2.0
- com.ethlo.time:itu:jar:1.10.3 (test)
- org.eclipse.jetty:jetty-server:jar:11.0.24 (test)
- org.yaml:snakeyaml:jar:2.4 (test)
SnakeYAML Description: YAML 1.1 parser and emitter for Java
URL: https://bitbucket.org/snakeyaml/snakeyaml
Project Licenses: Apache License, Version 2.0
- org.apache.sling:org.apache.sling.testing.logging-mock:jar:2.0.0 (test)
Apache Sling Testing Mock Log Configuration Description: Default simple SLF4J log configuration for Mock libraries.
URL: http://sling.apache.org/org.apache.sling.testing.logging-mock
Project Licenses: Apache License, Version 2.0
- org.slf4j:slf4j-simple:jar:1.7.6 (test)
SLF4J Simple Binding Description: SLF4J Simple binding
URL: http://www.slf4j.org
Project Licenses: MIT License
- org.slf4j:slf4j-simple:jar:1.7.6 (test)
- jakarta.json:jakarta.json-api:jar:2.1.3 (test)
Jakarta JSON Processing API Description: Jakarta JSON Processing defines a Java(R) based framework for parsing, generating, transforming, and querying JSON documents.
URL: https://github.com/eclipse-ee4j/jsonp
Project Licenses: Eclipse Public License 2.0, GNU General Public License, version 2 with the GNU Classpath Exception
- org.apache.johnzon:johnzon-core:jar:2.0.2 (test)
Johnzon :: Core Description: Apache Johnzon is an implementation of JSR-353 (JavaTM API for JSON Processing).
URL: https://johnzon.apache.org/johnzon-core
Project Licenses: The Apache Software License, Version 2.0
- org.jetbrains:annotations:jar:26.0.2 (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
- io.wcm:io.wcm.site-api.openapi-validator:jar:1.1.0 (compile)
Licenses
Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: ALPN :: JDK9 Client Implementation, Jetty :: ALPN :: JDK9 Server Implementation, Jetty :: ALPN :: Server, Jetty :: Asynchronous HTTP Client, Jetty :: HTTP2 :: Common, Jetty :: HTTP2 :: HPACK, Jetty :: HTTP2 :: Server, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Jakarta Servlet API and Schemas for JPMS and OSGi, Jetty :: Proxy, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Handling, Jetty :: Utilities, Jetty :: Utility Servlets and Filters, Jetty :: Webapp Application Support, Jetty :: XML utilities
Apache License Version 2.0: JsonSchemaValidator
Eclipse Public License 2.0: Jakarta JSON Processing API
The Apache License, Version 2.0: JSpecify annotations, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache 2.0: error-prone annotations
BSD-3-Clause: asm
MIT License: SLF4J API Module, SLF4J Simple Binding
BSD License 3: Hamcrest, Hamcrest Core
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
The MIT License (MIT): ClassGraph
Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: ALPN :: JDK9 Client Implementation, Jetty :: ALPN :: JDK9 Server Implementation, Jetty :: ALPN :: Server, Jetty :: Asynchronous HTTP Client, Jetty :: HTTP2 :: Common, Jetty :: HTTP2 :: HPACK, Jetty :: HTTP2 :: Server, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Proxy, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Handling, Jetty :: Utilities, Jetty :: Utility Servlets and Filters, Jetty :: Webapp Application Support, Jetty :: XML utilities
The BSD 3-Clause License: org.xmlunit:xmlunit-legacy
Eclipse Public License - Version 1.0: Jetty :: Jakarta Servlet API and Schemas for JPMS and OSGi
EDL 1.0: Jakarta Activation API jar
GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta JSON Processing API
The MIT License: JOpt Simple, jsoup Java HTML Parser
Apache License, Version 2.0: Apache HttpClient, Apache HttpComponents Core HTTP/1.1, Apache HttpComponents Core HTTP/2, Apache Sling Testing Mock Log Configuration, Guava InternalFutureFailureAccess and InternalFutures, Guava: Google Core Libraries for Java, Internet Time Utility, J2ObjC Annotations, SnakeYAML, openapi-core, openapi-parser, openapi-schema-validator
Apache-2.0: Apache Commons FileUpload, Apache Commons IO, Apache Commons Lang
Eclipse Distribution License - v 1.0: Jakarta XML Binding API
The Apache Software License, Version 2.0: ASM based accessors helper used by json-smart, Guava ListenableFuture only, Handlebars, Handlebars Helpers, JSON Small and Fast Parser, Jackson datatype: JSR310, Jackson-annotations, Jackson-core, Jackson-dataformat-YAML, JetBrains Java Annotations, Johnzon :: Core, Site API Integration Test Support, Site API Open API Validator, Subset of Spotbugs Annotations, WireMock, jackson-databind, json-path, json-unit-core, org.xmlunit:xmlunit-core, org.xmlunit:xmlunit-placeholders
Dependency File Details
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
itu-1.10.3.jar | 52.1 kB | 55 | - | - | - | - |
• Root | - | 53 | 29 | 6 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jackson-annotations-2.18.3.jar | 78.5 kB | 87 | 74 | 2 | 1.6 | Yes |
jackson-core-2.18.3.jar | 598 kB | 293 | - | - | - | - |
• Root | - | 246 | 211 | 14 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
• Versioned | - | 12 | 3 | 1 | 11 | Yes |
• Versioned | - | 11 | 2 | 1 | 17 | Yes |
• Versioned | - | 11 | 2 | 1 | 21 | Yes |
• Versioned | - | 11 | 2 | 1 | 22 | Yes |
jackson-databind-2.18.3.jar | 1.7 MB | 829 | - | - | - | - |
• Root | - | 827 | 789 | 23 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jackson-dataformat-yaml-2.18.1.jar | 55.6 kB | 43 | - | - | - | - |
• Root | - | 41 | 20 | 3 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jackson-datatype-jsr310-2.18.3.jar | 133 kB | 86 | - | - | - | - |
• Root | - | 84 | 62 | 6 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
handlebars-4.3.1.jar | 954.2 kB | 586 | 529 | 32 | 1.8 | Yes |
handlebars-helpers-4.3.1.jar | 11.7 kB | 22 | 10 | 1 | 1.8 | Yes |
error_prone_annotations-2.36.0.jar | 19.4 kB | 47 | - | - | - | - |
• Root | - | 40 | 27 | 2 | 1.8 | Yes |
• Versioned | - | 7 | 1 | 1 | 9 | No |
failureaccess-1.0.3.jar | 10.8 kB | 25 | - | - | - | - |
• Root | - | 17 | 2 | 1 | 1.8 | Yes |
• Versioned | - | 8 | 1 | 1 | 9 | No |
guava-33.4.8-jre.jar | 3 MB | 2008 | - | - | - | - |
• Root | - | 2006 | 1967 | 18 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | 2.2 kB | 7 | 0 | 0 | - | - |
j2objc-annotations-3.0.0.jar | 12.5 kB | 31 | - | - | - | - |
• Root | - | 29 | 17 | 1 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
json-path-2.9.0.jar | 276.6 kB | 221 | 203 | 13 | 1.8 | Yes |
json-schema-validator-1.5.6.jar | 576.2 kB | 389 | - | - | - | - |
• Root | - | 388 | 296 | 14 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
commons-fileupload-1.5.jar | 74.1 kB | 74 | 56 | 6 | 1.6 | Yes |
commons-io-2.19.0.jar | 556.1 kB | 408 | - | - | - | - |
• Root | - | 407 | 380 | 15 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
classgraph-4.8.179.jar | 576.1 kB | 296 | - | - | - | - |
• Root | - | 294 | 266 | 13 | 1.7 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
io.wcm.site-api.openapi-validator-1.1.0.jar | 13.3 kB | 18 | 6 | 1 | 11 | Yes |
io.wcm.tooling.spotbugs.annotations-1.0.0.jar | 3.9 kB | 13 | 1 | 1 | 1.8 | No |
jakarta.activation-api-1.2.2.jar | 46.6 kB | 43 | 32 | 2 | 1.8 | Yes |
jakarta.json-api-2.1.3.jar | 48.6 kB | 50 | 37 | 4 | 1.8 | Yes |
jakarta.xml.bind-api-2.3.3.jar | 115.6 kB | 137 | - | - | - | - |
• Root | - | 132 | 111 | 7 | 1.8 | Yes |
• Versioned | - | 5 | 1 | 1 | 9 | Yes |
json-unit-core-2.40.1.jar | 140.5 kB | 131 | 115 | 6 | 1.8 | Yes |
accessors-smart-2.5.0.jar | 29.9 kB | 24 | 13 | 2 | 1.8 | Yes |
json-smart-2.5.0.jar | 120.2 kB | 107 | 93 | 5 | 1.8 | Yes |
jopt-simple-5.0.4.jar | 78.1 kB | 71 | 59 | 3 | 1.7 | Yes |
commons-lang3-3.17.0.jar | 673.6 kB | 426 | - | - | - | - |
• Root | - | 425 | 395 | 18 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
httpclient5-5.4.3.jar | 909.9 kB | 569 | 524 | 27 | 1.8 | Yes |
httpcore5-5.3.4.jar | 908.6 kB | 703 | 657 | 31 | 1.8 | Yes |
httpcore5-h2-5.3.4.jar | 241.7 kB | 178 | 150 | 14 | 1.8 | Yes |
johnzon-core-2.0.2.jar | 164.6 kB | 114 | 96 | 3 | 11 | Yes |
org.apache.sling.testing.logging-mock-2.0.0.jar | 8.2 kB | 11 | 0 | 0 | - | - |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
jetty-alpn-client-11.0.24.jar | 17 kB | 17 | 3 | 2 | 11 | Yes |
jetty-alpn-java-client-11.0.24.jar | 16.7 kB | 20 | 3 | 2 | 11 | Yes |
jetty-alpn-java-server-11.0.24.jar | 16.9 kB | 20 | 3 | 2 | 11 | Yes |
jetty-alpn-server-11.0.24.jar | 18.2 kB | 17 | 3 | 2 | 11 | Yes |
jetty-client-11.0.24.jar | 408.6 kB | 260 | 241 | 8 | 11 | Yes |
jetty-http-11.0.24.jar | 272.9 kB | 146 | 126 | 4 | 11 | Yes |
jetty-io-11.0.24.jar | 222.3 kB | 137 | 122 | 4 | 11 | Yes |
jetty-proxy-11.0.24.jar | 99.8 kB | 56 | 43 | 2 | 11 | Yes |
jetty-security-11.0.24.jar | 121.7 kB | 77 | 63 | 3 | 11 | Yes |
jetty-server-11.0.24.jar | 799.8 kB | 377 | 356 | 8 | 11 | Yes |
jetty-servlet-11.0.24.jar | 165.6 kB | 88 | 73 | 4 | 11 | Yes |
jetty-servlets-11.0.24.jar | 99.4 kB | 52 | 39 | 2 | 11 | Yes |
jetty-util-11.0.24.jar | 571.5 kB | 332 | 306 | 13 | 11 | Yes |
jetty-webapp-11.0.24.jar | 159 kB | 75 | 59 | 2 | 11 | Yes |
jetty-xml-11.0.24.jar | 73.7 kB | 33 | 15 | 2 | 11 | Yes |
http2-common-11.0.24.jar | 223.3 kB | 144 | 126 | 7 | 11 | Yes |
http2-hpack-11.0.24.jar | 47.8 kB | 34 | 18 | 2 | 11 | Yes |
http2-server-11.0.24.jar | 71.6 kB | 37 | 23 | 2 | 11 | Yes |
jetty-jakarta-servlet-api-5.0.2.jar | 605.1 kB | 217 | 86 | 5 | 11 | 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 |
annotations-26.0.2.jar | 31.2 kB | 72 | - | - | - | - |
• Root | - | 70 | 60 | 2 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jsoup-1.20.1.jar | 484.1 kB | 310 | - | - | - | - |
• Root | - | 302 | 284 | 7 | 1.8 | Yes |
• Versioned | - | 8 | 4 | 2 | 11 | Yes |
jspecify-1.0.0.jar | 3.8 kB | 14 | - | - | - | - |
• Root | - | 10 | 4 | 1 | 1.8 | No |
• Versioned | - | 4 | 1 | 1 | 9 | No |
junit-jupiter-5.13.0.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
junit-jupiter-api-5.13.0.jar | 240.2 kB | 216 | 201 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.13.0.jar | 338.1 kB | 177 | 160 | 9 | 1.8 | Yes |
junit-jupiter-params-5.13.0.jar | 661 kB | 431 | 397 | 22 | 1.8 | Yes |
junit-platform-commons-1.13.0.jar | 152.7 kB | 95 | - | - | - | - |
• Root | - | 84 | 69 | 9 | 1.8 | Yes |
• Versioned | - | 11 | 5 | 1 | 9 | Yes |
junit-platform-engine-1.13.0.jar | 268.6 kB | 189 | 170 | 10 | 1.8 | Yes |
openapi-core-1.0.7.jar | 37.3 kB | 42 | 29 | 6 | 1.8 | Yes |
openapi-parser-1.0.7.jar | 131.6 kB | 85 | 74 | 5 | 1.8 | Yes |
openapi-schema-validator-1.0.7.jar | 63 kB | 44 | 37 | 2 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
asm-9.3.jar | 122.2 kB | 44 | 38 | 3 | 1.5 | Yes |
slf4j-api-1.7.36.jar | 41.1 kB | 46 | 34 | 4 | 1.5 | Yes |
slf4j-simple-1.7.6.jar | 10.7 kB | 16 | 6 | 1 | 1.5 | Yes |
wiremock-3.13.0.jar | 4.3 MB | 876 | 736 | 40 | 11 | Yes |
xmlunit-core-2.10.0.jar | 180.8 kB | 183 | 166 | 9 | 1.7 | Yes |
xmlunit-legacy-2.10.0.jar | 129.2 kB | 102 | 88 | 5 | 1.7 | Yes |
xmlunit-placeholders-2.10.0.jar | 13.6 kB | 19 | 7 | 1 | 1.7 | Yes |
snakeyaml-2.4.jar | 339.8 kB | 281 | - | - | - | - |
• Root | - | 273 | 234 | 22 | 1.8 | Yes |
• Versioned | - | 8 | 3 | 2 | 9 | Yes |
76 | 23.9 MB | 13642 | 11851 | 553 | 11 | 71 |
compile: 14 | compile: 5.2 MB | compile: 3148 | compile: 2802 | compile: 126 | 11 | compile: 14 |
runtime: 3 | runtime: 272.3 kB | runtime: 175 | runtime: 144 | runtime: 10 | runtime: 3 | |
provided: 2 | provided: 35.1 kB | provided: 85 | provided: 61 | provided: 3 | provided: 1 | |
test: 57 | test: 18.3 MB | test: 10234 | test: 8844 | test: 414 | 11 | test: 53 |