File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
src/test/java/org/apache/jackrabbit/oak/composite/it Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 274274 <artifactId >metrics-core</artifactId >
275275 <scope >test</scope >
276276 </dependency >
277+ <dependency >
278+ <groupId >org.apache.commons</groupId >
279+ <artifactId >commons-text</artifactId >
280+ <scope >test</scope >
281+ </dependency >
277282 </dependencies >
278283</project >
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ public static Option jackrabbit() {
9797 mavenBundle ().groupId ("commons-io" ).artifactId ("commons-io" ).versionAsInProject (),
9898 mavenBundle ().groupId ("org.apache.commons" ).artifactId ("commons-collections4" ).versionAsInProject (),
9999 mavenBundle ().groupId ("org.apache.commons" ).artifactId ("commons-lang3" ).versionAsInProject (),
100+ mavenBundle ().groupId ("org.apache.commons" ).artifactId ("commons-text" ).versionAsInProject (),
100101 mavenBundle ().groupId ("com.fasterxml.jackson.core" ).artifactId ("jackson-core" ).versionAsInProject (),
101102 mavenBundle ().groupId ("com.fasterxml.jackson.core" ).artifactId ("jackson-annotations" ).versionAsInProject (),
102103 mavenBundle ().groupId ("com.fasterxml.jackson.core" ).artifactId ("jackson-databind" ).versionAsInProject ()
You can’t perform that action at this time.
0 commit comments