Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Reference and Helper Services
CRS Catalog
Commits
a0488e9c
Commit
a0488e9c
authored
Feb 06, 2022
by
David Diederich
Browse files
Adding explicit log4j versions in the dependencyManagement section
parent
2c80890e
Pipeline
#92279
failed with stages
in 30 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
a0488e9c
...
...
@@ -14,6 +14,7 @@
<nimbus-jose-jwt.version>
7.9
</nimbus-jose-jwt.version>
<springfox.version>
3.0.0
</springfox.version>
<lucene.version>
8.0.0
</lucene.version>
<log4j.version>
2.17.1
</log4j.version>
</properties>
<licenses>
...
...
provider/crs-catalog-azure/crs-catalog-aks/pom.xml
View file @
a0488e9c
...
...
@@ -40,6 +40,31 @@
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-slf4j-impl
</artifactId>
<version>
${log4j.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-to-slf4j
</artifactId>
<version>
${log4j.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-api
</artifactId>
<version>
${log4j.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-core
</artifactId>
<version>
${log4j.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-jul
</artifactId>
<version>
${log4j.version}
</version>
</dependency>
</dependencies>
</dependencyManagement>
...
...
David Diederich
@divido
mentioned in commit
126bb558
·
Feb 06, 2022
mentioned in commit
126bb558
mentioned in commit 126bb558fe2b4ea2ce96533bdd6ddc0fc0520510
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment