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 53ee3d9188 OAK-10330: oak-it-osgi: temporarily introduce Guava 
dependency again
     new 4c98e62760 Merge pull request #1009 from mreutegg/OAK-10330
53ee3d9188 is described below

commit 53ee3d9188e1c6e030dbbdcda83ce9fa4ee11a67
Author: Marcel Reutegger <[email protected]>
AuthorDate: Tue Jun 27 11:06:12 2023 +0200

    OAK-10330: oak-it-osgi: temporarily introduce Guava dependency again
---
 oak-it-osgi/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/oak-it-osgi/pom.xml b/oak-it-osgi/pom.xml
index b01a0f359e..a6a355d80f 100644
--- a/oak-it-osgi/pom.xml
+++ b/oak-it-osgi/pom.xml
@@ -199,6 +199,11 @@
       <artifactId>commons-lang3</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>commons-fileupload</groupId>
       <artifactId>commons-fileupload</artifactId>

Reply via email to