This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 2.2.X in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.2.X by this push: new daaeac91b Removed the jdom dependency version daaeac91b is described below commit daaeac91b8f67a9df94c15fa216536a1f19f41ef Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Wed Sep 20 15:13:50 2023 +0200 Removed the jdom dependency version --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index c7fcebd06..69eec2f64 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,6 @@ <!-- Jars --> <version.easymock>2.5.2</version.easymock> <version.jboss.javassist>3.8.0.GA</version.jboss.javassist> - <version.jdom>1.0</version.jdom> <version.jmock>1.2.0</version.jmock> <version.junit>4.13.2</version.junit> <version.jzlib>1.1.3</version.jzlib>