Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Ingestion Workflow
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 Software
OSDU Data Platform
Data Flow
Data Ingestion
Ingestion Workflow
Merge requests
!566
Update aws core lib to 3.0.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update aws core lib to 3.0.1
lobtimo-aws-core-3
into
master
Overview
0
Commits
4
Pipelines
8
Changes
3
Merged
Timothy Lobl
requested to merge
lobtimo-aws-core-3
into
master
3 months ago
Overview
0
Commits
4
Pipelines
8
Changes
3
Expand
Update aws core lib to 3.0.1
0
0
Merge request reports
Compare
master
version 2
82f88dde
3 months ago
version 1
63cd4b8d
3 months ago
master (base)
and
latest version
latest version
c88c849e
4 commits,
3 months ago
version 2
82f88dde
3 commits,
3 months ago
version 1
63cd4b8d
1 commit,
3 months ago
3 files
+
8
−
29
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
provider/workflow-aws/pom.xml
+
3
−
23
Options
@@ -33,8 +33,8 @@
<properties>
<aws.version>
1.12.738
</aws.version>
<log4j2.version>
2.17.1
</log4j2.version>
<spring-security.version>
6.3.
0
</spring-security.version>
<spring-framework-version>
6.1.
6
</spring-framework-version>
<spring-security.version>
6.3.
3
</spring-security.version>
<spring-framework-version>
6.1.
13
</spring-framework-version>
</properties>
<dependencyManagement>
@@ -145,29 +145,9 @@
<dependency>
<groupId>
org.opengroup.osdu.core.aws
</groupId>
<artifactId>
os-core-lib-aws
</artifactId>
<version>
0.26.0-spring6-rc2
</version>
<version>
3.0.1
</version>
</dependency>
<!-- Third party MongoDB packages -->
<dependency>
<groupId>
org.springframework.data
</groupId>
<artifactId>
spring-data-mongodb
</artifactId>
</dependency>
<dependency>
<groupId>
org.mongodb
</groupId>
<artifactId>
mongodb-driver-core
</artifactId>
<version>
4.10.2
</version>
</dependency>
<dependency>
<groupId>
org.mongodb
</groupId>
<artifactId>
mongodb-driver-sync
</artifactId>
<version>
4.10.2
</version>
</dependency>
<!-- Testing packages -->
<dependency>
<groupId>
org.junit.vintage
</groupId>
Loading