File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
logging-modules/splunk-with-log4j2 Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 39
39
<groupId >org.springframework.boot</groupId >
40
40
<artifactId >spring-boot-starter-web</artifactId >
41
41
<version >${spring-boot.version} </version >
42
- <exclusions >
43
- <exclusion >
44
- <groupId >org.springframework.boot</groupId >
45
- <artifactId >spring-boot-starter-logging</artifactId >
46
- </exclusion >
47
- </exclusions >
48
42
</dependency >
49
43
<dependency >
50
44
<groupId >org.springframework.boot</groupId >
51
45
<artifactId >spring-boot-starter-test</artifactId >
52
46
<version >${spring-boot.version} </version >
53
47
<scope >test</scope >
54
- <exclusions >
55
- <exclusion >
56
- <groupId >org.springframework.boot</groupId >
57
- <artifactId >spring-boot-starter-logging</artifactId >
58
- </exclusion >
59
- <exclusion >
60
- <groupId >org.slf4j</groupId >
61
- <artifactId >slf4j-api</artifactId >
62
- </exclusion >
63
- <exclusion >
64
- <groupId >org.slf4j</groupId >
65
- <artifactId >slf4j-log4j12</artifactId >
66
- </exclusion >
67
- <exclusion >
68
- <groupId >org.slf4j</groupId >
69
- <artifactId >jcl-over-slf4j</artifactId >
70
- </exclusion >
71
- <exclusion >
72
- <groupId >org.slf4j</groupId >
73
- <artifactId >logback-classic</artifactId >
74
- </exclusion >
75
- </exclusions >
76
48
</dependency >
77
49
<dependency >
78
50
<groupId >com.splunk.logging</groupId >
You can’t perform that action at this time.
0 commit comments