device-mgt-core/components/transport-mgt/sms-handler/pom.xml

43 lines
1.6 KiB
XML
Raw Normal View History

2021-02-15 16:36:32 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!--
2023-05-26 17:06:13 +00:00
~ Copyright (c) 2018 - 2023, Entgra (Pvt) Ltd. (http://www.entgra.io) All Rights Reserved.
~
~ Entgra (Pvt) Ltd. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
~ in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
2021-02-15 16:36:32 +00:00
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2021-02-15 16:36:32 +00:00
<parent>
2023-05-10 06:23:11 +00:00
<groupId>io.entgra.device.mgt.core</groupId>
<artifactId>transport-mgt</artifactId>
<version>5.0.39-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
2021-02-15 16:36:32 +00:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sms-handler</artifactId>
2021-02-15 16:36:32 +00:00
<packaging>pom</packaging>
2021-02-17 05:50:02 +00:00
<name>Entgra - SMS Handler Component</name>
2021-02-15 16:36:32 +00:00
<url>http://entgra.io</url>
<modules>
2023-05-11 04:01:30 +00:00
<module>io.entgra.device.mgt.core.transport.mgt.sms.handler.core</module>
<module>io.entgra.device.mgt.core.transport.mgt.sms.handler.common</module>
<module>io.entgra.device.mgt.core.transport.mgt.sms.handler.api</module>
2021-02-15 16:36:32 +00:00
</modules>
</project>