Skip to content

Commit 573dcca

Browse files
committed
OAK-11748: Remove usage of Guava Escapers - it-osgi IT dependency
1 parent 77aaee3 commit 573dcca

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

oak-it-osgi/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,11 @@
210210
<artifactId>commons-lang3</artifactId>
211211
<scope>test</scope>
212212
</dependency>
213+
<dependency>
214+
<groupId>org.apache.commons</groupId>
215+
<artifactId>commons-text</artifactId>
216+
<scope>test</scope>
217+
</dependency>
213218
<dependency>
214219
<groupId>commons-fileupload</groupId>
215220
<artifactId>commons-fileupload</artifactId>

oak-it-osgi/test-bundles.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<include>commons-logging:commons-logging</include>
4040
<include>com.fasterxml.jackson.core:jackson-core</include>
4141
<include>org.apache.commons:commons-lang3</include>
42+
<include>org.apache.commons:commons-text</include>
4243
<include>org.apache.commons:commons-collections4</include>
4344
<include>org.apache.jackrabbit:jackrabbit-jcr-commons</include>
4445
<include>org.apache.jackrabbit:jackrabbit-data</include>

0 commit comments

Comments
 (0)