Skip to content

Commit

Permalink
Merge pull request #3753 from AmilaSamith/jdk21-support
Browse files Browse the repository at this point in the history
Add dependencies to fix test environment initalization failure of tests-mediator-2 module
  • Loading branch information
rosensilva authored Oct 31, 2024
2 parents 018598e + dd617cd commit 1a481af
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 1a481af

Please sign in to comment.