mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-3549 - Shaded FileUtils
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1065002 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+3
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user