This is an automated email from the ASF dual-hosted git repository.

daim pushed a commit to branch DetailedGC/OAK-10199
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit bc5c66958854b134813c8b3df488c15f108c8aed
Author: smiroslav <[email protected]>
AuthorDate: Mon Oct 2 17:09:48 2023 +0200

    OAK-10464 testcontainers dependency
---
 oak-parent/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 5b68842393..4f21abdcdd 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -711,6 +711,13 @@
         <version>${testcontainers.version}</version>
         <scope>test</scope>
       </dependency>
+      <!-- Testcontainers dependency -->
+      <dependency>
+        <groupId>org.testcontainers</groupId>
+        <artifactId>testcontainers</artifactId>
+        <version>1.19.0</version>
+        <scope>test</scope>
+      </dependency>
       <dependency>
         <groupId>com.microsoft.azure</groupId>
         <artifactId>azure-storage</artifactId>

Reply via email to