2016-12-01 11:38:15 +02:00
|
|
|
<!--
|
|
|
|
|
|
2021-01-11 13:42:16 +02:00
|
|
|
Copyright © 2016-2021 The Thingsboard Authors
|
2016-12-01 11:38:15 +02:00
|
|
|
|
|
|
|
|
Licensed 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.
|
|
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2018-10-15 15:53:06 +03:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2016-12-01 11:38:15 +02:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<parent>
|
2016-12-05 17:03:59 +02:00
|
|
|
<groupId>org.thingsboard</groupId>
|
2020-12-23 18:24:42 +02:00
|
|
|
<version>3.2.1-SNAPSHOT</version>
|
2016-12-01 11:38:15 +02:00
|
|
|
<artifactId>common</artifactId>
|
|
|
|
|
</parent>
|
2016-12-05 17:03:59 +02:00
|
|
|
<groupId>org.thingsboard.common</groupId>
|
2016-12-01 11:38:15 +02:00
|
|
|
<artifactId>transport</artifactId>
|
2018-10-15 15:53:06 +03:00
|
|
|
<packaging>pom</packaging>
|
2016-12-01 11:38:15 +02:00
|
|
|
|
2018-10-15 15:53:06 +03:00
|
|
|
<name>Thingsboard Server Commons</name>
|
2017-12-05 15:19:37 +02:00
|
|
|
<url>https://thingsboard.io</url>
|
2016-12-01 11:38:15 +02:00
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<main.dir>${basedir}/../..</main.dir>
|
|
|
|
|
</properties>
|
2018-10-15 15:53:06 +03:00
|
|
|
<modules>
|
|
|
|
|
<module>transport-api</module>
|
|
|
|
|
<module>mqtt</module>
|
2018-10-16 13:20:40 +03:00
|
|
|
<module>http</module>
|
2018-10-18 13:47:42 +03:00
|
|
|
<module>coap</module>
|
2018-10-15 15:53:06 +03:00
|
|
|
</modules>
|
2018-10-04 16:36:46 +03:00
|
|
|
|
2016-12-01 11:38:15 +02:00
|
|
|
</project>
|