Skip to content

Commit 93cac33

Browse files
committed
Clean up logging dependencies and exclusions
Closes spring-projectsgh-11148
1 parent 74200f2 commit 93cac33

File tree

4 files changed

+0
-26
lines changed
  • spring-boot-project
    • spring-boot-dependencies
    • spring-boot-starters

4 files changed

+0
-26
lines changed

Diff for: spring-boot-project/spring-boot-dependencies/pom.xml

-12
Original file line numberDiff line numberDiff line change
@@ -272,12 +272,6 @@
272272
<groupId>org.springframework.boot</groupId>
273273
<artifactId>spring-boot-starter</artifactId>
274274
<version>${revision}</version>
275-
<exclusions>
276-
<exclusion>
277-
<groupId>commons-logging</groupId>
278-
<artifactId>commons-logging</artifactId>
279-
</exclusion>
280-
</exclusions>
281275
</dependency>
282276
<dependency>
283277
<groupId>org.springframework.boot</groupId>
@@ -503,12 +497,6 @@
503497
<groupId>org.springframework.boot</groupId>
504498
<artifactId>spring-boot-starter-test</artifactId>
505499
<version>${revision}</version>
506-
<exclusions>
507-
<exclusion>
508-
<groupId>commons-logging</groupId>
509-
<artifactId>commons-logging</artifactId>
510-
</exclusion>
511-
</exclusions>
512500
</dependency>
513501
<dependency>
514502
<groupId>org.springframework.boot</groupId>

Diff for: spring-boot-project/spring-boot-starters/spring-boot-starter-log4j2/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
<groupId>org.apache.logging.log4j</groupId>
2020
<artifactId>log4j-slf4j-impl</artifactId>
2121
</dependency>
22-
<dependency>
23-
<groupId>org.apache.logging.log4j</groupId>
24-
<artifactId>log4j-api</artifactId>
25-
</dependency>
2622
<dependency>
2723
<groupId>org.apache.logging.log4j</groupId>
2824
<artifactId>log4j-core</artifactId>

Diff for: spring-boot-project/spring-boot-starters/spring-boot-starter-logging/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,5 @@
2626
<groupId>org.slf4j</groupId>
2727
<artifactId>jul-to-slf4j</artifactId>
2828
</dependency>
29-
<dependency>
30-
<groupId>org.slf4j</groupId>
31-
<artifactId>log4j-over-slf4j</artifactId>
32-
</dependency>
3329
</dependencies>
3430
</project>

Diff for: spring-boot-project/spring-boot-starters/spring-boot-starter/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@
3333
<dependency>
3434
<groupId>org.springframework</groupId>
3535
<artifactId>spring-core</artifactId>
36-
<exclusions>
37-
<exclusion>
38-
<groupId>commons-logging</groupId>
39-
<artifactId>commons-logging</artifactId>
40-
</exclusion>
41-
</exclusions>
4236
</dependency>
4337
<dependency>
4438
<groupId>org.yaml</groupId>

0 commit comments

Comments
 (0)