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 dc97e488c Removed the unecessary jdom dependency
dc97e488c is described below

commit dc97e488c2b15e550a7253d54a70cd9d20078b8f
Author: emmanuel lecharny <elecha...@apache.org>
AuthorDate: Thu Sep 14 14:44:26 2023 +0200

    Removed the unecessary jdom dependency
---
 mina-legal/pom.xml | 6 ------
 pom.xml            | 1 +
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/mina-legal/pom.xml b/mina-legal/pom.xml
index faa4ee09f..890c5932f 100644
--- a/mina-legal/pom.xml
+++ b/mina-legal/pom.xml
@@ -34,12 +34,6 @@
     </properties>
 
     <dependencies>
-        <dependency>
-            <groupId>jdom</groupId>
-            <artifactId>jdom</artifactId>
-            <optional>true</optional>
-        </dependency>
-
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-utils</artifactId>
diff --git a/pom.xml b/pom.xml
index 194482a40..c7fcebd06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,6 +173,7 @@
     <module>mina-integration-jmx</module>
     <module>mina-example</module>
     <module>mina-http</module>
+    <module>mina-legal</module>
     <!--module>mina-benchmarks</module-->
   </modules>
 

Reply via email to