4.0.0
    
        org.thingsboard
        1.1.0-SNAPSHOT
        thingsboard
    
    org.thingsboard
    tools
    jar
    Thingsboard Server Tools
    http://thingsboard.org
    
        UTF-8
        ${basedir}/..
    
    
        
            org.thingsboard.common
            data
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.eclipse.paho
            org.eclipse.paho.client.mqttv3
        
        
            org.slf4j
            slf4j-api
        
        
            org.slf4j
            log4j-over-slf4j
        
        
            ch.qos.logback
            logback-core
        
        
            ch.qos.logback
            logback-classic
        
        
            org.springframework
            spring-test
        
        
            junit
            junit
            test
        
        
            org.mockito
            mockito-all
            test
        
        
            io.gatling.highcharts
            gatling-charts-highcharts
            test
        
        
            com.github.mnogu
            gatling-mqtt
            test
        
    
    
        
            
                org.apache.maven.plugins
                maven-shade-plugin
                
                    
                        package
                        
                            shade
                        
                        
                            
                                
                                    *:*
                                    
                                        META-INF/*.SF
                                        META-INF/*.DSA
                                        META-INF/*.RSA
                                    
                                
                            
                            
                                
                                    
                                        org.thingsboard.client.tools.MqttStressTestTool
                                    
                                
                            
                        
                    
                
            
            
                net.alchim31.maven
                scala-maven-plugin
            
            
                io.gatling
                gatling-maven-plugin