File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
custom-scripted-connector-bundler Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 109109 <dependency >
110110 <groupId >commons-io</groupId >
111111 <artifactId >commons-io</artifactId >
112- <version >2.7</version >
113112 </dependency >
114113 </dependencies >
115114 <build >
Original file line number Diff line number Diff line change 1313 ~ information: "Portions copyright [year] [name of copyright owner]".
1414 ~
1515 ~ Copyright 2011-2016 ForgeRock AS.
16- ~ Portions Copyrighted 2024 3A Systems LLC.
16+ ~ Portions Copyrighted 2019- 2024 3A Systems LLC.
1717 -->
1818<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1919 <modelVersion >4.0.0</modelVersion >
180180
181181 <!-- Apache Commons versions -->
182182 <apache .commons-codec.version>1.10</apache .commons-codec.version>
183- <apache .commons-io.version>2.7</apache .commons-io.version>
184183 <apache .commons-fileupload.version>1.5</apache .commons-fileupload.version>
185184
186185 <ant .contrib.version>1.0b3</ant .contrib.version>
417416 <artifactId >commons-codec</artifactId >
418417 <version >${apache.commons-codec.version} </version >
419418 </dependency >
420- <dependency >
421- <groupId >commons-io</groupId >
422- <artifactId >commons-io</artifactId >
423- <version >${apache.commons-io.version} </version >
424- </dependency >
425419 <dependency >
426420 <groupId >commons-fileupload</groupId >
427421 <artifactId >commons-fileupload</artifactId >
You can’t perform that action at this time.
0 commit comments