Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Geo Tools
Commits
55f6df8c
Commit
55f6df8c
authored
Dec 17, 2021
by
Matija Obreza
Committed by
Artem Hrybeniuk
Jan 11, 2022
Browse files
Log4j: v2 updates
parent
9d34a099
Changes
2
Hide whitespace changes
Inline
Side-by-side
genesys-geotools/pom.xml
View file @
55f6df8c
...
...
@@ -43,15 +43,14 @@
<!-- use the latest snapshot -->
<geotools.version>
24.1
</geotools.version>
<jar.mainclass>
org.genesys.geotools.cli.CLI
</jar.mainclass>
<log4j2.version>
2.1
6.0
</log4j2.version>
<log4j2.version>
2.1
7.1
</log4j2.version>
</properties>
<dependencies>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-slf4j-impl
</artifactId>
<version>
${log4j2.version}
</version>
<scope>
provided
</scope>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
<version>
1.7.25
</version>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
...
...
geotools-cli/pom.xml
View file @
55f6df8c
...
...
@@ -41,7 +41,7 @@
<jdk.target>
11
</jdk.target>
<jdk.source>
11
</jdk.source>
<jar.mainclass>
org.genesys.geotools.cli.CLI
</jar.mainclass>
<log4j2.version>
2.1
6.0
</log4j2.version>
<log4j2.version>
2.1
7.1
</log4j2.version>
</properties>
<dependencies>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment