Author: mcucchiara
Date: Sat Jan 29 11:49:34 2011
New Revision: 1065002

URL: http://svn.apache.org/viewvc?rev=1065002&view=rev
Log:
WW-3549 - Shaded FileUtils

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=1065002&r1=1065001&r2=1065002&view=diff
==============================================================================
--- struts/struts2/trunk/xwork-core/pom.xml (original)
+++ struts/struts2/trunk/xwork-core/pom.xml Sat Jan 29 11:49:34 2011
@@ -152,7 +152,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>1.2</version>
+                <version>1.4</version>
                 <executions>
                     <execution>
                         <phase>package</phase>
@@ -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>
@@ -236,7 +236,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        
<Export-Package>org.apache.commons.lang.xwork.*,com.opensymphony.xwork2.*</Export-Package>
+                        
<Export-Package>org.apache.commons.lang.xwork.*,org.apache.commons.io.xwork.*,com.opensymphony.xwork2.*</Export-Package>
                     </instructions>
                 </configuration>
                 <executions>


Reply via email to