Skip to content

Commit

Permalink
ACS-8298 Add commons-compress to tas-restapi
Browse files Browse the repository at this point in the history
  • Loading branch information
damianujma committed Jul 19, 2024
1 parent b1bb4c9 commit 16c5aff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packaging/tests/tas-restapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

<properties>
<suiteXmlFile>${project.basedir}/src/test/resources/restapi-suite.xml</suiteXmlFile>
<commons-lang3.version>3.14.0</commons-lang3.version>
</properties>

<profiles>
Expand All @@ -47,6 +48,11 @@
</profiles>

<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
<dependency>
<groupId>org.alfresco.tas</groupId>
<artifactId>restapi</artifactId>
Expand Down

0 comments on commit 16c5aff

Please sign in to comment.