Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Indexer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Indexer
Commits
caa81376
Commit
caa81376
authored
2 years ago
by
Ernesto Gutierrez
Browse files
Options
Downloads
Patches
Plain Diff
Azure update jackson dependencies.
parent
99116cd2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!378
No more retry attempts for schema not found
,
!334
Azure update jackson dependencies.
Pipeline
#118222
failed
2 years ago
Stage: review
Stage: coverage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
provider/indexer-azure/pom.xml
+19
-0
19 additions, 0 deletions
provider/indexer-azure/pom.xml
with
19 additions
and
0 deletions
provider/indexer-azure/pom.xml
+
19
−
0
View file @
caa81376
...
...
@@ -53,6 +53,8 @@
<reactor-core.version>
3.4.6
</reactor-core.version>
<jackson-dataformat-xml.version>
2.11.4
</jackson-dataformat-xml.version>
<oauth2-oidc-sdk.version>
6.5
</oauth2-oidc-sdk.version>
<jackson-databind.version>
2.13.2.2
</jackson-databind.version>
<jackson.version>
2.13.2
</jackson.version>
</properties>
<dependencyManagement>
...
...
@@ -214,6 +216,23 @@
<artifactId>
elasticsearch-rest-high-level-client
</artifactId>
</dependency>
<!-- Jackson explicit Dependencies-->
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-core
</artifactId>
<version>
${jackson.version}
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson-databind.version}
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-annotations
</artifactId>
<version>
${jackson.version}
</version>
</dependency>
<!-- Resilience4j Dependencies-->
<dependency>
<groupId>
io.github.resilience4j
</groupId>
...
...
This diff is collapsed.
Click to expand it.
Rene von Borstel [EPAM]
@rene_von_borstel
mentioned in commit
3efadad1
·
2 years ago
mentioned in commit
3efadad1
mentioned in commit 3efadad12f500d4baa5d34cc6f1941b728a45780
Toggle commit list
Preview
0%
Loading
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