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 fded9cfc9 [MAINTENANCE] Remove unnecessary dependency management
entries in samples (#647)
fded9cfc9 is described below
commit fded9cfc9766f70653fce4895146fd298986c77f
Author: Dominik Przybysz <[email protected]>
AuthorDate: Wed Apr 23 22:27:16 2025 +0200
[MAINTENANCE] Remove unnecessary dependency management entries in samples
(#647)
---
samples/pom.xml | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/samples/pom.xml b/samples/pom.xml
index 1c24063e8..0eddcfb74 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -196,13 +196,6 @@
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>${slf4j.version}</version>
- <scope>provided</scope>
- </dependency>
-
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configadmin</artifactId>
@@ -215,16 +208,6 @@
<version>${org.apache.felix.eventadmin.version}</version>
</dependency>
- <dependency>
- <groupId>org.ops4j.pax.logging</groupId>
- <artifactId>pax-logging-api</artifactId>
- <version>${pax-logging.version}</version>
- </dependency>
- <dependency>
- <groupId>org.ops4j.pax.logging</groupId>
- <artifactId>pax-logging-log4j2</artifactId>
- <version>${pax-logging.version}</version>
- </dependency>
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-extender-war</artifactId>