This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch 1.22 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 5b8e58cb31f02910da407d6b062850900e408123 Author: mbaedke <[email protected]> AuthorDate: Fri Oct 25 12:22:53 2024 +0200 OAK-10957: oak-run datastorecheck broken for AWS since 1.22.14 (#1821) Added explicit compile dependency to commons-logging. Including commons-logging in the assembly descriptor. --- oak-run/src/main/assembly/oak-run.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/oak-run/src/main/assembly/oak-run.xml b/oak-run/src/main/assembly/oak-run.xml index 6d36ffbcec..d9b5d9dbde 100644 --- a/oak-run/src/main/assembly/oak-run.xml +++ b/oak-run/src/main/assembly/oak-run.xml @@ -61,6 +61,7 @@ <includes> <include>org.apache.tika:tika-core</include> <include>org.apache.tika:tika-parsers</include> + <include>commons-logging:commons-logging</include> </includes> <useStrictFiltering>true</useStrictFiltering> <useTransitiveDependencies>false</useTransitiveDependencies>
