diff options
-rwxr-xr-x | epsdk-app-onap/pom.xml | 8 | ||||
-rwxr-xr-x | vid-app-common/pom.xml | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index da4941640..61d249549 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -216,14 +216,14 @@ </dependencies> </plugin> <plugin> - <groupId>org.sonarsource.scanner.maven</groupId> - <artifactId>sonar-maven-plugin</artifactId> - <version>3.6.0.1398</version> + <groupId>org.sonarsource.scanner.maven</groupId> + <artifactId>sonar-maven-plugin</artifactId> + <version>3.6.0.1398</version> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.3</version> + <version>0.8.4</version> <executions> <execution> <id>default-prepare-agent</id> diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 38ea5a48a..5f69ff162 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -138,9 +138,14 @@ </executions> </plugin> <plugin> + <groupId>org.sonarsource.scanner.maven</groupId> + <artifactId>sonar-maven-plugin</artifactId> + <version>3.6.0.1398</version> + </plugin> + <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.3</version> + <version>0.8.4</version> <executions> <execution> <id>default-prepare-agent</id> |