jetty-9.4.53: trying to remove javax.xml.bind bundle (2.2.0) and jaxb-api bundle;

they seem to be of conflicting versions (2.2.0 vs. 2.3.0), and neither
should be required for Java8 builds where javax.xml.bind is part of the
JDK still. When this ever gets merged to master, merging into docker-17
should be expected to fail, and at least jaxb-api would then need to be
added again. We can only hope this will not cause problems with the
Tycho Surefire Selenium tests again, but at least starting from Java 11
the ambiguity with javax.xml.bind should be gone.
This commit is contained in:
Axel Uhl
2024-02-23 13:59:16 +01:00
parent 9865dffb07
commit c3c65759a0
5 changed files with 1 additions and 18 deletions