Skip to content

Commit

Permalink
Merge branch 'develop' into TASK-4158
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarraga committed Dec 7, 2023
2 parents 5c27325 + 02cdabc commit 615aba1
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 615aba1

Please sign in to comment.