Skip to content

Commit

Permalink
Add exclusion for Identity Governance to resolve issues in test run
Browse files Browse the repository at this point in the history
  • Loading branch information
shanggeeth committed Aug 14, 2024
1 parent f431671 commit 352e236
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
<dependency>
<groupId>org.wso2.carbon.identity.conditional.auth.functions</groupId>
<artifactId>org.wso2.carbon.identity.conditional.auth.functions.test.utils</artifactId>
<exclusions>
<exclusion>
<groupId>org.wso2.carbon.identity.governance</groupId>
<artifactId>org.wso2.carbon.identity.governance</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 352e236

Please sign in to comment.