Skip to content
GitLab
Menu
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
Lib
cloud
azure
OS Core Lib Azure
Commits
bebb40ce
Commit
bebb40ce
authored
May 20, 2021
by
Smitha Manjunath
Browse files
Added appropriate comment
parent
7bcb4d68
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
bebb40ce
...
...
@@ -63,6 +63,11 @@
<dependencyManagement>
<dependencies>
<dependency>
<!--
This dependency is added here to override the version coming from Azure Spring boot bom.
We need the latest azure spring data cosmos version{3.7} to use the latest cosmos sdk {4.15} which
comes with the bug fix for handling collisions in the effective partition key.
-->
<groupId>
com.azure
</groupId>
<artifactId>
azure-spring-data-cosmos
</artifactId>
<version>
${azure-spring-data-cosmos.version}
</version>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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