This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/v4 by this push:
new 26cb1b8b377 CAUSEWAY-3892: enable spring default logging
(causeway-mavendeps-webapp)
26cb1b8b377 is described below
commit 26cb1b8b377a733ad727437372e52db4395a888e
Author: Andi Huber <[email protected]>
AuthorDate: Fri May 30 14:53:38 2025 +0200
CAUSEWAY-3892: enable spring default logging (causeway-mavendeps-webapp)
---
mavendeps/webapp/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/mavendeps/webapp/pom.xml b/mavendeps/webapp/pom.xml
index 033fd908173..01bda7db432 100644
--- a/mavendeps/webapp/pom.xml
+++ b/mavendeps/webapp/pom.xml
@@ -56,10 +56,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-jcl</artifactId>
</exclusion>
- <exclusion>
-
<groupId>org.springframework.boot</groupId>
-
<artifactId>spring-boot-starter-logging</artifactId>
- </exclusion>
</exclusions>
</dependency>