Skip to content

Commit

Permalink
Merge pull request #2363 from opencb/TASK-5300-2.12.x
Browse files Browse the repository at this point in the history
TASK-5300-release-2.12.x - Class not found org/apache/commons/io/FileUtils The PR is approved by Jacobo and the last commit after approved is only a merge with the autogenerated CLI and Clients and doesn't have conflicts
  • Loading branch information
juanfeSanahuja authored Nov 30, 2023
2 parents 6f9d101 + bff6a64 commit d063e0c
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 d063e0c

Please sign in to comment.