You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2022/07/11 16:22:16 UTC

[jackrabbit-oak] branch trunk updated: OAK-9585: BrokenNetworkIT fails on Java 17

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

mreutegg pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a4287e179a OAK-9585: BrokenNetworkIT fails on Java 17
     new 12ec5c1eb9 Merge pull request #620 from mreutegg/OAK-9585
a4287e179a is described below

commit a4287e179a8b660e034cc78298f0fd4400ed949b
Author: Marcel Reutegger <ma...@gmail.com>
AuthorDate: Mon Jul 11 17:33:04 2022 +0200

    OAK-9585: BrokenNetworkIT fails on Java 17
---
 oak-segment-tar/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/oak-segment-tar/pom.xml b/oak-segment-tar/pom.xml
index 76eb5b2105..8c72aabb2c 100644
--- a/oak-segment-tar/pom.xml
+++ b/oak-segment-tar/pom.xml
@@ -393,7 +393,13 @@
             <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
-        
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcpkix-jdk15on</artifactId>
+            <version>1.70</version>
+            <scope>test</scope>
+        </dependency>
+
         <!-- FIXME: test dependency of oak-core due to usage of InitialContent for test setup -->
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>