We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b23e99 commit 5076e17Copy full SHA for 5076e17
pom.xml
@@ -75,6 +75,11 @@ limitations under the License.
75
<execution><goals><goal>check</goal></goals></execution>
76
</executions>
77
</plugin>
78
+ <plugin>
79
+ <groupId>org.codehaus.mojo</groupId>
80
+ <artifactId>versions-maven-plugin</artifactId>
81
+ <version>2.2</version>
82
+ </plugin>
83
<plugin>
84
<groupId>org.jacoco</groupId>
85
<artifactId>jacoco-maven-plugin</artifactId>
0 commit comments