This is an automated email from the ASF dual-hosted git repository. daim pushed a commit to branch OAK-11794 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit e9e3cf2dd8de1e6fdeb49f8684bffb5272763598 Author: rishabhdaim <[email protected]> AuthorDate: Mon Jul 7 17:59:38 2025 +0530 OAK-11794 : removed commons-fileupload from oak-it-osgi --- oak-it-osgi/pom.xml | 5 ----- oak-it-osgi/test-bundles.xml | 1 - 2 files changed, 6 deletions(-) diff --git a/oak-it-osgi/pom.xml b/oak-it-osgi/pom.xml index f60187a0aa..02f296285e 100644 --- a/oak-it-osgi/pom.xml +++ b/oak-it-osgi/pom.xml @@ -215,11 +215,6 @@ <artifactId>commons-text</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>commons-fileupload</groupId> - <artifactId>commons-fileupload</artifactId> - <version>1.5</version> - </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> diff --git a/oak-it-osgi/test-bundles.xml b/oak-it-osgi/test-bundles.xml index bb4c32c814..d43872f4eb 100644 --- a/oak-it-osgi/test-bundles.xml +++ b/oak-it-osgi/test-bundles.xml @@ -35,7 +35,6 @@ <include>ch.qos.logback:logback-classic</include> <include>commons-codec:commons-codec</include> <include>commons-io:commons-io</include> - <include>commons-fileupload:commons-fileupload</include> <include>commons-logging:commons-logging</include> <include>com.fasterxml.jackson.core:jackson-core</include> <include>org.apache.commons:commons-lang3</include>
