Cleanup
This commit is contained in:
parent
72453499af
commit
008b5dac47
@ -29,15 +29,6 @@ import java.util.Arrays;
|
||||
@ClasspathSuite.ClassnameFilters({"org.thingsboard.server.system.sql.*SqlTest"})
|
||||
public class SystemSqlTestSuite {
|
||||
|
||||
static {
|
||||
//ThreadAwareSecurityManager.install();
|
||||
SecurityManager appsm = System.getSecurityManager();
|
||||
System.out.println("SECURITY MANAGER = " + appsm);
|
||||
if (appsm != null) {
|
||||
System.out.println("SECURITY MANAGER CLASS = " + appsm.getClass());
|
||||
}
|
||||
}
|
||||
|
||||
@ClassRule
|
||||
public static CustomSqlUnit sqlUnit = new CustomSqlUnit(
|
||||
Arrays.asList("sql/schema-ts.sql", "sql/schema-entities.sql", "sql/system-data.sql"),
|
||||
|
||||
11
pom.xml
11
pom.xml
@ -87,7 +87,6 @@
|
||||
<fst.version>2.57</fst.version>
|
||||
<antlr.version>2.7.7</antlr.version>
|
||||
<snakeyaml.version>1.23</snakeyaml.version>
|
||||
<bytebuddy.version>1.9.3</bytebuddy.version>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
@ -525,16 +524,6 @@
|
||||
<artifactId>antlr</artifactId>
|
||||
<version>${antlr.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.bytebuddy</groupId>
|
||||
<artifactId>byte-buddy</artifactId>
|
||||
<version>${bytebuddy.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.bytebuddy</groupId>
|
||||
<artifactId>byte-buddy-agent</artifactId>
|
||||
<version>${bytebuddy.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.rabbitmq</groupId>
|
||||
<artifactId>amqp-client</artifactId>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user