Hello there,
At SW360, we are using org.spdx:tools-java:2.0.0 from maven central. However, I cannot see any dependency defined in project's pom.xml on central: https://central.sonatype.com/artifact/org.spdx/tools-java/2.0.0/dependencies
This causes our test cases to fail due to missing classes of various stores. Can you please help us with it?
java.lang.NoClassDefFoundError: org/spdx/spdxRdfStore/RdfStore
at org.spdx.tools.SpdxToolsHelper.fileTypeToStore(SpdxToolsHelper.java:100)
at org.spdx.tools.SpdxToolsHelper.deserializeDocumentCompatV2(SpdxToolsHelper.java:211)
at org.eclipse.sw360.spdx.SpdxBOMImporter.openAsSpdx(SpdxBOMImporter.java:134)
If I add org.spdx:spdx-rdf-store:2.0.0 as dependency of my pom.xml, Java start complaining about java.lang.NoClassDefFoundError: org/spdx/v3jsonldstore/JsonLDStore
Link to PR: eclipse-sw360/sw360#3095
Failing test cases: https://github.com/eclipse-sw360/sw360/actions/runs/14570385211/job/40866454627?pr=3095#step:12:912
Hello there,
At SW360, we are using
org.spdx:tools-java:2.0.0from maven central. However, I cannot see any dependency defined in project'spom.xmlon central: https://central.sonatype.com/artifact/org.spdx/tools-java/2.0.0/dependenciesThis causes our test cases to fail due to missing classes of various stores. Can you please help us with it?
If I add
org.spdx:spdx-rdf-store:2.0.0as dependency of mypom.xml, Java start complaining aboutjava.lang.NoClassDefFoundError: org/spdx/v3jsonldstore/JsonLDStoreLink to PR: eclipse-sw360/sw360#3095
Failing test cases: https://github.com/eclipse-sw360/sw360/actions/runs/14570385211/job/40866454627?pr=3095#step:12:912