This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch 2.0.X
in repository https://gitbox.apache.org/repos/asf/mina.git


The following commit(s) were added to refs/heads/2.0.X by this push:
     new 6b0f9addf Removed the commented jdom dependency
6b0f9addf is described below

commit 6b0f9addfcc5c687e1ed10c765b40a56433c1f5c
Author: emmanuel lecharny <elecha...@apache.org>
AuthorDate: Wed Sep 20 15:22:36 2023 +0200

    Removed the commented jdom dependency
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 92ec2e30d..2b9843188 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,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>
@@ -289,13 +288,6 @@
         <version>${version.jboss.javassist}</version>
       </dependency>
 
-      <!--dependency>
-        <groupId>jdom</groupId>
-        <artifactId>jdom</artifactId>
-        <version>${version.jdom}</version>
-        <optional>true</optional>
-      </dependency-->
-
       <dependency>
         <groupId>jmock</groupId>
         <artifactId>jmock</artifactId>

Reply via email to