Author: schulte
Date: Sat Jun 18 13:51:35 2016
New Revision: 1749029
URL: http://svn.apache.org/viewvc?rev=1749029&view=rev
Log:
[MDEPLOY-210] Upgrade of commons-io to 2.5.
Modified:
maven/plugins/trunk/maven-deploy-plugin/pom.xml
Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=1749029&r1=1749028&r2=1749029&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Sat Jun 18 13:51:35 2016
@@ -88,6 +88,12 @@ under the License.
<artifactId>maven-artifact-transfer</artifactId>
<version>3.0.0-SNAPSHOT</version>
</dependency>
+ <!-- Upgrade of transitive dependency. -->
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.5</version>
+ </dependency>
<!-- dependencies to annotations -->
<dependency>