Commit e5b49c70d9b48dbb7d4b904a33dd40bafa606357

Authored by nickAS21
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,6 +627,11 @@
627 </plugin> 627 </plugin>
628 <plugin> 628 <plugin>
629 <groupId>org.apache.maven.plugins</groupId> 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 <artifactId>maven-dependency-plugin</artifactId> 635 <artifactId>maven-dependency-plugin</artifactId>
631 <executions> 636 <executions>
632 <execution> 637 <execution>