This is an automated email from the ASF dual-hosted git repository.
daim pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 5a7dbc12b6 OAK-11794 : removed commons-fileupload from oak-it-osgi
(#2375)
5a7dbc12b6 is described below
commit 5a7dbc12b61eeea1b116771b8bde9636d6af61f7
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 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>