Skip to content

Commit

Permalink
Merge pull request #2364 from opencb/TASK-5300-develop
Browse files Browse the repository at this point in the history
TASK-5300-develop - Class not found org/apache/commons/io/FileUtils
  • Loading branch information
juanfeSanahuja authored Nov 30, 2023
2 parents d2f75e7 + 35319f7 commit 02cdabc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion opencga-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -612,6 +611,9 @@
<ignoredUnusedDeclaredDependencies>
<ignoredUnusedDeclaredDependency>*</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>
<ignoredNonTestScopedDependencies>
<ignoredNonTestScopedDependency>*</ignoredNonTestScopedDependency>
</ignoredNonTestScopedDependencies>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 02cdabc

Please sign in to comment.