m-dependency-p:2.7 is needed for IT MNG-5482 too

This commit is contained in:
Hervé Boutemy 2013-06-02 18:09:31 +02:00
parent 5002b9fb6f
commit 546490358b
1 changed files with 8 additions and 1 deletions

View File

@ -67,11 +67,18 @@ under the License.
</exclusion>
</exclusions>
</dependency>
<dependency><!-- IT MNG-5482 -->
<!-- IT MNG-5482 -->
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.7</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>