Skip to content

Commit

Permalink
#363 module fix mda plugin build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
csun-cpointe committed Oct 3, 2024
1 parent 7a6c9de commit 6f07aa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions foundation/foundation-maven-plugins/mda-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<!-- this is added because the maven-dependency-plugin is looking for commons-io 2.13.0 but
we are using the 2.16.1 version in the build-parent. This is for test only ref: #390 -->
<version>2.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6f07aa8

Please sign in to comment.