Skip to content

Commit

Permalink
Merge pull request #12699 from YasasRangika/yasas-master
Browse files Browse the repository at this point in the history
Fix javassist related build failures
  • Loading branch information
AnuGayan authored Nov 13, 2024
2 parents 86045d5 + 3a1201e commit 055a9fb
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 055a9fb

Please sign in to comment.