2016-12-01 11:38:15 +02:00
|
|
|
<!--
|
|
|
|
|
|
2020-01-06 16:52:41 +02:00
|
|
|
Copyright © 2016-2020 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>
|
2018-10-15 15:53:06 +03:00
|
|
|
<groupId>org.thingsboard.common</groupId>
|
2020-06-11 10:57:50 +03:00
|
|
|
<version>2.5.3-SNAPSHOT</version>
|
2016-12-01 11:38:15 +02:00
|
|
|
<artifactId>transport</artifactId>
|
|
|
|
|
</parent>
|
2018-10-15 15:53:06 +03:00
|
|
|
<groupId>org.thingsboard.common.transport</groupId>
|
|
|
|
|
<artifactId>transport-api</artifactId>
|
2016-12-01 11:38:15 +02:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
2018-10-15 15:53:06 +03:00
|
|
|
<name>Thingsboard Server Common Transport components</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>
|
2018-10-15 15:53:06 +03:00
|
|
|
<main.dir>${basedir}/../../..</main.dir>
|
2016-12-01 11:38:15 +02:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
2020-03-16 19:24:56 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.thingsboard.common</groupId>
|
|
|
|
|
<artifactId>queue</artifactId>
|
|
|
|
|
</dependency>
|
2016-12-01 11:38:15 +02:00
|
|
|
<dependency>
|
2016-12-05 17:03:59 +02:00
|
|
|
<groupId>org.thingsboard.common</groupId>
|
2018-10-15 15:53:06 +03:00
|
|
|
<artifactId>data</artifactId>
|
2016-12-01 11:38:15 +02:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2018-10-15 15:53:06 +03:00
|
|
|
<groupId>org.thingsboard.common</groupId>
|
|
|
|
|
<artifactId>message</artifactId>
|
2016-12-01 11:38:15 +02:00
|
|
|
</dependency>
|
2019-12-20 13:50:07 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.thingsboard.common</groupId>
|
|
|
|
|
<artifactId>util</artifactId>
|
|
|
|
|
</dependency>
|
2018-10-15 15:53:06 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
|
<artifactId>gson</artifactId>
|
2016-12-01 11:38:15 +02:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
<artifactId>log4j-over-slf4j</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
|
<artifactId>logback-core</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
|
<artifactId>mockito-all</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2018-10-15 15:53:06 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
|
</dependency>
|
2016-12-01 11:38:15 +02:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
</project>
|