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 mk...@apache.org on 2022/11/09 08:36:58 UTC

[jackrabbit-oak] branch trunk updated: OAK-9987:oak-search-elastic depends on vulnerable snakeyaml version (#747)

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

mkataria 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 4d7ec08f88 OAK-9987:oak-search-elastic depends on vulnerable snakeyaml version (#747)
4d7ec08f88 is described below

commit 4d7ec08f88b3d4e94174490b40fee7fbaa814c2e
Author: Mohit Kataria <mk...@apache.org>
AuthorDate: Wed Nov 9 14:06:51 2022 +0530

    OAK-9987:oak-search-elastic depends on vulnerable snakeyaml version (#747)
---
 oak-search-elastic/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/oak-search-elastic/pom.xml b/oak-search-elastic/pom.xml
index afeeef9917..d8ffdf51a1 100644
--- a/oak-search-elastic/pom.xml
+++ b/oak-search-elastic/pom.xml
@@ -194,11 +194,6 @@
         </exclusion>
       </exclusions>
     </dependency>
-    <dependency>
-      <groupId>org.elasticsearch</groupId>
-      <artifactId>elasticsearch-x-content</artifactId>
-      <version>${elasticsearch.version}</version>
-    </dependency>
     <dependency>
       <groupId>org.apache.tika</groupId>
       <artifactId>tika-parsers</artifactId>