This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch tomee-8.x in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-8.x by this push: new efab55d4f6 [TOMEE-4053] Dependency properties cleanup efab55d4f6 is described below commit efab55d4f6f6de80a86d82f26924a36e50eae74c Author: Swell <5782559+sul...@users.noreply.github.com> AuthorDate: Fri Jan 20 16:10:36 2023 +0100 [TOMEE-4053] Dependency properties cleanup --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f43d3eed8c..008c869a59 100644 --- a/pom.xml +++ b/pom.xml @@ -197,7 +197,6 @@ <version.batchee>1.0.2</version.batchee> <version.bval>2.0.5</version.bval> <version.cxf>3.4.10</version.cxf> - <version.woodstox>6.4.0</version.woodstox> <version.geronimo.components>3.1.5</version.geronimo.components> <version.geronimo-javamail_1.6_mail>1.0.1</version.geronimo-javamail_1.6_mail> <version.johnzon>1.2.19</version.johnzon> @@ -213,6 +212,7 @@ <version.hibernate.validator>6.2.5.Final</version.hibernate.validator> <!-- Other API and Impl. not in Jakarta EE --> + <version.woodstox>6.4.0</version.woodstox> <version.ehcache>2.10.6</version.ehcache> <version.geronimo-jcache_1.0_spec>1.0-alpha-1</version.geronimo-jcache_1.0_spec> <version.krazo>1.1.1</version.krazo>