Skip to content

Commit 430411b

Browse files
committed
[MAINTENANCE] Remove unnecessary logback dependencies from jmx-itests
1 parent 7e90e95 commit 430411b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

jmx/jmx-itests/pom.xml

-13
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
<slf4j-api.version>1.7.7</slf4j-api.version>
5656
<tinybundles.version>2.0.0</tinybundles.version>
5757
<exam.version>3.4.0</exam.version>
58-
<logback.version>1.2.13</logback.version>
5958
<url.version>2.5.3</url.version>
6059
</properties>
6160

@@ -212,18 +211,6 @@
212211
<version>${url.version}</version>
213212
<scope>test</scope>
214213
</dependency>
215-
<dependency>
216-
<groupId>ch.qos.logback</groupId>
217-
<artifactId>logback-core</artifactId>
218-
<version>${logback.version}</version>
219-
<scope>test</scope>
220-
</dependency>
221-
<dependency>
222-
<groupId>ch.qos.logback</groupId>
223-
<artifactId>logback-classic</artifactId>
224-
<version>${logback.version}</version>
225-
<scope>test</scope>
226-
</dependency>
227214
<dependency>
228215
<groupId>org.ops4j.pax.tinybundles</groupId>
229216
<artifactId>tinybundles</artifactId>

0 commit comments

Comments
 (0)