update maven plugins tools api dependencies to something that will clear CQ
This commit is contained in:
parent
6c2fb983a9
commit
a1fa7d4fdd
|
@ -62,9 +62,9 @@
|
|||
<version>2.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<groupId>org.apache.maven.plugin-tools</groupId>
|
||||
<artifactId>maven-plugin-tools-api</artifactId>
|
||||
<version>2.0.3</version>
|
||||
<version>3.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>junit</groupId>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<name>Jetty :: Jetty Maven Plugin</name>
|
||||
<properties>
|
||||
<mavenVersion>3.0.3</mavenVersion>
|
||||
<pluginToolsVersion>2.9</pluginToolsVersion>
|
||||
<pluginToolsVersion>3.1</pluginToolsVersion>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in New Issue