Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Register
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Register
Commits
b9fbc8fc
Commit
b9fbc8fc
authored
2 years ago
by
Deepa Kumari
Browse files
Options
Downloads
Plain Diff
Merge branch 'az/dk-upgrade-dependencies' into 'master'
Dependency upgrade See merge request
!323
parents
7a383c97
def3048e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!323
Dependency upgrade
Pipeline
#173850
passed
2 years ago
Stage: build
Stage: scan
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NOTICE
+8
-3
8 additions, 3 deletions
NOTICE
provider/register-azure/pom.xml
+20
-16
20 additions, 16 deletions
provider/register-azure/pom.xml
with
28 additions
and
19 deletions
NOTICE
+
8
−
3
View file @
b9fbc8fc
...
...
@@ -88,7 +88,7 @@ The following software have components provided under the terms of this license:
- Byte Buddy Java agent (from https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent)
- ClassMate (from http://github.com/cowtowncoder/java-classmate)
- Cloud Key Management Service (KMS) API (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudkms)
- Cloud Storage JSON API (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage)
- Cloud Storage JSON API
v1-rev20230301-2.0.0
(from https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage)
- Collections (from https://repo1.maven.org/maven2/commons-collections/commons-collections)
- Commons Digester (from http://commons.apache.org/digester/)
- Converter: Jackson (from https://github.com/square/retrofit, https://repo1.maven.org/maven2/com/squareup/retrofit2/converter-jackson)
...
...
@@ -115,7 +115,6 @@ The following software have components provided under the terms of this license:
- HTTP functionality for the Reactor Netty library (from https://github.com/reactor/reactor-netty)
- HdrHistogram (from http://hdrhistogram.github.io/HdrHistogram/)
- Hibernate Validator (from https://repo1.maven.org/maven2/org/hibernate/hibernate-validator, https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator)
- Hibernate Validator Engine - Relocation Artifact (from https://repo1.maven.org/maven2/org/hibernate/hibernate-validator)
- HikariCP (from https://github.com/brettwooldridge/HikariCP)
- Hop (from https://github.com/rabbitmq/hop, https://www.rabbitmq.com)
- IBM COS Java SDK for Amazon S3 (from https://github.com/ibm/ibm-cos-sdk-java)
...
...
@@ -453,7 +452,6 @@ The following software have components provided under the terms of this license:
- Guava: Google Core Libraries for Java (from http://code.google.com/p/guava-libraries, https://github.com/google/guava, https://repo1.maven.org/maven2/com/google/guava/guava)
- HdrHistogram (from http://hdrhistogram.github.io/HdrHistogram/)
- Hibernate Validator (from https://repo1.maven.org/maven2/org/hibernate/hibernate-validator, https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator)
- LatencyUtils (from http://latencyutils.github.io/LatencyUtils/)
- MongoDB Java Driver (from http://mongodb.org/, http://www.mongodb.org, https://www.mongodb.com/)
- Netty/Common (from https://repo1.maven.org/maven2/io/netty/netty-common)
...
...
@@ -843,6 +841,13 @@ The following software have components provided under the terms of this license:
- Netty/Codec (from https://repo1.maven.org/maven2/io/netty/netty-codec)
========================================================================
mit-old-style-no-advert
========================================================================
The following software have components provided under the terms of this license:
- Brave (from https://repo1.maven.org/maven2/io/zipkin/brave/brave)
========================================================================
public-domain
========================================================================
...
...
This diff is collapsed.
Click to expand it.
provider/register-azure/pom.xml
+
20
−
16
View file @
b9fbc8fc
...
...
@@ -29,28 +29,18 @@
<packaging>
jar
</packaging>
<version>
0.20.0-SNAPSHOT
</version>
<properties>
<osdu.corelibazure.version>
0.
18.0
</osdu.corelibazure.version>
<osdu.corelibazure.version>
0.
20.0-rc5
</osdu.corelibazure.version>
<osdu.oscorecommon.version>
0.19.0-rc8
</osdu.oscorecommon.version>
<junit-jupiter.version>
5.6.0
</junit-jupiter.version>
<mockito-junit-jupiter.version>
2.23.0
</mockito-junit-jupiter.version>
<oauth2-oidc-sdk.version>
6.5
</oauth2-oidc-sdk.version>
<woodstox-core.version>
6.4.0
</woodstox-core.version>
<hibernate-validator.version>
5.3.6.Final
</hibernate-validator.version>
<jackson-databind.version>
2.13.4.1
</jackson-databind.version>
<jackson.version>
2.13.2
</jackson.version>
<spring-webmvc.version>
5.3.22
</spring-webmvc.version>
</properties>
<dependencyManagement>
<dependencies>
<!-- Inherit managed dependencies from core-lib-azure -->
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-azure
</artifactId>
<version>
${osdu.corelibazure.version}
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<dependency>
<groupId>
com.fasterxml.woodstox
</groupId>
<artifactId>
woodstox-core
</artifactId>
...
...
@@ -59,7 +49,6 @@
<dependency>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-validator
</artifactId>
<version>
${hibernate-validator.version}
</version>
</dependency>
</dependencies>
</dependencyManagement>
...
...
@@ -70,6 +59,13 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-azure
</artifactId>
<version>
${osdu.corelibazure.version}
</version>
<exclusions>
<exclusion>
<!--excluded as it introduces a crash at the startup-->
<artifactId>
byte-buddy
</artifactId>
<groupId>
net.bytebuddy
</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
@@ -107,12 +103,10 @@
<artifactId>
azure-spring-boot-starter-active-directory
</artifactId>
<version>
3.14.0
</version>
</dependency>
<!-- Spring Dependencies -->
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-webmvc
</artifactId>
<version>
${spring-webmvc.version}
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
...
...
@@ -131,7 +125,6 @@
<dependency>
<groupId>
org.springframework.security
</groupId>
<artifactId>
spring-security-oauth2-client
</artifactId>
<version>
5.7.5
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
...
...
@@ -166,6 +159,13 @@
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
<exclusions>
<exclusion>
<!--excluded as it introduces a crash at the startup-->
<artifactId>
byte-buddy
</artifactId>
<groupId>
net.bytebuddy
</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.junit.jupiter
</groupId>
...
...
@@ -185,7 +185,11 @@
<artifactId>
micrometer-registry-prometheus
</artifactId>
<scope>
runtime
</scope>
</dependency>
<dependency>
<groupId>
net.bytebuddy
</groupId>
<artifactId>
byte-buddy
</artifactId>
<version>
1.14.2
</version>
</dependency>
<!-- Jackson Dependencies -->
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment