Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Notification
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
Notification
Commits
22e9fdeb
Commit
22e9fdeb
authored
3 years ago
by
David Diederich
Browse files
Options
Downloads
Patches
Plain Diff
Specify dependencyManagement for azure to override log4j libraries
parent
2ed6567f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!157
Specify dependencyManagement for azure to override log4j libraries
Pipeline
#83243
passed with warnings
3 years ago
Stage: .pre
Stage: build
Stage: scan
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
provider/notification-azure/pom.xml
+16
-1
16 additions, 1 deletion
provider/notification-azure/pom.xml
with
16 additions
and
1 deletion
provider/notification-azure/pom.xml
+
16
−
1
View file @
22e9fdeb
...
...
@@ -68,6 +68,21 @@
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-core
</artifactId>
<version>
${log4j2.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-slf4j-impl
</artifactId>
<version>
${log4j2.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-jul
</artifactId>
<version>
${log4j2.version}
</version>
</dependency>
</dependencies>
</dependencyManagement>
...
...
@@ -239,4 +254,4 @@
</plugin>
</plugins>
</reporting>
</project>
\ No newline at end of file
</project>
This diff is collapsed.
Click to expand it.
David Diederich
@divido
mentioned in commit
c15bf6ef
·
3 years ago
mentioned in commit
c15bf6ef
mentioned in commit c15bf6ef1cfb65766df59ac748d04cdd5eaa2323
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