2016-12-01 11:40:28 +02:00
|
|
|
<!--
|
|
|
|
|
|
2025-02-25 09:39:16 +02:00
|
|
|
Copyright © 2016-2025 The Thingsboard Authors
|
2016-12-01 11:40:28 +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"
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.thingsboard</groupId>
|
2025-10-09 16:08:06 +03:00
|
|
|
<version>4.2.1-RC</version>
|
2016-12-05 17:03:59 +02:00
|
|
|
<artifactId>thingsboard</artifactId>
|
2016-12-01 11:40:28 +02:00
|
|
|
</parent>
|
|
|
|
|
<artifactId>dao</artifactId>
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
|
|
<name>Thingsboard Server DAO Layer</name>
|
2017-12-05 15:19:37 +02:00
|
|
|
<url>https://thingsboard.io</url>
|
2016-12-01 11:40:28 +02:00
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<main.dir>${basedir}/..</main.dir>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
2016-12-05 17:03:59 +02:00
|
|
|
<groupId>org.thingsboard.common</groupId>
|
2016-12-01 11:40:28 +02:00
|
|
|
<artifactId>data</artifactId>
|
2018-03-13 18:03:00 +02:00
|
|
|
</dependency>
|
2021-02-26 14:16:34 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.thingsboard.common</groupId>
|
|
|
|
|
<artifactId>cache</artifactId>
|
|
|
|
|
</dependency>
|
2018-03-13 18:03:00 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.thingsboard.common</groupId>
|
|
|
|
|
<artifactId>message</artifactId>
|
|
|
|
|
</dependency>
|
2020-07-10 10:47:19 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.thingsboard.common</groupId>
|
|
|
|
|
<artifactId>stats</artifactId>
|
|
|
|
|
</dependency>
|
2019-07-26 09:00:57 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.thingsboard.common</groupId>
|
|
|
|
|
<artifactId>dao-api</artifactId>
|
|
|
|
|
</dependency>
|
2019-11-15 18:27:57 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.thingsboard.common</groupId>
|
|
|
|
|
<artifactId>util</artifactId>
|
2025-05-10 14:24:04 +02:00
|
|
|
</dependency>
|
2025-05-20 16:19:44 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.thingsboard.common</groupId>
|
2025-05-27 16:42:21 +03:00
|
|
|
<artifactId>discovery-api</artifactId>
|
2025-05-20 16:19:44 +03:00
|
|
|
</dependency>
|
2025-05-10 14:24:04 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.networknt</groupId>
|
|
|
|
|
<artifactId>json-schema-validator</artifactId>
|
2019-11-15 18:27:57 +02:00
|
|
|
</dependency>
|
2016-12-01 11:40:28 +02:00
|
|
|
<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>
|
2017-05-06 21:26:20 -04:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.postgresql</groupId>
|
|
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
|
|
</dependency>
|
2023-08-28 19:20:31 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
2024-04-19 23:25:15 +02:00
|
|
|
<artifactId>bcpkix-jdk18on</artifactId>
|
2023-08-28 19:20:31 +02:00
|
|
|
</dependency>
|
2016-12-01 11:40:28 +02:00
|
|
|
<dependency>
|
2021-08-06 13:53:35 +03:00
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.junit.vintage</groupId>
|
|
|
|
|
<artifactId>junit-vintage-engine</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.awaitility</groupId>
|
|
|
|
|
<artifactId>awaitility</artifactId>
|
2016-12-01 11:40:28 +02:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2017-04-22 22:37:51 -04:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.dbunit</groupId>
|
|
|
|
|
<artifactId>dbunit</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.springtestdbunit</groupId>
|
|
|
|
|
<artifactId>spring-test-dbunit</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2020-06-15 12:37:43 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2024-04-18 17:11:29 +02:00
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-collections4</artifactId>
|
2020-06-15 12:37:43 +03:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
|
</dependency>
|
2021-03-30 18:29:55 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.hibernate.validator</groupId>
|
|
|
|
|
<artifactId>hibernate-validator</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2024-04-18 20:49:31 +02:00
|
|
|
<groupId>org.glassfish</groupId>
|
|
|
|
|
<artifactId>jakarta.el</artifactId>
|
2021-03-30 18:29:55 +03:00
|
|
|
</dependency>
|
2016-12-01 11:40:28 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
|
</dependency>
|
2020-06-15 12:37:43 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-tx</artifactId>
|
|
|
|
|
</dependency>
|
2018-02-28 09:03:06 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
|
|
<scope>provided</scope>
|
2020-05-04 11:51:08 +03:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
|
<artifactId>spring-security-oauth2-client</artifactId>
|
2018-02-28 09:03:06 +02:00
|
|
|
</dependency>
|
2020-05-08 15:45:54 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.datastax.oss</groupId>
|
|
|
|
|
<artifactId>java-driver-core</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.datastax.oss</groupId>
|
|
|
|
|
<artifactId>java-driver-query-builder</artifactId>
|
|
|
|
|
</dependency>
|
2023-06-05 15:24:47 +02:00
|
|
|
<dependency> <!--need for datastax-->
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-transport-native-epoll</artifactId>
|
|
|
|
|
<classifier>linux-x86_64</classifier>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2020-05-08 15:45:54 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.dropwizard.metrics</groupId>
|
|
|
|
|
<artifactId>metrics-jmx</artifactId>
|
|
|
|
|
</dependency>
|
2016-12-01 11:40:28 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.takari.junit</groupId>
|
|
|
|
|
<artifactId>takari-cpsuite</artifactId>
|
|
|
|
|
<scope>test</scope>
|
2020-06-15 12:37:43 +03:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2016-12-01 11:40:28 +02:00
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
|
</dependency>
|
2018-03-13 18:03:00 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.protobuf</groupId>
|
|
|
|
|
<artifactId>protobuf-java</artifactId>
|
|
|
|
|
</dependency>
|
2016-12-01 11:40:28 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.curator</groupId>
|
|
|
|
|
<artifactId>curator-x-discovery</artifactId>
|
|
|
|
|
</dependency>
|
2018-02-07 16:43:24 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.ben-manes.caffeine</groupId>
|
|
|
|
|
<artifactId>caffeine</artifactId>
|
|
|
|
|
</dependency>
|
2016-12-01 11:40:28 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-autoconfigure</artifactId>
|
|
|
|
|
</dependency>
|
2017-01-08 20:16:52 -05:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
2024-04-19 23:25:15 +02:00
|
|
|
<artifactId>bcprov-jdk18on</artifactId>
|
2017-01-08 20:16:52 -05:00
|
|
|
</dependency>
|
2017-04-11 22:09:52 -04:00
|
|
|
<dependency>
|
2017-04-22 22:37:51 -04:00
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
|
|
<scope>test</scope>
|
2023-02-28 16:25:11 +01:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.testcontainers</groupId>
|
|
|
|
|
<artifactId>cassandra</artifactId>
|
|
|
|
|
<scope>test</scope>
|
2017-04-22 22:37:51 -04:00
|
|
|
</dependency>
|
2021-09-07 20:23:24 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.testcontainers</groupId>
|
|
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.testcontainers</groupId>
|
|
|
|
|
<artifactId>jdbc</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2024-03-26 14:24:18 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.testcontainers</groupId>
|
|
|
|
|
<artifactId>junit-jupiter</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2018-02-07 16:43:24 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-context-support</artifactId>
|
|
|
|
|
</dependency>
|
2018-02-28 09:03:06 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.elasticsearch.client</groupId>
|
2024-04-18 17:11:29 +02:00
|
|
|
<artifactId>elasticsearch-rest-client</artifactId>
|
2018-02-28 09:03:06 +02:00
|
|
|
</dependency>
|
2021-09-09 17:04:54 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.leshan</groupId>
|
|
|
|
|
<artifactId>leshan-core</artifactId>
|
|
|
|
|
</dependency>
|
2023-02-10 17:08:27 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.jayway.jsonpath</groupId>
|
|
|
|
|
<artifactId>json-path</artifactId>
|
|
|
|
|
</dependency>
|
2023-05-16 15:57:30 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.thingsboard.rule-engine</groupId>
|
|
|
|
|
<artifactId>rule-engine-api</artifactId>
|
|
|
|
|
</dependency>
|
2023-10-03 18:49:57 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.hypersistence</groupId>
|
2024-04-19 22:47:30 +02:00
|
|
|
<artifactId>hypersistence-utils-hibernate-63</artifactId>
|
2023-10-03 18:49:57 +03:00
|
|
|
</dependency>
|
2023-11-14 16:06:59 +02:00
|
|
|
<dependency>
|
2024-09-25 16:08:45 +03:00
|
|
|
<groupId>com.github.weisj</groupId>
|
|
|
|
|
<artifactId>jsvg</artifactId>
|
2023-11-14 16:06:59 +02:00
|
|
|
</dependency>
|
2023-11-30 20:49:09 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.drewnoakes</groupId>
|
|
|
|
|
<artifactId>metadata-extractor</artifactId>
|
|
|
|
|
</dependency>
|
2016-12-01 11:40:28 +02:00
|
|
|
</dependencies>
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<configuration>
|
2021-09-08 10:25:29 +03:00
|
|
|
<excludes>
|
|
|
|
|
<exclude>**/nosql/*Test.java</exclude>
|
|
|
|
|
</excludes>
|
2016-12-01 11:40:28 +02:00
|
|
|
<includes>
|
2021-09-08 10:25:29 +03:00
|
|
|
<include>**/*Test.java</include>
|
2016-12-01 11:40:28 +02:00
|
|
|
<include>**/*TestSuite.java</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2020-06-15 12:37:43 +03:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
2016-12-01 11:40:28 +02:00
|
|
|
<version>${jar-plugin.version}</version>
|
2020-06-15 12:37:43 +03:00
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>test-jar</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
2016-12-01 11:40:28 +02:00
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
</project>
|