Closed Avec112 closed 2 years ago
Alternatively replace the two dependencies for jakarta.xml.ws
with this
<dependency>
<groupId>jakarta.xml.soap</groupId>
<artifactId>jakarta.xml.soap-api</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
<version>2.0.1</version>
</dependency>
Also I have later found out that SnakeYAML
, a transitive dependency, can be excluded all together since it is not referenced in your code.
Thank you all for the work
There were some vulnerabilities but those should be handled at the moment. I had to exclude one 3.party dependency (SnakeYAML) for TestNG and include a newer one.
Also did some refactoring/improvements.