|
|
|
@ -46,21 +46,13 @@ |
|
|
|
<spring-data-redis.version>2.4.3</spring-data-redis.version> |
|
|
|
<jedis.version>3.3.0</jedis.version> |
|
|
|
<jjwt.version>0.7.0</jjwt.version> |
|
|
|
<json-path.version>2.2.0</json-path.version> |
|
|
|
<junit.version>4.12</junit.version> |
|
|
|
<jupiter.version>5.7.1</jupiter.version> |
|
|
|
<awaitility.version>4.1.0</awaitility.version> |
|
|
|
<hamcrest.version>2.2</hamcrest.version> |
|
|
|
<slf4j.version>1.7.7</slf4j.version> |
|
|
|
<logback.version>1.2.3</logback.version> |
|
|
|
<mockito.version>3.3.3</mockito.version> |
|
|
|
<rat.version>0.10</rat.version> |
|
|
|
<cassandra.version>4.10.0</cassandra.version> |
|
|
|
<metrics.version>4.0.5</metrics.version> |
|
|
|
<cassandra-unit.version>4.3.1.0</cassandra-unit.version> |
|
|
|
<cassandra-all.version>3.11.10</cassandra-all.version> |
|
|
|
<cassandra-driver-core.version>3.11.0</cassandra-driver-core.version> |
|
|
|
<takari-cpsuite.version>1.2.7</takari-cpsuite.version> |
|
|
|
<guava.version>28.2-jre</guava.version> |
|
|
|
<caffeine.version>2.6.1</caffeine.version> |
|
|
|
<commons-lang3.version>3.4</commons-lang3.version> |
|
|
|
@ -92,9 +84,6 @@ |
|
|
|
<jts.version>1.15.0</jts.version> |
|
|
|
<bouncycastle.version>1.64</bouncycastle.version> |
|
|
|
<winsw.version>2.0.1</winsw.version> |
|
|
|
<hsqldb.version>2.6.0</hsqldb.version> |
|
|
|
<dbunit.version>2.5.3</dbunit.version> |
|
|
|
<spring-test-dbunit.version>1.2.1</spring-test-dbunit.version> |
|
|
|
<postgresql.driver.version>42.2.20</postgresql.driver.version> |
|
|
|
<sonar.exclusions>org/thingsboard/server/gen/**/*, |
|
|
|
org/thingsboard/server/extensions/core/plugin/telemetry/gen/**/* |
|
|
|
@ -113,7 +102,6 @@ |
|
|
|
<ua-parser.version>1.4.3</ua-parser.version> |
|
|
|
<commons-beanutils.version>1.9.4</commons-beanutils.version> |
|
|
|
<commons-collections.version>3.2.2</commons-collections.version> |
|
|
|
<java-websocket.version>1.5.0</java-websocket.version> |
|
|
|
<micrometer.version>1.5.2</micrometer.version> |
|
|
|
<protobuf-dynamic.version>1.0.3TB</protobuf-dynamic.version> |
|
|
|
<wire-schema.version>3.4.0</wire-schema.version> |
|
|
|
@ -123,6 +111,20 @@ |
|
|
|
<javax.validation-api.version>2.0.1.Final</javax.validation-api.version> |
|
|
|
<antisamy.version>1.6.2</antisamy.version> |
|
|
|
<snmp4j.version>2.8.5</snmp4j.version> |
|
|
|
<!-- test scope only --> |
|
|
|
<awaitility.version>4.1.0</awaitility.version> |
|
|
|
<cassandra-unit.version>4.3.1.0</cassandra-unit.version> |
|
|
|
<dbunit.version>2.7.2</dbunit.version> |
|
|
|
<hsqldb.version>2.6.0</hsqldb.version> |
|
|
|
<java-websocket.version>1.5.2</java-websocket.version> |
|
|
|
<jupiter.version>5.6.3</jupiter.version> <!-- keep the same version as spring-boot-starter-test depend on jupiter--> |
|
|
|
<json-path.version>2.6.0</json-path.version> |
|
|
|
<spring-test-dbunit.version>1.3.0</spring-test-dbunit.version> <!-- 2016 --> |
|
|
|
<takari-cpsuite.version>1.2.7</takari-cpsuite.version> <!-- 2015 --> |
|
|
|
<!-- blackbox tests --> |
|
|
|
<testcontainers.version>1.16.0</testcontainers.version> |
|
|
|
<zeroturnaround.version>1.12</zeroturnaround.version> |
|
|
|
<httpclient.version>4.5.13</httpclient.version> |
|
|
|
</properties> |
|
|
|
|
|
|
|
<modules> |
|
|
|
@ -1097,6 +1099,12 @@ |
|
|
|
<artifactId>spring-boot-starter-test</artifactId> |
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
<scope>test</scope> |
|
|
|
<exclusions> |
|
|
|
<exclusion> |
|
|
|
<groupId>com.vaadin.external.google</groupId> |
|
|
|
<artifactId>android-json</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
@ -1426,12 +1434,32 @@ |
|
|
|
<artifactId>takari-cpsuite</artifactId> |
|
|
|
<version>${takari-cpsuite.version}</version> |
|
|
|
<scope>test</scope> |
|
|
|
<exclusions> |
|
|
|
<exclusion> |
|
|
|
<groupId>junit</groupId> |
|
|
|
<artifactId>junit</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.cassandraunit</groupId> |
|
|
|
<artifactId>cassandra-unit</artifactId> |
|
|
|
<version>${cassandra-unit.version}</version> |
|
|
|
<scope>test</scope> |
|
|
|
<exclusions> |
|
|
|
<exclusion> |
|
|
|
<groupId>junit</groupId> |
|
|
|
<artifactId>junit</artifactId> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<groupId>org.hamcrest</groupId> |
|
|
|
<artifactId>hamcrest-core</artifactId> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<groupId>org.hamcrest</groupId> |
|
|
|
<artifactId>hamcrest-library</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.cassandra</groupId> |
|
|
|
@ -1439,10 +1467,16 @@ |
|
|
|
<version>${cassandra-all.version}</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>junit</groupId> |
|
|
|
<artifactId>junit</artifactId> |
|
|
|
<version>${junit.version}</version> |
|
|
|
<groupId>org.junit.vintage</groupId> |
|
|
|
<artifactId>junit-vintage-engine</artifactId> |
|
|
|
<version>${jupiter.version}</version> |
|
|
|
<scope>test</scope> |
|
|
|
<exclusions> |
|
|
|
<exclusion> |
|
|
|
<groupId>org.hamcrest</groupId> |
|
|
|
<artifactId>hamcrest-core</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.awaitility</groupId> |
|
|
|
@ -1450,30 +1484,12 @@ |
|
|
|
<version>${awaitility.version}</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.hamcrest</groupId> |
|
|
|
<artifactId>hamcrest</artifactId> |
|
|
|
<version>${hamcrest.version}</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
|
<artifactId>junit-jupiter-params</artifactId> |
|
|
|
<version>${jupiter.version}</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.dbunit</groupId> |
|
|
|
<artifactId>dbunit</artifactId> |
|
|
|
<version>${dbunit.version}</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
<artifactId>mockito-core</artifactId> |
|
|
|
<version>${mockito.version}</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.projectlombok</groupId> |
|
|
|
<artifactId>lombok</artifactId> |
|
|
|
@ -1509,6 +1525,7 @@ |
|
|
|
<groupId>org.hsqldb</groupId> |
|
|
|
<artifactId>hsqldb</artifactId> |
|
|
|
<version>${hsqldb.version}</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.data</groupId> |
|
|
|
@ -1709,6 +1726,24 @@ |
|
|
|
<artifactId>snmp4j</artifactId> |
|
|
|
<version>${snmp4j.version}</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.testcontainers</groupId> |
|
|
|
<artifactId>testcontainers</artifactId> |
|
|
|
<version>${testcontainers.version}</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.zeroturnaround</groupId> |
|
|
|
<artifactId>zt-exec</artifactId> |
|
|
|
<version>${zeroturnaround.version}</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
<artifactId>httpclient</artifactId> |
|
|
|
<version>${httpclient.version}</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencyManagement> |
|
|
|
|
|
|
|
|