Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit a568924

Browse files
pranjal10yaminikb
authored andcommitted
Integ: commons-io 2.5 #22065
1 parent a559328 commit a568924

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appserver/admingui/war/src/main/webapp/WEB-INF/sun-web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
<parameter-encoding default-charset="UTF-8" />
6262
</locale-charset-info>
6363

64-
<class-loader delegate="true" extra-class-path="WEB-INF/extra/webui-jsf-suntheme-4.0.2.10.jar:WEB-INF/extra/dojo-ajax-nodemo-0.4.1.jar:WEB-INF/extra/webui-jsf-4.0.2.10.jar:WEB-INF/extra/commons-fileupload-1.3.2.jar:WEB-INF/extra/commons-io-1.3.1.jar:WEB-INF/extra/json-1.0.jar:WEB-INF/extra/prototype-1.5.0.jar" />
64+
<class-loader delegate="true" extra-class-path="WEB-INF/extra/webui-jsf-suntheme-4.0.2.10.jar:WEB-INF/extra/dojo-ajax-nodemo-0.4.1.jar:WEB-INF/extra/webui-jsf-4.0.2.10.jar:WEB-INF/extra/commons-fileupload-1.3.2.jar:WEB-INF/extra/commons-io-2.5.jar:WEB-INF/extra/json-1.0.jar:WEB-INF/extra/prototype-1.5.0.jar" />
6565

6666
</sun-web-app>

nucleus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@
965965
<dependency>
966966
<groupId>commons-io</groupId>
967967
<artifactId>commons-io</artifactId>
968-
<version>1.3.1</version>
968+
<version>2.5</version>
969969
</dependency>
970970
<dependency>
971971
<groupId>org.apache.ant</groupId>

0 commit comments

Comments
 (0)