Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Indexer
Commits
e0253b3e
Commit
e0253b3e
authored
Aug 12, 2022
by
Brindaban Das
Browse files
jackson databind issue fix
parent
9b2bf0fa
Pipeline
#129714
failed with stages
in 58 minutes and 31 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
provider/indexer-ibm/pom.xml
View file @
e0253b3e
...
...
@@ -35,6 +35,7 @@
<os-core-lib-ibm.version>
0.16.0-rc1
</os-core-lib-ibm.version>
<spring-webmvc.version>
5.3.22
</spring-webmvc.version>
<jackson-databind.version>
2.13.2.2
</jackson-databind.version>
<jackson.version>
2.13.2
</jackson.version>
</properties>
<profiles>
...
...
@@ -109,6 +110,16 @@
<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>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-core
</artifactId>
<version>
${jackson.version}
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-security
</artifactId>
...
...
Shrikant Garg
@shrikgar
mentioned in commit
d08dfb96
·
Aug 12, 2022
mentioned in commit
d08dfb96
mentioned in commit d08dfb96f204e9f79224d4027f2a2b05935c4b08
Toggle commit list
Shrikant Garg
@shrikgar
mentioned in merge request
!368 (merged)
·
Aug 12, 2022
mentioned in merge request
!368 (merged)
mentioned in merge request !368
Toggle commit list
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!
Cancel
Please
register
or
sign in
to comment