File tree Expand file tree Collapse file tree 3 files changed +0
-35
lines changed
Expand file tree Collapse file tree 3 files changed +0
-35
lines changed Original file line number Diff line number Diff line change 5959 <artifactId >spring-boot-starter</artifactId >
6060 <version >${spring-boot.version} </version >
6161 <exclusions >
62- <exclusion >
63- <groupId >ch.qos.logback</groupId >
64- <artifactId >logback-classic</artifactId >
65- </exclusion >
66- <exclusion >
67- <groupId >ch.qos.logback</groupId >
68- <artifactId >logback-core</artifactId >
69- </exclusion >
7062 <exclusion >
7163 <groupId >org.yaml</groupId >
7264 <artifactId >snakeyaml</artifactId >
7365 </exclusion >
7466 </exclusions >
7567 </dependency >
76- <dependency >
77- <groupId >ch.qos.logback</groupId >
78- <artifactId >logback-classic</artifactId >
79- <version >1.5.18</version >
80- </dependency >
81- <dependency >
82- <groupId >ch.qos.logback</groupId >
83- <artifactId >logback-core</artifactId >
84- <version >1.5.18</version >
85- </dependency >
8668 <dependency >
8769 <groupId >org.springframework.boot</groupId >
8870 <artifactId >spring-boot-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 5252 <artifactId >camel-spring-boot-starter</artifactId >
5353 <version >${camel.version} </version >
5454 <exclusions >
55- <exclusion >
56- <groupId >ch.qos.logback</groupId >
57- <artifactId >logback-classic</artifactId >
58- </exclusion >
5955 <exclusion >
6056 <groupId >org.yaml</groupId >
6157 <artifactId >snakeyaml</artifactId >
10399 <artifactId >spring-boot-starter</artifactId >
104100 <version >${spring-boot.version} </version >
105101 <exclusions >
106- <exclusion >
107- <groupId >ch.qos.logback</groupId >
108- <artifactId >logback-classic</artifactId >
109- </exclusion >
110102 <exclusion >
111103 <groupId >org.yaml</groupId >
112104 <artifactId >snakeyaml</artifactId >
Original file line number Diff line number Diff line change 4444 <groupId >org.slf4j</groupId >
4545 <artifactId >slf4j-api</artifactId >
4646 </exclusion >
47- <exclusion >
48- <groupId >ch.qos.logback</groupId >
49- <artifactId >logback-classic</artifactId >
50- </exclusion >
5147 </exclusions >
5248 </dependency >
53- <dependency >
54- <groupId >ch.qos.logback</groupId >
55- <artifactId >logback-classic</artifactId >
56- <version >1.5.18</version >
57- </dependency >
5849 <dependency >
5950 <groupId >org.junit.jupiter</groupId >
6051 <artifactId >junit-jupiter-engine</artifactId >
You can’t perform that action at this time.
0 commit comments