Skip to content

Commit

Permalink
add dpendencies to fix tests-mediator-2 module test environment initi…
Browse files Browse the repository at this point in the history
…alization failure

This change enable smooth run of integration tests for both JDK 17 and JDK 21
  • Loading branch information
AmilaSamith committed Oct 31, 2024
1 parent 018598e commit dd617cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions integration/mediation-tests/tests-mediator-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -424,5 +424,13 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit dd617cd

Please sign in to comment.