AdamaJava / adamajava

Other
14 stars 4 forks source link

fix(qsv): no jakarta bindings implementation available on classpath #343

Closed holmeso closed 7 months ago

holmeso commented 7 months ago

Description

I tried to run qsv using java21 and it failed when trying to write the xml output because it couldn't find an implementation of the jakarta.bind package to use.

This fix adds the required jars to the qcommon project, which means that all projects that use qcommon should be able to write xml output.

I've updated some dependencies too as some were marked as having vulnerabilities in maven.

Type of change

How Has This Been Tested?

Unit tests pass. Will be put through the regression once released.

Are WDL Updates Required?

nope

Checklist: