Showing
2 changed files
with
0 additions
and
8 deletions
... | ... | @@ -53,10 +53,6 @@ |
53 | 53 | <artifactId>util</artifactId> |
54 | 54 | </dependency> |
55 | 55 | <dependency> |
56 | - <groupId>org.thingsboard.common</groupId> | |
57 | - <artifactId>queue</artifactId> | |
58 | - </dependency> | |
59 | - <dependency> | |
60 | 56 | <groupId>com.google.code.gson</groupId> |
61 | 57 | <artifactId>gson</artifactId> |
62 | 58 | </dependency> | ... | ... |
... | ... | @@ -139,10 +139,6 @@ |
139 | 139 | </plugin> |
140 | 140 | <plugin> |
141 | 141 | <groupId>org.apache.maven.plugins</groupId> |
142 | - <artifactId>maven-dependency-plugin</artifactId> | |
143 | - </plugin> | |
144 | - <plugin> | |
145 | - <groupId>org.apache.maven.plugins</groupId> | |
146 | 142 | <artifactId>maven-resources-plugin</artifactId> |
147 | 143 | </plugin> |
148 | 144 | <plugin> | ... | ... |