Commit a171483b521aa822cfad1eabaa0f06e610edb68d

Authored by Andrew Shvayka
1 parent 467feb96

Removed Redundant dependency

@@ -40,11 +40,6 @@ @@ -40,11 +40,6 @@
40 <dependencies> 40 <dependencies>
41 <dependency> 41 <dependency>
42 <groupId>org.thingsboard.common</groupId> 42 <groupId>org.thingsboard.common</groupId>
43 - <artifactId>util</artifactId>  
44 - <scope>provided</scope>  
45 - </dependency>  
46 - <dependency>  
47 - <groupId>org.thingsboard.common</groupId>  
48 <artifactId>message</artifactId> 43 <artifactId>message</artifactId>
49 <scope>provided</scope> 44 <scope>provided</scope>
50 </dependency> 45 </dependency>