Skip to content

Commit

Permalink
[Runtime] Remove unused org.apache.commons.lang3 import instruction
Browse files Browse the repository at this point in the history
Since Maven 3.9.8 commons-lang3 is not used anymore in Maven core.
  • Loading branch information
HannesWell committed Jun 25, 2024
1 parent d54bf23 commit 13c4a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.m2e.feature/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# To force a version qualifier update add the bug here
Update build-qualifier because maven-runtime version update to Maven 3.9.8
Update build-qualifier because maven-runtime version update to Maven 3.9.8 (updated)
3 changes: 1 addition & 2 deletions org.eclipse.m2e.maven.runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@
javax.inject;version="[1.0.0,2.0.0)",\
javax.annotation;version="[1.2.0,2.0.0)", \
org.apache.commons.cli;version="[1.4.0,2.0.0)", \
org.apache.commons.codec*, \
org.apache.commons.lang3*
org.apache.commons.codec*
Require-Bundle: \
com.google.guava;bundle-version="32.2.1"
Expand Down

0 comments on commit 13c4a91

Please sign in to comment.