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
be5945ca
Commit
be5945ca
authored
May 19, 2021
by
Smitha Manjunath
Browse files
Made necessary changes based on comments received.
parent
07cc454d
Pipeline
#40958
failed with stage
in 1 minute and 50 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
pom.xml
View file @
be5945ca
...
...
@@ -20,7 +20,7 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-azure
</artifactId>
<packaging>
jar
</packaging>
<version>
0.9.0-SNAPSHOT
-AZ
</version>
<version>
0.9.0-SNAPSHOT
</version>
<name>
core-lib-azure
</name>
<properties>
...
...
@@ -62,6 +62,11 @@
inherit this list. -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>
com.azure
</groupId>
<artifactId>
azure-spring-data-cosmos
</artifactId>
<version>
${azure-spring-data-cosmos.version}
</version>
</dependency>
<dependency>
<groupId>
com.azure.spring
</groupId>
<artifactId>
azure-spring-boot-bom
</artifactId>
...
...
@@ -151,7 +156,6 @@
<dependency>
<groupId>
com.azure
</groupId>
<artifactId>
azure-spring-data-cosmos
</artifactId>
<version>
${azure-spring-data-cosmos.version}
</version>
</dependency>
<dependency>
...
...
Write
Preview
Supports
Markdown
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