This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-10832 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit 1c60a8cc6a33f39d3516a3a7e32d5d2f52d0b899 Author: Robert Munteanu <[email protected]> AuthorDate: Tue Sep 21 12:06:51 2021 +0200 SLING-10832 - JaxbMarhshallingTest fails on Java 17 Update to JAXB 2.3 jars. --- src/main/features/boot.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/features/boot.json b/src/main/features/boot.json index 08f2d6d..82f79dc 100644 --- a/src/main/features/boot.json +++ b/src/main/features/boot.json @@ -41,7 +41,7 @@ "start-order":"1" }, { - "id":"org.apache.servicemix.bundles:org.apache.servicemix.bundles.jaxb-impl:2.2.11_1", + "id":"org.apache.servicemix.bundles:org.apache.servicemix.bundles.jaxb-runtime:2.3.2_2", "start-order":"1" }, { @@ -49,7 +49,7 @@ "start-order":"1" }, { - "id":"org.apache.servicemix.specs:org.apache.servicemix.specs.jaxb-api-2.2:2.9.0", + "id":"org.apache.servicemix.specs:org.apache.servicemix.specs.jaxb-api-2.3:2.3_3", "start-order":"1" }, {
