File tree Expand file tree Collapse file tree 5 files changed +18
-3
lines changed
Expand file tree Collapse file tree 5 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -1690,7 +1690,6 @@ The BaseX Team. The original license statement is also included below.]]></pream
16901690 <ignoredUnusedDeclaredDependency >org.apache.logging.log4j:log4j-slf4j2-impl:jar:${log4j.version} </ignoredUnusedDeclaredDependency >
16911691 <ignoredUnusedDeclaredDependency >org.apache.logging.log4j:log4j-jul:jar:${log4j.version} </ignoredUnusedDeclaredDependency >
16921692 <ignoredUnusedDeclaredDependency >org.glassfish.jaxb:jaxb-runtime:jar:${jaxb.impl.version} </ignoredUnusedDeclaredDependency >
1693- <ignoredUnusedDeclaredDependency >org.fusesource.jansi:jansi:jar:${jansi.version} </ignoredUnusedDeclaredDependency >
16941693 <ignoredUnusedDeclaredDependency >net.sourceforge.nekohtml:nekohtml:jar:1.9.22</ignoredUnusedDeclaredDependency >
16951694 <ignoredUnusedDeclaredDependency >xml-resolver:xml-resolver:jar:1.2</ignoredUnusedDeclaredDependency >
16961695 <ignoredUnusedDeclaredDependency >xalan:serializer:jar:2.7.3</ignoredUnusedDeclaredDependency >
Original file line number Diff line number Diff line change 530530 <pluginManagement >
531531 <plugins >
532532 <plugin >
533- <groupId >org.omnifaces </groupId >
533+ <groupId >org.codehaus.mojo </groupId >
534534 <artifactId >antlr-maven-plugin</artifactId >
535- <version >2.4 </version >
535+ <version >2.2 </version >
536536 </plugin >
537537 <plugin >
538538 <groupId >org.codehaus.mojo</groupId >
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