Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad57b94 commit 2d9128cCopy full SHA for 2d9128c
1 file changed
pom.xml
@@ -107,6 +107,7 @@
107
<plugin>
108
<groupId>org.apache.maven.plugins</groupId>
109
<artifactId>maven-failsafe-plugin</artifactId>
110
+ <version>3.5.3</version>
111
<executions>
112
<execution>
113
<goals>
@@ -116,6 +117,11 @@
116
117
</execution>
118
</executions>
119
</plugin>
120
+ <plugin>
121
+ <groupId>org.sonarsource.scanner.maven</groupId>
122
+ <artifactId>sonar-maven-plugin</artifactId>
123
+ <version>5.1.0.4751</version>
124
+ </plugin>
125
126
<groupId>com.amashchenko.maven.plugin</groupId>
127
<artifactId>gitflow-maven-plugin</artifactId>
0 commit comments