File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 8686 <artifactId >xml-apis</artifactId >
8787 </dependency >
8888
89+ <dependency >
90+ <groupId >commons-io</groupId >
91+ <artifactId >commons-io</artifactId >
92+ <scope >test</scope >
93+ </dependency >
94+
8995 <dependency >
9096 <groupId >junit</groupId >
9197 <artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 8686 <artifactId >log4j-api</artifactId >
8787 </dependency >
8888
89+ <dependency >
90+ <groupId >commons-io</groupId >
91+ <artifactId >commons-io</artifactId >
92+ </dependency >
93+
8994 <dependency >
9095 <groupId >com.evolvedbinary.thirdparty.xml-apis</groupId >
9196 <artifactId >xml-apis</artifactId >
Original file line number Diff line number Diff line change 111111 <artifactId >commons-codec</artifactId >
112112 </dependency >
113113
114+ <dependency >
115+ <groupId >commons-io</groupId >
116+ <artifactId >commons-io</artifactId >
117+ </dependency >
118+
114119 <dependency >
115120 <groupId >org.apache.logging.log4j</groupId >
116121 <artifactId >log4j-api</artifactId >
You can’t perform that action at this time.
0 commit comments