This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new bb838d2113 dependencies: correct versions in approval script, and
remove commons-lang in favor of only commons-lang3
bb838d2113 is described below
commit bb838d211316eb2236b1f70e8ce2c6c234a9d8dc
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Aug 27 15:10:00 2025 -0700
dependencies: correct versions in approval script, and remove commons-lang
in favor of only commons-lang3
---
ApproveRoyale.xml | 5 ++---
distribution/src/main/assembly/component-royale.xml | 3 +--
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/ApproveRoyale.xml b/ApproveRoyale.xml
index a8b0825469..f70962dd9b 100644
--- a/ApproveRoyale.xml
+++ b/ApproveRoyale.xml
@@ -592,10 +592,9 @@
<exclude
name="royale-asjs/lib/external/lzma-sdk-LICENSE.html"/>
<exclude name="royale-asjs/lib/external/antlr.jar"/>
<exclude name="royale-asjs/lib/external/commons-cli.jar"/>
- <exclude
name="royale-asjs/lib/external/commons-compress-1.10.jar"/>
+ <exclude
name="royale-asjs/lib/external/commons-compress-1.26.0.jar"/>
<exclude name="royale-asjs/lib/external/commons-io.jar"/>
- <exclude name="royale-asjs/lib/external/commons-lang-2.6.jar"/>
- <exclude
name="royale-asjs/lib/external/commons-lang3-3.4.jar"/>
+ <exclude
name="royale-asjs/lib/external/commons-lang3-3.18.0.jar"/>
<exclude name="royale-asjs/lib/external/flex-tool-api.jar"/>
<exclude name="royale-asjs/lib/external/guava.jar"/>
<exclude name="royale-asjs/lib/external/failureaccess.jar"/>
diff --git a/distribution/src/main/assembly/component-royale.xml
b/distribution/src/main/assembly/component-royale.xml
index 8feebae661..3d324d7f77 100644
--- a/distribution/src/main/assembly/component-royale.xml
+++ b/distribution/src/main/assembly/component-royale.xml
@@ -63,8 +63,7 @@
<include>*:commons-cli:jar</include>
<include>*:commons-compress:jar</include>
<include>*:commons-io:jar</include>
- <include>*:commons-lang:jar</include>
- <include>*:commons-lang3:jar</include><!-- Why is this needed?
-->
+ <include>*:commons-lang3:jar</include>
<include>*:flex-tool-api:jar</include>
<include>*:guava:jar</include>
<include>*:failureaccess:jar</include>