Commit 003a666d4a38c456f459b9ab27bd405417c14790

Authored by nickAS21
Committed by Andrew Shvayka
1 parent e9333922

Lwm2m: back: fix bug test docker with maven-deploy-plugin <version>3.0.0-M1</version>

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>
... ...