Skip to content

Commit

Permalink
MET-5906 Technical Debt (#159)
Browse files Browse the repository at this point in the history
MET-5906 Updated pom file according to the changes done in metis-framework
  • Loading branch information
JoanaCMS authored Apr 23, 2024
1 parent 8b8d9c1 commit 3b888c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,12 @@
<artifactId>testcontainers</artifactId>
<version>${version.testcontainers}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down

0 comments on commit 3b888c7

Please sign in to comment.