diff options
Diffstat (limited to 'vid-app-common')
-rwxr-xr-x | vid-app-common/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
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> |