Overview
This report summarizes all third-party dependencies of the project.
| # of total dependencies | 19 | |
| # of dependencies with license declared in their pom | 19 | |
| # of dependencies with no license in their pom, but filled in the third-party missing file | 0 | |
| # of dependencies with no license at all | 0 |
Third-parties list
| Status | GroupId:ArtifactId:Version | Scope | Classifier | Type | License(s) |
|---|---|---|---|---|---|
| ch.qos.logback:logback-classic:1.5.6 | test | jar | Eclipse Public License - v 1.0 GNU Lesser General Public License | ||
| ch.qos.logback:logback-core:1.5.6 | test | jar | Eclipse Public License - v 1.0 GNU Lesser General Public License | ||
| com.fasterxml.jackson.core:jackson-annotations:2.15.4 | compile | jar | The Apache Software License, Version 2.0 | ||
| com.fasterxml.jackson.core:jackson-core:2.15.4 | compile | jar | The Apache Software License, Version 2.0 | ||
| com.fasterxml.jackson.core:jackson-databind:2.15.4 | compile | jar | The Apache Software License, Version 2.0 | ||
| com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.15.4 | compile | bundle | The Apache Software License, Version 2.0 | ||
| com.sun.activation:jakarta.activation:2.0.1 | compile | jar | EDL 1.0 | ||
| commons-io:commons-io:2.16.1 | test | jar | Apache-2.0 | ||
| jakarta.activation:jakarta.activation-api:2.1.0 | compile | jar | EDL 1.0 | ||
| jakarta.xml.bind:jakarta.xml.bind-api:3.0.1 | compile | jar | Eclipse Distribution License - v 1.0 | ||
| org.apiguardian:apiguardian-api:1.1.2 | test | jar | The Apache License, Version 2.0 | ||
| org.junit.jupiter:junit-jupiter-api:5.10.2 | test | jar | Eclipse Public License v2.0 | ||
| org.junit.jupiter:junit-jupiter-engine:5.10.2 | test | jar | Eclipse Public License v2.0 | ||
| org.junit.platform:junit-platform-commons:1.10.2 | test | jar | Eclipse Public License v2.0 | ||
| org.junit.platform:junit-platform-engine:1.10.2 | test | jar | Eclipse Public License v2.0 | ||
| org.opentest4j:opentest4j:1.3.0 | test | jar | The Apache License, Version 2.0 | ||
| org.projectlombok:lombok:1.18.32 | provided | jar | The MIT License | ||
| org.slf4j:slf4j-api:2.0.13 | compile | jar | MIT License | ||
| org.slf4j:slf4j-ext:2.0.13 | compile | jar | MIT License | ||
| Status | GroupId:ArtifactId:Version | Scope | Classifier | Type | License(s) |
Third-parties detail with no license
Listing of Third-parties with no license.
No such dependency.
Third-parties details with license from Third-party file
Listing of Third-parties with no license in pom and filled in the third-party missing file.
No such dependency.
Third-parties with license in pom
Listing of Third-parties with license defined in their pom.
ch.qos.logback:logback-classic:1.5.6
| Status | |
|---|---|
| GroupId:ArtifactId:Version | ch.qos.logback:logback-classic:1.5.6 |
| Scope | test |
| Classifier | |
| Type | jar |
| License(s) | Eclipse Public License - v 1.0 GNU Lesser General Public License |
ch.qos.logback:logback-core:1.5.6
| Status | |
|---|---|
| GroupId:ArtifactId:Version | ch.qos.logback:logback-core:1.5.6 |
| Scope | test |
| Classifier | |
| Type | jar |
| License(s) | Eclipse Public License - v 1.0 GNU Lesser General Public License |
com.fasterxml.jackson.core:jackson-annotations:2.15.4
| Status | |
|---|---|
| GroupId:ArtifactId:Version | com.fasterxml.jackson.core:jackson-annotations:2.15.4 |
| Scope | compile |
| Classifier | |
| Type | jar |
| License(s) | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core:jackson-core:2.15.4
| Status | |
|---|---|
| GroupId:ArtifactId:Version | com.fasterxml.jackson.core:jackson-core:2.15.4 |
| Scope | compile |
| Classifier | |
| Type | jar |
| License(s) | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core:jackson-databind:2.15.4
| Status | |
|---|---|
| GroupId:ArtifactId:Version | com.fasterxml.jackson.core:jackson-databind:2.15.4 |
| Scope | compile |
| Classifier | |
| Type | jar |
| License(s) | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.15.4
| Status | |
|---|---|
| GroupId:ArtifactId:Version | com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.15.4 |
| Scope | compile |
| Classifier | |
| Type | bundle |
| License(s) | The Apache Software License, Version 2.0 |
com.sun.activation:jakarta.activation:2.0.1
| Status | |
|---|---|
| GroupId:ArtifactId:Version | com.sun.activation:jakarta.activation:2.0.1 |
| Scope | compile |
| Classifier | |
| Type | jar |
| License(s) | EDL 1.0 |
commons-io:commons-io:2.16.1
| Status | |
|---|---|
| GroupId:ArtifactId:Version | commons-io:commons-io:2.16.1 |
| Scope | test |
| Classifier | |
| Type | jar |
| License(s) | Apache-2.0 |
jakarta.activation:jakarta.activation-api:2.1.0
| Status | |
|---|---|
| GroupId:ArtifactId:Version | jakarta.activation:jakarta.activation-api:2.1.0 |
| Scope | compile |
| Classifier | |
| Type | jar |
| License(s) | EDL 1.0 |
jakarta.xml.bind:jakarta.xml.bind-api:3.0.1
| Status | |
|---|---|
| GroupId:ArtifactId:Version | jakarta.xml.bind:jakarta.xml.bind-api:3.0.1 |
| Scope | compile |
| Classifier | |
| Type | jar |
| License(s) | Eclipse Distribution License - v 1.0 |
org.apiguardian:apiguardian-api:1.1.2
| Status | |
|---|---|
| GroupId:ArtifactId:Version | org.apiguardian:apiguardian-api:1.1.2 |
| Scope | test |
| Classifier | |
| Type | jar |
| License(s) | The Apache License, Version 2.0 |
org.junit.jupiter:junit-jupiter-api:5.10.2
| Status | |
|---|---|
| GroupId:ArtifactId:Version | org.junit.jupiter:junit-jupiter-api:5.10.2 |
| Scope | test |
| Classifier | |
| Type | jar |
| License(s) | Eclipse Public License v2.0 |
org.junit.jupiter:junit-jupiter-engine:5.10.2
| Status | |
|---|---|
| GroupId:ArtifactId:Version | org.junit.jupiter:junit-jupiter-engine:5.10.2 |
| Scope | test |
| Classifier | |
| Type | jar |
| License(s) | Eclipse Public License v2.0 |
org.junit.platform:junit-platform-commons:1.10.2
| Status | |
|---|---|
| GroupId:ArtifactId:Version | org.junit.platform:junit-platform-commons:1.10.2 |
| Scope | test |
| Classifier | |
| Type | jar |
| License(s) | Eclipse Public License v2.0 |
org.junit.platform:junit-platform-engine:1.10.2
| Status | |
|---|---|
| GroupId:ArtifactId:Version | org.junit.platform:junit-platform-engine:1.10.2 |
| Scope | test |
| Classifier | |
| Type | jar |
| License(s) | Eclipse Public License v2.0 |
org.opentest4j:opentest4j:1.3.0
| Status | |
|---|---|
| GroupId:ArtifactId:Version | org.opentest4j:opentest4j:1.3.0 |
| Scope | test |
| Classifier | |
| Type | jar |
| License(s) | The Apache License, Version 2.0 |
org.projectlombok:lombok:1.18.32
| Status | |
|---|---|
| GroupId:ArtifactId:Version | org.projectlombok:lombok:1.18.32 |
| Scope | provided |
| Classifier | |
| Type | jar |
| License(s) | The MIT License |
org.slf4j:slf4j-api:2.0.13
| Status | |
|---|---|
| GroupId:ArtifactId:Version | org.slf4j:slf4j-api:2.0.13 |
| Scope | compile |
| Classifier | |
| Type | jar |
| License(s) | MIT License |
org.slf4j:slf4j-ext:2.0.13
| Status | |
|---|---|
| GroupId:ArtifactId:Version | org.slf4j:slf4j-ext:2.0.13 |
| Scope | compile |
| Classifier | |
| Type | jar |
| License(s) | MIT License |




