Skip to content

Commit 4067159

Browse files
authored
Merge pull request #2078 from dadoonet/remove-jansi
Remove Jansi lib
2 parents b924d67 + 1561671 commit 4067159

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

framework/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,5 @@
9696
<groupId>org.apache.logging.log4j</groupId>
9797
<artifactId>log4j-jul</artifactId>
9898
</dependency>
99-
<dependency>
100-
<groupId>org.fusesource.jansi</groupId>
101-
<artifactId>jansi</artifactId>
102-
</dependency>
10399
</dependencies>
104100
</project>

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<jackson.version>2.19.0</jackson.version>
5454
<jsonpath.version>2.9.0</jsonpath.version>
5555
<log4j.version>2.24.3</log4j.version>
56-
<jansi.version>2.4.1</jansi.version>
5756
<jersey.version>3.1.10</jersey.version>
5857

5958
<!-- Non Apache2 Compatible licenses -->
@@ -803,12 +802,6 @@
803802
<version>${log4j.version}</version>
804803
<optional>true</optional>
805804
</dependency>
806-
<dependency>
807-
<groupId>org.fusesource.jansi</groupId>
808-
<artifactId>jansi</artifactId>
809-
<version>${jansi.version}</version>
810-
<optional>true</optional>
811-
</dependency>
812805
<!--
813806
Too old version otherwise (From Tika 2.9.1 and log4j-jcl 2.22.0)
814807
-->

test-framework/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
3939
<groupId>org.apache.logging.log4j</groupId>
4040
<artifactId>log4j-jul</artifactId>
4141
</dependency>
42-
<dependency>
43-
<groupId>org.fusesource.jansi</groupId>
44-
<artifactId>jansi</artifactId>
45-
</dependency>
4642

4743
<!-- Test containers -->
4844
<dependency>

0 commit comments

Comments
 (0)