This is an automated email from the ASF dual-hosted git repository.
miroslav pushed a commit to branch issue/OAK-10006
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/issue/OAK-10006 by this push:
new a276998265 OAK-10543 remove duplicated testcontainers dependency
a276998265 is described below
commit a2769982658a136f23d8c8df649c9f1aeeebd02a
Author: smiroslav <[email protected]>
AuthorDate: Thu Nov 9 10:57:55 2023 +0100
OAK-10543 remove duplicated testcontainers dependency
---
oak-parent/pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 4bda72f364..490cd083fd 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -711,13 +711,6 @@
<version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>
- <!-- Testcontainers dependency -->
- <dependency>
- <groupId>org.testcontainers</groupId>
- <artifactId>testcontainers</artifactId>
- <version>${testcontainers.version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage</artifactId>