Skip to content

Commit

Permalink
chore: exclude commons-io to fix dependencyConvergence issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 committed Jun 18, 2024
1 parent ba2400f commit d727e7b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions flow-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-fileupload2-jakarta</artifactId>
<version>2.0.0-M1</version>
<exclusions>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down Expand Up @@ -135,6 +141,12 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.2</version>
<exclusions>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- TESTING DEPENDENCIES -->
<dependency>
Expand Down

0 comments on commit d727e7b

Please sign in to comment.