Skip to content

Commit

Permalink
Try to exclude in ACS
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagdziarz committed Jan 20, 2025
1 parent 7e7ae71 commit 7d7b683
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/tas-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@
<artifactId>alfresco-elasticsearch-shared</artifactId>
<version>${dependency.elasticsearch-shared.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
Expand Down

0 comments on commit 7d7b683

Please sign in to comment.