Author: jafl Date: Sun Jan 30 19:13:44 2011 New Revision: 1065355 URL: http://svn.apache.org/viewvc?rev=1065355&view=rev Log: XW-388 fix pattern to match relocation
Modified: struts/struts2/trunk/xwork-core/pom.xml Modified: struts/struts2/trunk/xwork-core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/xwork-core/pom.xml?rev=1065355&r1=1065354&r2=1065355&view=diff ============================================================================== --- struts/struts2/trunk/xwork-core/pom.xml (original) +++ struts/struts2/trunk/xwork-core/pom.xml Sun Jan 30 19:13:44 2011 @@ -219,7 +219,7 @@ <shadedPattern>org.apache.commons.lang.xwork</shadedPattern> </relocation> <relocation> - <pattern>org.apache.commons.lang</pattern> + <pattern>org.apache.commons.io</pattern> <shadedPattern>org.apache.commons.io.xwork</shadedPattern> </relocation> </relocations>