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
8652b9fa
Unverified
Commit
8652b9fa
authored
3 years ago
by
AMIT KUMAR
Committed by
GitHub
3 years ago
Browse files
Options
Download
Patches
Plain Diff
Issue #SB-28017 feat: upgraded es rest client (#1026)
* Issue #SB-28017 feat: upgraded es rest client
parent
9c9a3b8f
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
release-4.6.0_RC3
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/es-utils/pom.xml
+1
-1
core/es-utils/pom.xml
core/platform-common/pom.xml
+4
-0
core/platform-common/pom.xml
with
5 additions
and
1 deletion
+5
-1
core/es-utils/pom.xml
+
1
−
1
View file @
8652b9fa
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<dependency>
<dependency>
<groupId>
org.elasticsearch.client
</groupId>
<groupId>
org.elasticsearch.client
</groupId>
<artifactId>
elasticsearch-rest-high-level-client
</artifactId>
<artifactId>
elasticsearch-rest-high-level-client
</artifactId>
<version>
6.
3.
2
</version>
<version>
6.
8.2
2
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
junit
</groupId>
<groupId>
junit
</groupId>
...
...
This diff is collapsed.
Click to expand it.
core/platform-common/pom.xml
+
4
−
0
View file @
8652b9fa
...
@@ -132,6 +132,10 @@
...
@@ -132,6 +132,10 @@
<artifactId>
slf4j-log4j12
</artifactId>
<artifactId>
slf4j-log4j12
</artifactId>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
</exclusion>
</exclusion>
<exclusion>
<groupId>
log4j
</groupId>
<artifactId>
log4j
</artifactId>
</exclusion>
<exclusion>
<exclusion>
<groupId>
io.netty
</groupId>
<groupId>
io.netty
</groupId>
<artifactId>
*
</artifactId>
<artifactId>
*
</artifactId>
...
...
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