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

fortino 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 0a0b252668 OAK-10550: add oak-search-elastic bundle test in 
oak-it-osgi (#1208)
0a0b252668 is described below

commit 0a0b2526680ae1500e876ab297ea5d9a5329001e
Author: Fabrizio Fortino <[email protected]>
AuthorDate: Tue Nov 14 21:47:58 2023 +0100

    OAK-10550: add oak-search-elastic bundle test in oak-it-osgi (#1208)
---
 oak-it-osgi/pom.xml          | 6 ++++++
 oak-it-osgi/test-bundles.xml | 1 +
 2 files changed, 7 insertions(+)

diff --git a/oak-it-osgi/pom.xml b/oak-it-osgi/pom.xml
index 97f985b8c7..233e357f75 100644
--- a/oak-it-osgi/pom.xml
+++ b/oak-it-osgi/pom.xml
@@ -176,6 +176,12 @@
       <version>${project.version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.jackrabbit</groupId>
+      <artifactId>oak-search-elastic</artifactId>
+      <version>${project.version}</version>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>oak-store-composite</artifactId>
diff --git a/oak-it-osgi/test-bundles.xml b/oak-it-osgi/test-bundles.xml
index 6b8906f385..fed3470534 100644
--- a/oak-it-osgi/test-bundles.xml
+++ b/oak-it-osgi/test-bundles.xml
@@ -55,6 +55,7 @@
         <include>org.apache.jackrabbit:oak-segment-azure</include>
         <include>org.apache.jackrabbit:oak-jcr</include>
         <include>org.apache.jackrabbit:oak-lucene</include>
+        <include>org.apache.jackrabbit:oak-search-elastic</include>
         <include>org.apache.tika:tika-core</include>
         <include>org.apache.jackrabbit:oak-blob</include>
         <include>org.apache.jackrabbit:oak-blob-cloud-azure</include>

Reply via email to