Skip to content

Commit

Permalink
ACS-6309 Check db and tas tests ags on MySQL ags add listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekswieton committed Feb 6, 2024
1 parent ccdab98 commit 7fb6541
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packaging/tests/tas-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
<artifactId>agent-java-testng</artifactId>
<version>5.4.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 7fb6541

Please sign in to comment.