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
04c007ad
Commit
04c007ad
authored
Dec 03, 2020
by
Abhishek Patil
Committed by
Kishore Battula
Dec 03, 2020
Browse files
Adding azure-core & azure-core-http-netty as managed dependencies
parent
4ebc8417
Changes
2
Hide whitespace changes
Inline
Side-by-side
NOTICE
View file @
04c007ad
...
...
@@ -97,6 +97,7 @@ The following software have components provided under the terms of this license:
- Microsoft Application Insights Java SDK Spring Boot starter (from https://github.com/Microsoft/ApplicationInsights-Java)
- Microsoft Application Insights Java SDK Web Module (from https://github.com/Microsoft/ApplicationInsights-Java)
- Microsoft Application Insights Log4j 2 Appender (from https://github.com/Microsoft/ApplicationInsights-Java)
- Microsoft Azure Java Core Library (from https://github.com/Azure/azure-sdk-for-java)
- Microsoft Azure Netty HTTP Client Library (from https://github.com/Azure/azure-sdk-for-java)
- Microsoft Azure SDK for SQL API of Azure Cosmos DB Service (from https://github.com/Azure/azure-sdk-for-java)
- Mockito (from http://mockito.org)
...
...
pom.xml
View file @
04c007ad
...
...
@@ -38,6 +38,7 @@
<azure.spring.data.cosmos.version>
3.1.0
</azure.spring.data.cosmos.version>
<azure.storage.version>
12.8.0
</azure.storage.version>
<azure.servicebus.version>
3.4.0
</azure.servicebus.version>
<azure.core.version>
1.11.0
</azure.core.version>
<azure.core.http.netty.version>
1.6.2
</azure.core.http.netty.version>
<azure.msal4j.version>
1.7.1
</azure.msal4j.version>
<azure.appinsights.version>
2.5.1
</azure.appinsights.version>
...
...
@@ -45,6 +46,7 @@
<azure.spring.boot.version>
2.3.5
</azure.spring.boot.version>
<checkstyle.version>
3.1.0
</checkstyle.version>
<jackson.version>
2.11.3
</jackson.version>
<reactor.version>
Dysprosium-SR12
</reactor.version>
<netty.version>
4.1.51.Final
</netty.version>
<lombok.version>
1.18.16
</lombok.version>
<osdu.oscorecommon.version>
0.3.18
</osdu.oscorecommon.version>
...
...
@@ -70,7 +72,7 @@
<dependency>
<groupId>
io.projectreactor
</groupId>
<artifactId>
reactor-bom
</artifactId>
<version>
Dysprosium-SR12
</version>
<version>
${reactor.version}
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
...
...
@@ -81,6 +83,16 @@
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<dependency>
<groupId>
com.azure
</groupId>
<artifactId>
azure-core
</artifactId>
<version>
${azure.core.version}
</version>
</dependency>
<dependency>
<groupId>
com.azure
</groupId>
<artifactId>
azure-core-http-netty
</artifactId>
<version>
${azure.core.http.netty.version}
</version>
</dependency>
<dependency>
<groupId>
com.microsoft.azure
</groupId>
<artifactId>
msal4j
</artifactId>
...
...
@@ -115,7 +127,6 @@
<dependency>
<groupId>
com.azure
</groupId>
<artifactId>
azure-core-http-netty
</artifactId>
<version>
${azure.core.http.netty.version}
</version>
</dependency>
<dependency>
...
...
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