Skip to content

Commit

Permalink
* remove fragments of log4j from pom.xml
Browse files Browse the repository at this point in the history
* add explicit logback dependency to deegree-tools-gml
  • Loading branch information
stephanr committed Jun 7, 2024
1 parent 33a2f87 commit 89ed29d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions deegree-tools/deegree-tools-gml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<!-- test -->
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@
<configuration>
<release>${java.version}</release>
<encoding>${project.build.sourceEncoding}</encoding>
<compilerArgument>-Alog4j.outputdir=${project.basedir}/target/classes/META-INF/deegree/log4j/</compilerArgument>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -1221,7 +1220,6 @@
<java.version>17</java.version>
<antlr.version>3.5.3</antlr.version>
<oracle.version>23.4.0.24.05</oracle.version>
<log4j.version>2.23.1</log4j.version>
<logback.version>1.5.6</logback.version>
<slf4j.version>2.0.12</slf4j.version>
<spring-boot.version>3.3.0</spring-boot.version>
Expand Down

0 comments on commit 89ed29d

Please sign in to comment.