Skip to content

Commit

Permalink
Merge pull request #16506 from wso2/madurangasiriwardena-patch-3
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
madurangasiriwardena authored Aug 23, 2023
2 parents e7252db + 52de063 commit db6da65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1685,12 +1685,12 @@
<version>${authenticator.magiclink.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.local.auth.emilotp</groupId>
<groupId>org.wso2.carbon.identity.local.auth.emailotp</groupId>
<artifactId>org.wso2.carbon.identity.local.auth.emailotp</artifactId>
<version>${authenticator.local.auth.emailotp.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.local.auth.emilotp</groupId>
<groupId>org.wso2.carbon.identity.local.auth.emailotp</groupId>
<artifactId>org.wso2.carbon.identity.local.auth.emailotp.server.feature</artifactId>
<version>${authenticator.local.auth.emailotp.version}</version>
</dependency>
Expand Down

0 comments on commit db6da65

Please sign in to comment.