Skip to content

Commit

Permalink
* use old slf4j/logback for tools-gml
Browse files Browse the repository at this point in the history
* fix configuration file
  • Loading branch information
stephanr committed Jun 7, 2024
1 parent 18cb6dc commit fa5de2b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@

<root level="WARN">
<appender-ref ref="STDOUT" />
<appender-ref ref="FILE" />
</root>
</configuration>
25 changes: 25 additions & 0 deletions deegree-tools/deegree-tools-gml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,27 @@
</plugins>
</build>

<dependencyManagement>
<!-- override to old versions -->
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.13</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.13</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.deegree</groupId>
Expand Down Expand Up @@ -195,6 +216,10 @@
<artifactId>jaxb-runtime</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<!-- test -->
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit fa5de2b

Please sign in to comment.