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 db2058b TIKA-3244: update ops4j-base
db2058b is described below
commit db2058b881e957325e3638eac7bbbfce7556adff
Author: THausherr <[email protected]>
AuthorDate: Fri Dec 11 21:40:57 2020 +0100
TIKA-3244: update ops4j-base
---
tika-bundles/tika-bundle-classic/pom.xml | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/tika-bundles/tika-bundle-classic/pom.xml
b/tika-bundles/tika-bundle-classic/pom.xml
index dda2f13..47f0273 100644
--- a/tika-bundles/tika-bundle-classic/pom.xml
+++ b/tika-bundles/tika-bundle-classic/pom.xml
@@ -69,6 +69,16 @@
<artifactId>pax-exam-junit4</artifactId>
<version>${pax.exam.version}</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.ops4j.base</groupId>
+ <artifactId>ops4j-base-store</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.ops4j.base</groupId>
+ <artifactId>ops4j-base-lang</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
@@ -89,13 +99,13 @@
<dependency>
<groupId>org.ops4j.base</groupId>
<artifactId>ops4j-base-util-property</artifactId>
- <version>1.5.0</version>
+ <version>1.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.base</groupId>
<artifactId>ops4j-base-lang</artifactId>
- <version>1.5.0</version>
+ <version>1.5.1</version>
<scope>test</scope>
</dependency>
<dependency>