Showing
1 changed file
with
0 additions
and
2 deletions
... | ... | @@ -15,11 +15,9 @@ |
15 | 15 | */ |
16 | 16 | package org.thingsboard.server.mqtt; |
17 | 17 | |
18 | -import org.cassandraunit.dataset.cql.ClassPathCQLDataSet; | |
19 | 18 | import org.junit.ClassRule; |
20 | 19 | import org.junit.extensions.cpsuite.ClasspathSuite; |
21 | 20 | import org.junit.runner.RunWith; |
22 | -import org.thingsboard.server.dao.CustomCassandraCQLUnit; | |
23 | 21 | import org.thingsboard.server.dao.CustomSqlUnit; |
24 | 22 | |
25 | 23 | import java.util.Arrays; | ... | ... |