Skip to content

Commit

Permalink
Removed a useless dependency, set some other dependencies to test scope
Browse files Browse the repository at this point in the history
  • Loading branch information
elecharny committed Sep 14, 2023
1 parent 2e8daeb commit c75dc7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
3 changes: 2 additions & 1 deletion mina-legal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -81,3 +81,4 @@
</dependency>
</dependencies>
</project>

1 change: 1 addition & 0 deletions mina-legal/src/main/resources/notices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@
</project>
</supplement>
</supplementalDataModels>

11 changes: 2 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@
</properties>

<modules>
<module>mina-legal</module>
<module>mina-core</module>
<module>mina-transport-apr</module>
<module>mina-filter-compression</module>
Expand Down Expand Up @@ -247,7 +246,6 @@
</dependency>

<!-- Integration -->

<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-spring</artifactId>
Expand Down Expand Up @@ -284,20 +282,15 @@
<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>
<groupId>jmock</groupId>
<artifactId>jmock</artifactId>
<version>${version.jmock}</version>
<optional>true</optional>
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit c75dc7f

Please sign in to comment.