Skip to content

Commit 13c4a91

Browse files
committed
[Runtime] Remove unused org.apache.commons.lang3 import instruction
Since Maven 3.9.8 commons-lang3 is not used anymore in Maven core.
1 parent d54bf23 commit 13c4a91

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# To force a version qualifier update add the bug here
2-
Update build-qualifier because maven-runtime version update to Maven 3.9.8
2+
Update build-qualifier because maven-runtime version update to Maven 3.9.8 (updated)

org.eclipse.m2e.maven.runtime/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@
206206
javax.inject;version="[1.0.0,2.0.0)",\
207207
javax.annotation;version="[1.2.0,2.0.0)", \
208208
org.apache.commons.cli;version="[1.4.0,2.0.0)", \
209-
org.apache.commons.codec*, \
210-
org.apache.commons.lang3*
209+
org.apache.commons.codec*
211210
Require-Bundle: \
212211
com.google.guava;bundle-version="32.2.1"
213212

0 commit comments

Comments
 (0)