From ec06e80b3d8125f4e2d1a4b78f0871b14f781feb Mon Sep 17 00:00:00 2001 From: Maurizio Cucchiara Date: Sat, 29 Jan 2011 11:49:34 +0000 Subject: [PATCH] WW-3549 - Shaded FileUtils git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1065002 13f79535-47bb-0310-9956-ffa450edef68 --- xwork-core/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xwork-core/pom.xml b/xwork-core/pom.xml index b209eebfb..42d93eb9d 100644 --- a/xwork-core/pom.xml +++ b/xwork-core/pom.xml @@ -152,7 +152,7 @@ org.apache.maven.plugins maven-shade-plugin - 1.2 + 1.4 package @@ -219,7 +219,7 @@ org.apache.commons.lang.xwork - org.apache.commons.lang + org.apache.commons.io org.apache.commons.io.xwork @@ -236,7 +236,7 @@ maven-bundle-plugin - org.apache.commons.lang.xwork.*,com.opensymphony.xwork2.* + org.apache.commons.lang.xwork.*,org.apache.commons.io.xwork.*,com.opensymphony.xwork2.*