diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 713317c..d4ed93e 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,6 +2,7 @@ * #31 commons-lang3 version is incompatible with Liquibase * #32 commons-io version is incompatible with Liquibase +* #33 "jakarta.xml.bind-api" version is incompatible with Jersey * #34 Tapestry 5.5 and 5.8 modules bring JUnit 5 to compile scope ## 3.0-M6 diff --git a/bootique-tapestry59-jakarta/pom.xml b/bootique-tapestry59-jakarta/pom.xml index 33e5c04..070d311 100644 --- a/bootique-tapestry59-jakarta/pom.xml +++ b/bootique-tapestry59-jakarta/pom.xml @@ -73,6 +73,10 @@ commons-io commons-io + + jakarta.xml.bind + jakarta.xml.bind-api + @@ -113,6 +117,10 @@ commons-io commons-io + + jakarta.xml.bind + jakarta.xml.bind-api + org.slf4j slf4j-api diff --git a/pom.xml b/pom.xml index 2b9093d..bc51e83 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,10 @@ 3.17.0 2.17.0 + + + 4.0.2 + 1.16.1 @@ -111,6 +115,11 @@ commons-io ${commons.io.version} + + jakarta.xml.bind + jakarta.xml.bind-api + ${xml.bind.version} +