File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 96
96
<groupId >org.apache.logging.log4j</groupId >
97
97
<artifactId >log4j-jul</artifactId >
98
98
</dependency >
99
- <dependency >
100
- <groupId >org.fusesource.jansi</groupId >
101
- <artifactId >jansi</artifactId >
102
- </dependency >
103
99
</dependencies >
104
100
</project >
Original file line number Diff line number Diff line change 53
53
<jackson .version>2.19.0</jackson .version>
54
54
<jsonpath .version>2.9.0</jsonpath .version>
55
55
<log4j .version>2.24.3</log4j .version>
56
- <jansi .version>2.4.1</jansi .version>
57
56
<jersey .version>3.1.10</jersey .version>
58
57
59
58
<!-- Non Apache2 Compatible licenses -->
803
802
<version >${log4j.version} </version >
804
803
<optional >true</optional >
805
804
</dependency >
806
- <dependency >
807
- <groupId >org.fusesource.jansi</groupId >
808
- <artifactId >jansi</artifactId >
809
- <version >${jansi.version} </version >
810
- <optional >true</optional >
811
- </dependency >
812
805
<!--
813
806
Too old version otherwise (From Tika 2.9.1 and log4j-jcl 2.22.0)
814
807
-->
Original file line number Diff line number Diff line change 39
39
<groupId >org.apache.logging.log4j</groupId >
40
40
<artifactId >log4j-jul</artifactId >
41
41
</dependency >
42
- <dependency >
43
- <groupId >org.fusesource.jansi</groupId >
44
- <artifactId >jansi</artifactId >
45
- </dependency >
46
42
47
43
<!-- Test containers -->
48
44
<dependency >
You can’t perform that action at this time.
0 commit comments