Skip to content

Commit

Permalink
Add notification template api module to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
RushanNanayakkara committed Oct 22, 2024
1 parent 9d0c5aa commit 94789ca
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,12 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.server.api</groupId>
<artifactId>org.wso2.carbon.identity.api.server.notification.template.common</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.server.api</groupId>
<artifactId>org.wso2.carbon.identity.api.server.secret.management.common</artifactId>
Expand Down Expand Up @@ -802,12 +808,12 @@
<version.org.wso2.orbit.javax.xml.bind>2.3.1.wso2v1</version.org.wso2.orbit.javax.xml.bind>
<maven.buildnumber.plugin.version>1.4</maven.buildnumber.plugin.version>
<org.apache.felix.annotations.version>1.2.4</org.apache.felix.annotations.version>
<identity.governance.version>1.10.6</identity.governance.version>
<identity.governance.version>1.11.9-SNAPSHOT</identity.governance.version>
<carbon.identity.framework.version>7.5.71</carbon.identity.framework.version>
<maven.findbugsplugin.version>3.0.5</maven.findbugsplugin.version>
<findsecbugs-plugin.version>1.12.0</findsecbugs-plugin.version>
<maven.checkstyleplugin.excludes>**/gen/**/*</maven.checkstyleplugin.excludes>
<identity.event.handler.version>1.8.19</identity.event.handler.version>
<identity.event.handler.version>1.9.12-SNAPSHOT</identity.event.handler.version>
<identity.inbound.oauth2.version>7.0.162</identity.inbound.oauth2.version>
<identity.inbound.saml2.version>5.11.41</identity.inbound.saml2.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
Expand Down Expand Up @@ -875,6 +881,7 @@
<module>components/org.wso2.carbon.identity.api.server.organization.configs</module>
<module>components/org.wso2.carbon.identity.api.server.organization.selfservice</module>
<module>components/org.wso2.carbon.identity.api.server.action.management</module>
<module>components/org.wso2.carbon.identity.api.server.notification.template</module>
</modules>

</project>

0 comments on commit 94789ca

Please sign in to comment.