Skip to content

Commit

Permalink
Fix javassist related build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
YasasRangika committed Nov 12, 2024
1 parent 0f49253 commit 3a1201e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/apimgt/org.wso2.carbon.apimgt.persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@
<dependency>
<groupId>org.wso2.carbon.governance</groupId>
<artifactId>org.wso2.carbon.governance.api</artifactId>
<exclusions>
<exclusion>
<groupId>jboss</groupId>
<artifactId>javassist</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.wso2.carbon</groupId>
Expand Down

0 comments on commit 3a1201e

Please sign in to comment.