Commit e5b49c70d9b48dbb7d4b904a33dd40bafa606357
Committed by
Andrew Shvayka
1 parent
5fddab85
Lwm2m: back: fix bug tests
Showing
1 changed file
with
5 additions
and
0 deletions
... | ... | @@ -627,6 +627,11 @@ |
627 | 627 | </plugin> |
628 | 628 | <plugin> |
629 | 629 | <groupId>org.apache.maven.plugins</groupId> |
630 | + <artifactId>maven-deploy-plugin</artifactId> | |
631 | + <version>3.0.0-M1</version> | |
632 | + </plugin> | |
633 | + <plugin> | |
634 | + <groupId>org.apache.maven.plugins</groupId> | |
630 | 635 | <artifactId>maven-dependency-plugin</artifactId> |
631 | 636 | <executions> |
632 | 637 | <execution> | ... | ... |