Skip to content

Commit

Permalink
Try to exclude all dependencies also in Tests (#3022)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagdziarz authored Jan 20, 2025
1 parent ce6ad79 commit a19d40b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/tas-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,18 @@
<artifactId>alfresco-elasticsearch-shared</artifactId>
<version>${dependency.elasticsearch-shared.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Adding opensearch-rest-high-level-client until it will be fully removed in ACS-->
<dependency>
<groupId>org.opensearch.client</groupId>
<artifactId>opensearch-rest-high-level-client</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
Expand Down

0 comments on commit a19d40b

Please sign in to comment.