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
2581099f
Commit
2581099f
authored
3 years ago
by
Yauheni Lesnikau
Browse files
Options
Downloads
Patches
Plain Diff
move log4j bom to root pom dep management
parent
6b528cf6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!137
fix whitesource issues
Pipeline
#88444
failed
3 years ago
Stage: .pre
Stage: review
Stage: build
Stage: coverage
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Changes
3
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pom.xml
+7
-0
7 additions, 0 deletions
pom.xml
provider/register-azure/pom.xml
+6
-0
6 additions, 0 deletions
provider/register-azure/pom.xml
register-core/pom.xml
+0
-8
0 additions, 8 deletions
register-core/pom.xml
with
13 additions
and
8 deletions
pom.xml
+
7
−
0
View file @
2581099f
...
...
@@ -45,6 +45,13 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-bom
</artifactId>
<version>
${log4j2.version}
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-dependencies
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
provider/register-azure/pom.xml
+
6
−
0
View file @
2581099f
...
...
@@ -35,6 +35,7 @@
<mockito-junit-jupiter.version>
2.23.0
</mockito-junit-jupiter.version>
<oauth2-oidc-sdk.version>
6.5
</oauth2-oidc-sdk.version>
<woodstox-core.version>
5.3.0
</woodstox-core.version>
<hibernate-validator.version>
5.3.6.Final
</hibernate-validator.version>
</properties>
<dependencyManagement>
...
...
@@ -52,6 +53,11 @@
<artifactId>
woodstox-core
</artifactId>
<version>
${woodstox-core.version}
</version>
</dependency>
<dependency>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-validator
</artifactId>
<version>
${hibernate-validator.version}
</version>
</dependency>
</dependencies>
</dependencyManagement>
...
...
This diff is collapsed.
Click to expand it.
register-core/pom.xml
+
0
−
8
View file @
2581099f
...
...
@@ -33,7 +33,6 @@
<properties>
<netty.version>
4.1.70.Final
</netty.version>
<spring-security-web.version>
5.4.9
</spring-security-web.version>
<log4j.version>
2.16.0
</log4j.version>
</properties>
<dependencyManagement>
...
...
@@ -45,13 +44,6 @@
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-bom
</artifactId>
<version>
${log4j.version}
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
</dependencies>
</dependencyManagement>
...
...
This diff is collapsed.
Click to expand it.
Morris Estepa
@estepamo
mentioned in commit
9b6eaa9c
·
2 years ago
mentioned in commit
9b6eaa9c
mentioned in commit 9b6eaa9cabc1af6538b17b6f76382473f6467c69
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