Skip to content

Commit

Permalink
Merge pull request #2110 from chanikag/jsonpathExclude
Browse files Browse the repository at this point in the history
Exclude net.minidev:asm to fix Testcase failure
  • Loading branch information
chanikag authored Oct 24, 2023
2 parents a3c46cb + 4e1b668 commit c522116
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,12 @@
<dependency>
<groupId>org.wso2.orbit.com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<exclusions>
<exclusion>
<groupId>net.minidev</groupId>
<artifactId>asm</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.wso2.eventing</groupId>
Expand Down

0 comments on commit c522116

Please sign in to comment.