This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch remove-unnecessary-logback-dependencies-from-jmx-itests in repository https://gitbox.apache.org/repos/asf/aries.git
commit f36c077aef27d23aef54362b4f1d6182a2eecf05 Author: Dominik Przybysz <[email protected]> AuthorDate: Mon Feb 3 19:48:27 2025 +0100 [MAINTENANCE] Remove unnecessary dependencies from jmx-itests --- jmx/jmx-itests/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/jmx/jmx-itests/pom.xml b/jmx/jmx-itests/pom.xml index c7ea352fd..3158f293e 100644 --- a/jmx/jmx-itests/pom.xml +++ b/jmx/jmx-itests/pom.xml @@ -55,7 +55,6 @@ <slf4j-api.version>1.7.7</slf4j-api.version> <tinybundles.version>2.0.0</tinybundles.version> <exam.version>3.4.0</exam.version> - <logback.version>1.2.13</logback.version> <url.version>2.5.3</url.version> </properties> @@ -212,18 +211,6 @@ <version>${url.version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-core</artifactId> - <version>${logback.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>${logback.version}</version> - <scope>test</scope> - </dependency> <dependency> <groupId>org.ops4j.pax.tinybundles</groupId> <artifactId>tinybundles</artifactId>
