Skip to content

Commit

Permalink
Exclude jacoco plugin as a transitive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sandushi committed Jan 24, 2025
1 parent 7d4ca4a commit 11a6e43
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@
<groupId>org.wso2.carbon.identity.governance</groupId>
<artifactId>org.wso2.carbon.identity.idle.account.identification</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-lang.wso2</groupId>
Expand Down

0 comments on commit 11a6e43

Please sign in to comment.