This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 430411bdb [MAINTENANCE] Remove unnecessary logback dependencies from
jmx-itests
430411bdb is described below
commit 430411bdb9401039c02274832cf2d07336847f98
Author: Dominik Przybysz <[email protected]>
AuthorDate: Mon Feb 3 19:48:27 2025 +0100
[MAINTENANCE] Remove unnecessary logback 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>