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 c75dc7fe9 Removed a useless dependency, set some other dependencies to 
test scope
c75dc7fe9 is described below

commit c75dc7fe916ac0a03543a2d2e00c5d6d83715903
Author: emmanuel lecharny <[email protected]>
AuthorDate: Thu Sep 14 05:01:35 2023 +0200

    Removed a useless dependency, set some other dependencies to test scope
---
 mina-legal/pom.xml                        |  3 ++-
 mina-legal/src/main/resources/notices.xml |  1 +
 pom.xml                                   | 11 ++---------
 3 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/mina-legal/pom.xml b/mina-legal/pom.xml
index c315b473d..faa4ee09f 100644
--- a/mina-legal/pom.xml
+++ b/mina-legal/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.mina</groupId>
         <artifactId>mina-parent</artifactId>
-        <version>2.2.4-SNAPSHOT</version>
+        <version>2.1.9-SNAPSHOT</version>
     </parent>
 
     <artifactId>mina-legal</artifactId>
@@ -81,3 +81,4 @@
         </dependency>
     </dependencies>
 </project>
+
diff --git a/mina-legal/src/main/resources/notices.xml 
b/mina-legal/src/main/resources/notices.xml
index 0d67abc63..eaed278f6 100644
--- a/mina-legal/src/main/resources/notices.xml
+++ b/mina-legal/src/main/resources/notices.xml
@@ -104,3 +104,4 @@
     </project>
   </supplement>
 </supplementalDataModels>
+
diff --git a/pom.xml b/pom.xml
index 6bf0e439e..194482a40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,6 @@
   </properties>
 
   <modules>
-    <module>mina-legal</module>
     <module>mina-core</module>
     <module>mina-transport-apr</module>
     <module>mina-filter-compression</module>
@@ -247,7 +246,6 @@
       </dependency>
 
       <!-- Integration -->
-
       <dependency>
         <groupId>org.apache.xbean</groupId>
         <artifactId>xbean-spring</artifactId>
@@ -284,13 +282,7 @@
         <groupId>jboss</groupId>
         <artifactId>javassist</artifactId>
         <version>${version.jboss.javassist}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>jdom</groupId>
-        <artifactId>jdom</artifactId>
-        <version>${version.jdom}</version>
-        <optional>true</optional>
+        <scope>test</scope>
       </dependency>
 
       <dependency>
@@ -298,6 +290,7 @@
         <artifactId>jmock</artifactId>
         <version>${version.jmock}</version>
         <optional>true</optional>
+        <scope>test</scope>
       </dependency>
 
       <dependency>

Reply via email to