mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Move email-sender component to tranport-mgt
This commit is contained in:
parent
0ad203e720
commit
789ee553e6
@ -21,9 +21,9 @@
|
||||
|
||||
<parent>
|
||||
<groupId>org.wso2.carbon.devicemgt</groupId>
|
||||
<artifactId>carbon-devicemgt</artifactId>
|
||||
<artifactId>transport-mgt</artifactId>
|
||||
<version>4.1.12-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
@ -17,6 +17,7 @@
|
||||
|
||||
<modules>
|
||||
<module>sms-handler</module>
|
||||
<module>email-sender</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
</goals>
|
||||
<configuration>
|
||||
<id>org.wso2.carbon.email.sender</id>
|
||||
<propertiesFile>../../../features/etc/feature.properties</propertiesFile>
|
||||
<propertiesFile>../../../etc/feature.properties</propertiesFile>
|
||||
<adviceFile>
|
||||
<properties>
|
||||
<propertyDef>org.wso2.carbon.p2.category.type:server</propertyDef>
|
||||
@ -21,9 +21,9 @@
|
||||
|
||||
<parent>
|
||||
<groupId>org.wso2.carbon.devicemgt</groupId>
|
||||
<artifactId>carbon-devicemgt</artifactId>
|
||||
<artifactId>transport-mgt-feature</artifactId>
|
||||
<version>4.1.12-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
@ -17,5 +17,6 @@
|
||||
|
||||
<modules>
|
||||
<module>sms-handler</module>
|
||||
<module>email-sender</module>
|
||||
</modules>
|
||||
</project>
|
||||
|
||||
2
pom.xml
2
pom.xml
@ -44,7 +44,6 @@
|
||||
<module>components/policy-mgt</module>
|
||||
<module>components/certificate-mgt</module>
|
||||
<module>components/webapp-authenticator-framework</module>
|
||||
<module>components/email-sender</module>
|
||||
<module>components/ui-request-interceptor</module>
|
||||
<module>components/transport-mgt</module>
|
||||
<module>features/device-mgt</module>
|
||||
@ -54,7 +53,6 @@
|
||||
<module>features/webapp-authenticator-framework</module>
|
||||
<module>features/certificate-mgt</module>
|
||||
<module>features/oauth-extensions</module>
|
||||
<module>features/email-sender</module>
|
||||
<module>features/heartbeat-management</module>
|
||||
<module>features/ui-request-interceptor</module>
|
||||
<module>features/jwt-client</module>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user