This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 14792db3b TIKA-4327: group bom
14792db3b is described below
commit 14792db3bcb592d5d42235dd22f1b42cad11720b
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Nov 18 09:30:38 2025 +0100
TIKA-4327: group bom
---
tika-parent/pom.xml | 60 ++++++++++++++++++++++++++---------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 1b7819701..6c1edc9a0 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -501,12 +501,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
- <!-- because cxf 4.0.9 uses 2.0.2 and jaxb 4.0.6 uses 2.0.3 -->
- <dependency>
- <groupId>org.eclipse.angus</groupId>
- <artifactId>angus-activation</artifactId>
- <version>2.1.0-M1</version>
- </dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
@@ -514,6 +508,19 @@
<type>pom</type>
<scope>import</scope>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-bom</artifactId>
+ <version>${jetty.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ <!-- because cxf 4.0.9 uses 2.0.2 and jaxb 4.0.6 uses 2.0.3 -->
+ <dependency>
+ <groupId>org.eclipse.angus</groupId>
+ <artifactId>angus-activation</artifactId>
+ <version>2.1.0-M1</version>
+ </dependency>
<dependency>
<groupId>org.apache.sis.core</groupId>
<artifactId>sis-utility</artifactId>
@@ -530,9 +537,23 @@
<version>${sis.version}</version>
</dependency>
<dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-bom</artifactId>
- <version>${jetty.version}</version>
+ <groupId>org.junit</groupId>
+ <artifactId>junit-bom</artifactId>
+ <version>${junit5.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-bom</artifactId>
+ <version>${slf4j.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.testcontainers</groupId>
+ <artifactId>testcontainers-bom</artifactId>
+ <version>${testcontainers.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -562,27 +583,6 @@
<artifactId>jsoup</artifactId>
<version>${jsoup.version}</version>
</dependency>
- <dependency>
- <groupId>org.junit</groupId>
- <artifactId>junit-bom</artifactId>
- <version>${junit5.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-bom</artifactId>
- <version>${slf4j.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <dependency>
- <groupId>org.testcontainers</groupId>
- <artifactId>testcontainers-bom</artifactId>
- <version>${testcontainers.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
<!-- missing in testcontainers-bom 2.* -->
<dependency>
<groupId>org.testcontainers</groupId>