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 41d3eafe5 TIKA-4166: add version of uimaj-cpe
41d3eafe5 is described below
commit 41d3eafe5bd1cbcd92b1f055ce782a1175f94cd7
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon May 20 09:49:27 2024 +0200
TIKA-4166: add version of uimaj-cpe
---
tika-parent/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 0a0bb4b68..eb6de6f12 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -431,6 +431,7 @@
<!-- Apache UIMA v3.5.0 and later requires Java version 17 or later. -->
<uimafit.version>3.4.0</uimafit.version>
<uimaj.core.version>3.4.1</uimaj.core.version>
+ <uimaj.cpe.version>3.5.0</uimaj.cpe.version>
<unit.api.version>2.2</unit.api.version>
<vorbis.version>0.8</vorbis.version>
<woodstox.core.version>6.6.2</woodstox.core.version>
@@ -981,6 +982,12 @@
<version>${uimaj.core.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.uima</groupId>
+ <artifactId>uimaj-cpe</artifactId>
+ <version>${uimaj.cpe.version}</version>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>