Skip to content

Commit e930984

Browse files
committed
updated plugin pom
1 parent 78cee61 commit e930984

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

service/local-storage-plugin/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
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>
@@ -103,10 +99,6 @@
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>

service/terraform-plugin/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,8 @@
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>

0 commit comments

Comments
 (0)