You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by am...@apache.org on 2021/07/28 21:17:32 UTC

[atlas] 02/02: ATLAS-4368: Atlas - Remove elasticsearch dependency or upgrade to 6.8.15

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

amestry pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 2576a236913915a928e48edc186d25461dae5774
Author: Disha Talreja <dt...@21984.local>
AuthorDate: Wed Jul 21 23:07:54 2021 -0400

    ATLAS-4368: Atlas - Remove elasticsearch dependency or upgrade to 6.8.15
    
    Signed-off-by: Ashutosh Mestry <am...@cloudera.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 19db431..532b6c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -697,7 +697,7 @@
         <curator.version>4.3.0</curator.version>
         <doxia.version>1.8</doxia.version>
         <dropwizard-metrics>3.2.2</dropwizard-metrics>
-        <elasticsearch.version>6.8.3</elasticsearch.version>
+        <elasticsearch.version>6.8.15</elasticsearch.version>
         <entity.repository.impl>org.apache.atlas.repository.audit.InMemoryEntityAuditRepository</entity.repository.impl>
         <enunciate-maven-plugin.version>2.13.2</enunciate-maven-plugin.version>
         <failsafe.version>2.18.1</failsafe.version>