Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
sunbird-lms-service
Commits
d04b08cc
Unverified
Commit
d04b08cc
authored
3 years ago
by
AMIT KUMAR
Committed by
GitHub
3 years ago
Browse files
Options
Download
Patches
Plain Diff
Sb 28017 (#1029)
* Issue #SB-28017 feat: fixed es client upgrade issue
parent
73559981
release-4.6.0
release-4.6.0_RC9
release-4.6.0_RC8
release-4.6.0_RC7
release-4.6.0_RC6
release-4.6.0_RC5
release-4.6.0_RC4
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
service/pom.xml
+10
-0
service/pom.xml
with
10 additions
and
0 deletions
+10
-0
service/pom.xml
+
10
−
0
View file @
d04b08cc
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets