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
373bc87d
Commit
373bc87d
authored
2 years ago
by
Rustam Lotsmanenko (EPAM)
Browse files
Options
Downloads
Patches
Plain Diff
centralize jackson dependencies
parent
7e6240d6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!331
upgrading dependencies Snakeyaml
Pipeline
#177710
failed
2 years ago
Stage: build
Stage: coverage
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+7
-0
7 additions, 0 deletions
pom.xml
provider/register-gc/pom.xml
+0
-22
0 additions, 22 deletions
provider/register-gc/pom.xml
with
7 additions
and
22 deletions
pom.xml
+
7
−
0
View file @
373bc87d
...
...
@@ -47,6 +47,13 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>
com.fasterxml.jackson
</groupId>
<artifactId>
jackson-bom
</artifactId>
<version>
2.14.2
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-bom
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
provider/register-gc/pom.xml
+
0
−
22
View file @
373bc87d
...
...
@@ -21,11 +21,6 @@
<version>
0.21.0-SNAPSHOT
</version>
<description>
Register service
</description>
<properties>
<jackson-databind.version>
2.14.2
</jackson-databind.version>
<jackson.version>
2.14.2
</jackson.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
...
...
@@ -107,23 +102,6 @@
<version>
3.12.0
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson-databind.version}
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-core
</artifactId>
<version>
${jackson.version}
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-annotations
</artifactId>
<version>
${jackson.version}
</version>
</dependency>
</dependencies>
<build>
...
...
This diff is collapsed.
Click to expand it.
Rustam Lotsmanenko (EPAM)
@Rustam_Lotsmanenko
mentioned in commit
21d61d89
·
2 years ago
mentioned in commit
21d61d89
mentioned in commit 21d61d890ddc9633713d7d4e1d69a548b1c3919a
Toggle commit list
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