Unverified Commit d04b08cc authored by AMIT KUMAR's avatar AMIT KUMAR Committed by GitHub
Browse files

Sb 28017 (#1029)

* Issue #SB-28017 feat: fixed es client upgrade issue
Showing with 10 additions and 0 deletions
+10 -0
......@@ -89,6 +89,16 @@
<groupId>com.intuit.fuzzymatcher</groupId>
<artifactId>fuzzy-matcher</artifactId>
<version>0.4.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment