Skip to content

Commit

Permalink
Merge pull request #228 from asha15/commonsCollections
Browse files Browse the repository at this point in the history
Exclude commons-collection dependency
  • Loading branch information
asha15 authored Nov 8, 2024
2 parents f14603b + ce3bd6d commit 9927aed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@
<groupId>org.wso2.carbon.extension.identity.authenticator.outbound.totp</groupId>
<artifactId>org.wso2.carbon.extension.identity.authenticator.totp.connector</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@
<groupId>org.wso2.carbon.extension.identity.authenticator.outbound.totp</groupId>
<artifactId>org.wso2.carbon.extension.identity.authenticator.totp.connector</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.user.api</groupId>
Expand Down

0 comments on commit 9927aed

Please sign in to comment.