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
The following commit(s) were added to refs/heads/1.22 by this push:
new e75cf22e96 OAK-11794 : removed commons-fileupload from oak-it-osgi
(#2375)
e75cf22e96 is described below
commit e75cf22e96d2ab716c64e6afe7605245eac2eff8
Author: Rishabh Kumar <[email protected]>
AuthorDate: Tue Jul 8 09:20:42 2025 +0530
OAK-11794 : removed commons-fileupload from oak-it-osgi (#2375)
---
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 0860b72e14..630b04eaa3 100644
--- a/oak-it-osgi/pom.xml
+++ b/oak-it-osgi/pom.xml
@@ -194,11 +194,6 @@
<artifactId>commons-lang3</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 d5b38209b1..6fd00c9e67 100644
--- a/oak-it-osgi/test-bundles.xml
+++ b/oak-it-osgi/test-bundles.xml
@@ -36,7 +36,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>