File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed
Expand file tree Collapse file tree 2 files changed +0
-17
lines changed 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