Skip to content
Snippets Groups Projects
Commit 1d7a49cf authored by David Diederich's avatar David Diederich
Browse files

Merge branch 'remove-snapshot' into 'master'

Upgrading Core Lib Azure, to remove the SNAPSHOT dependency on core common

See merge request !671
parents cd36e238 47471fb1
No related branches found
No related tags found
1 merge request!671Upgrading Core Lib Azure, to remove the SNAPSHOT dependency on core common
Pipeline #261731 passed
......@@ -221,6 +221,8 @@ The following software have components provided under the terms of this license:
- OkHttp URLConnection (from https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp-urlconnection, https://square.github.io/okhttp/)
- Okio (from https://github.com/square/okio/, https://repo1.maven.org/maven2/com/squareup/okio/okio)
- OpenCensus (from https://github.com/census-instrumentation/opencensus-java, https://github.com/census-instrumentation/opencensus-proto)
- OpenTelemetry Java (from https://github.com/open-telemetry/opentelemetry-java)
- OpenTelemetry Semantic Conventions Java (from https://github.com/open-telemetry/semantic-conventions-java)
- PWDB :: Database (from https://repo1.maven.org/maven2/org/linguafranca/pwdb/database)
- PostgreSQL JDBC Driver
- Protocol Buffer extensions to the Google HTTP Client Library for Java. (from https://repo1.maven.org/maven2/com/google/http-client/google-http-client-protobuf)
......@@ -274,6 +276,7 @@ The following software have components provided under the terms of this license:
- Spring Web (from http://www.springframework.org, https://github.com/spring-projects/spring-framework, https://repo1.maven.org/maven2/org/springframework/spring-web)
- Spring Web MVC (from https://github.com/spring-projects/spring-framework, https://repo1.maven.org/maven2/org/springframework/spring-webmvc)
- Spring WebFlux (from https://github.com/spring-projects/spring-framework)
- Standard Uri Template (from https://std-uritemplate.github.io/)
- Swagger UI (from <http://webjars.org>, http://webjars.org)
- Vavr (from http://vavr.io, https://www.vavr.io)
- Vavr Match (from http://vavr.io)
......@@ -662,6 +665,15 @@ The following software have components provided under the terms of this license:
- Microsoft Azure client library for KeyVault Secrets (from https://github.com/Azure/azure-sdk-for-java)
- Microsoft Azure common module for Storage (from https://github.com/Azure/azure-sdk-for-java)
- Microsoft Azure internal Avro module for Storage (from https://github.com/Azure/azure-sdk-for-java)
- Microsoft Graph Java Core SDK (from https://github.com/microsoftgraph/msgraph-sdk-java-core)
- Microsoft Graph Java SDK (from https://github.com/microsoftgraph/msgraph-sdk-java)
- Microsoft Kiota-Java Abstractions (from https://github.com/microsoft/kiota-java)
- Microsoft Kiota-Java Authentication-Azure (from https://github.com/microsoft/kiota-java)
- Microsoft Kiota-Java Http-okHttp (from https://github.com/microsoft/kiota-java)
- Microsoft Kiota-Java Serialization-Form (from https://github.com/microsoft/kiota-java)
- Microsoft Kiota-Java Serialization-Json (from https://github.com/microsoft/kiota-java)
- Microsoft Kiota-Java Serialization-Multipart (from https://github.com/microsoft/kiota-java)
- Microsoft Kiota-Java Serialization-Text (from https://github.com/microsoft/kiota-java)
- Mockito (from http://mockito.org, http://www.mockito.org, https://github.com/mockito/mockito)
- Netty/Codec/HTTP (from https://repo1.maven.org/maven2/io/netty/netty-codec-http)
- Netty/Common (from https://repo1.maven.org/maven2/io/netty/netty-common)
......
......@@ -25,7 +25,7 @@
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<azure.version>2.1.7</azure.version>
<osdu.corelibazure.version>0.26.0-rc5</osdu.corelibazure.version>
<osdu.corelibazure.version>0.26.0</osdu.corelibazure.version>
<osdu.os-schema-core.version>0.27.0-SNAPSHOT</osdu.os-schema-core.version>
<mockito.version>1.10.19</mockito.version>
<cucumber.version>5.7.0</cucumber.version>
......
......@@ -11,7 +11,7 @@
<artifactId>schema-test-core</artifactId>
<properties>
<os-core-lib-ibm.version>0.25.0</os-core-lib-ibm.version>
<os-core-lib-azure.version>0.26.0-rc5</os-core-lib-azure.version>
<os-core-lib-azure.version>0.26.0</os-core-lib-azure.version>
<os-core-lib-aws.version>0.26.0-rc2</os-core-lib-aws.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jackson-databind.version>2.14.2</jackson-databind.version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment