Skip to content

Commit 8af07e3

Browse files
committed
Add missing depedency commons-text.jar
This would only have been required for CPD's xml renderer.
1 parent ba453d8 commit 8af07e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net.sourceforge.pmd.eclipse.plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Bundle-ClassPath: target/lib/antlr-runtime.jar,
2828
target/lib/common_2.13.jar,
2929
target/lib/commons-io.jar,
3030
target/lib/commons-lang3.jar,
31+
target/lib/commons-text.jar,
3132
target/lib/fastparse_2.13.jar,
3233
target/lib/fastparse-utils_2.13.jar,
3334
target/lib/groovy.jar,

0 commit comments

Comments
 (0)